aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menu
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2016-03-17 18:22:37 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2016-03-17 18:22:37 -0400
commit29b6c60cb7801a4b240f398dd85938f020190234 (patch)
tree5715b7675a9576513b7e716886bbef27703d7c4e /engine/menu
parentSplit bank3 up. (diff)
downloadpokeyellow-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-xengine/menu/naming_screen.asm2
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]