diff options
author | YamaArashi <shadow962@live.com> | 2015-07-23 20:48:35 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-23 20:48:35 -0700 |
commit | 323895af6dada7e1949ff79855970f75ad4b65b2 (patch) | |
tree | 366f81f3c62b0b8d8bf73507a7c9ce2ff8e8a562 /engine/hidden_object_functions17.asm | |
parent | 04a6c306dce136873fd33d27aa3d5b90d9eeba5a (diff) |
fixed hram aliases and named wram var
Diffstat (limited to 'engine/hidden_object_functions17.asm')
-rwxr-xr-x | engine/hidden_object_functions17.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hidden_object_functions17.asm b/engine/hidden_object_functions17.asm index 01787e3e..97681b79 100755 --- a/engine/hidden_object_functions17.asm +++ b/engine/hidden_object_functions17.asm @@ -71,7 +71,7 @@ DisplayMonFrontSpriteInBox: ; 5dbd9 (17:5bd9) ld de, vChars1 + $310 call LoadMonFrontSprite ld a, $80 - ld [$ffe1], a + ld [hStartTileID], a coord hl, 10, 11 predef AnimateSendingOutMon call WaitForTextScrollButtonPress |