mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 16:15:23 +13:00
Rename map files, labels, and constants to be consistent and work with Polished Map
This commit is contained in:
parent
90430e6dee
commit
c779602459
1398 changed files with 6631 additions and 6166 deletions
24
scripts/RedsHouse2F.asm
Executable file
24
scripts/RedsHouse2F.asm
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
RedsHouse2F_Script:
|
||||
call EnableAutoTextBoxDrawing
|
||||
ld hl, RedsHouse2F_ScriptPointers
|
||||
ld a, [wRedsHouse2FCurScript]
|
||||
jp CallFunctionInTable
|
||||
|
||||
RedsHouse2F_ScriptPointers:
|
||||
dw RedsHouse2FScript0
|
||||
dw RedsHouse2FScript1
|
||||
|
||||
RedsHouse2FScript0:
|
||||
xor a
|
||||
ld [hJoyHeld], a
|
||||
ld a, PLAYER_DIR_UP
|
||||
ld [wPlayerMovingDirection], a
|
||||
ld a, 1
|
||||
ld [wRedsHouse2FCurScript], a
|
||||
ret
|
||||
|
||||
RedsHouse2FScript1:
|
||||
ret
|
||||
|
||||
RedsHouse2F_TextPointers:
|
||||
db "@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue