diff options
author | YamaArashi <shadow962@live.com> | 2015-07-24 14:39:45 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-24 14:39:45 -0700 |
commit | 82512e449115aa9d004e24a3d1526dd32570c56d (patch) | |
tree | 7e391804d1cae21509101795de3384c30122628b /scripts/silphco7.asm | |
parent | e6d02b4b7b69701f223fe9100ccc21ad2089afc4 (diff) |
named animation functions/variables
Diffstat (limited to 'scripts/silphco7.asm')
-rwxr-xr-x | scripts/silphco7.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/silphco7.asm b/scripts/silphco7.asm index 26d9e62f..7169f0c0 100755 --- a/scripts/silphco7.asm +++ b/scripts/silphco7.asm @@ -20,7 +20,7 @@ SilphCo7Script_51b77: ; 51b77 (14:5b77) jr nz, .asm_51b9e push af ld a, $54 - ld [wd09f], a + ld [wNewTileBlockID], a ld bc, $305 predef ReplaceTileBlock pop af @@ -29,7 +29,7 @@ SilphCo7Script_51b77: ; 51b77 (14:5b77) jr nz, .asm_51bb1 push af ld a, $54 - ld [wd09f], a + ld [wNewTileBlockID], a ld bc, $20a predef ReplaceTileBlock pop af @@ -37,7 +37,7 @@ SilphCo7Script_51b77: ; 51b77 (14:5b77) CheckEventAfterBranchReuseA EVENT_SILPH_CO_7_UNLOCKED_DOOR3, EVENT_SILPH_CO_7_UNLOCKED_DOOR2 ret nz ld a, $54 - ld [wd09f], a + ld [wNewTileBlockID], a ld bc, $60a predef_jump ReplaceTileBlock |