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/silphco8.asm | |
| parent | make route22 rival events more consistent (diff) | |
| download | pokeyellow-82512e449115aa9d004e24a3d1526dd32570c56d.tar.gz pokeyellow-82512e449115aa9d004e24a3d1526dd32570c56d.tar.xz pokeyellow-82512e449115aa9d004e24a3d1526dd32570c56d.zip | |
named animation functions/variables
Diffstat (limited to 'scripts/silphco8.asm')
| -rwxr-xr-x | scripts/silphco8.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/silphco8.asm b/scripts/silphco8.asm index 26a89355..7545f359 100755 --- a/scripts/silphco8.asm +++ b/scripts/silphco8.asm @@ -19,7 +19,7 @@ SilphCo8Script_5651a: ; 5651a (15:651a) CheckEvent EVENT_SILPH_CO_8_UNLOCKED_DOOR ret nz ld a, $5f - ld [wd09f], a + ld [wNewTileBlockID], a ld bc, $403 predef_jump ReplaceTileBlock |
