diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-03-17 18:22:37 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-03-17 18:22:37 -0400 |
| commit | 29b6c60cb7801a4b240f398dd85938f020190234 (patch) | |
| tree | 5715b7675a9576513b7e716886bbef27703d7c4e /engine/menu | |
| parent | Split bank3 up. (diff) | |
| download | pokeyellow-29b6c60cb7801a4b240f398dd85938f020190234.tar.gz pokeyellow-29b6c60cb7801a4b240f398dd85938f020190234.tar.xz pokeyellow-29b6c60cb7801a4b240f398dd85938f020190234.zip | |
Replaced some wram labels before committing, need to commit now.
Diffstat (limited to 'engine/menu')
| -rwxr-xr-x | engine/menu/naming_screen.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menu/naming_screen.asm b/engine/menu/naming_screen.asm index fd9a55af..de0c696c 100755 --- a/engine/menu/naming_screen.asm +++ b/engine/menu/naming_screen.asm @@ -164,7 +164,7 @@ DisplayNamingScreen: ; 6307 (1:6307) call RunDefaultPaletteCommand call GBPalNormal xor a - ld [W_SUBANIMTRANSFORM], a + ld [wSubAnimTransform], a ld hl, wd730 res 6, [hl] ld a, [wIsInBattle] |
