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 /engine/overworld/card_key.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 'engine/overworld/card_key.asm')
| -rwxr-xr-x | engine/overworld/card_key.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/card_key.asm b/engine/overworld/card_key.asm index 0bb2e1b4..cc9fe3a7 100755 --- a/engine/overworld/card_key.asm +++ b/engine/overworld/card_key.asm @@ -47,7 +47,7 @@ PrintCardKeyText: ; 52673 (14:6673) .notSilphCo11F ld a, $e .replaceCardKeyDoorTileBlock - ld [wd09f], a + ld [wNewTileBlockID], a predef ReplaceTileBlock ld hl, wd126 set 5, [hl] |
