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/celadongamecorner.asm | |
parent | e6d02b4b7b69701f223fe9100ccc21ad2089afc4 (diff) |
named animation functions/variables
Diffstat (limited to 'scripts/celadongamecorner.asm')
-rwxr-xr-x | scripts/celadongamecorner.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/celadongamecorner.asm b/scripts/celadongamecorner.asm index 48264603..84919b64 100755 --- a/scripts/celadongamecorner.asm +++ b/scripts/celadongamecorner.asm @@ -31,7 +31,7 @@ CeladonGameCornerScript_48bec: ; 48bec (12:4bec) CheckEvent EVENT_FOUND_ROCKET_HIDEOUT ret nz ld a, $2a - ld [wd09f], a + ld [wNewTileBlockID], a ld bc, $0208 predef_jump ReplaceTileBlock @@ -451,7 +451,7 @@ CeladonGameCornerText12: ; 48edd (12:4edd) call WaitForSoundToFinish SetEvent EVENT_FOUND_ROCKET_HIDEOUT ld a, $43 - ld [wd09f], a + ld [wNewTileBlockID], a ld bc, $0208 predef ReplaceTileBlock jp TextScriptEnd |