Rename map files, labels, and constants to be consistent and work with Polished Map

This commit is contained in:
Rangi 2019-01-01 15:06:23 -05:00
parent 90430e6dee
commit c779602459
1398 changed files with 6631 additions and 6166 deletions

24
scripts/RedsHouse2F.asm Executable file
View 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 "@"