aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menu/naming_screen.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-29 17:15:05 -0700
committerYamaArashi <shadow962@live.com>2015-08-29 17:15:05 -0700
commitb6a7e5e9cf20e7924f6cf427c66e9aeb42fa77f3 (patch)
treeaf1bac71243d59c9479898fa0c86ba37d742aacf /engine/menu/naming_screen.asm
parentMerge pull request #114 from YamaArashi/master (diff)
downloadpokeyellow-b6a7e5e9cf20e7924f6cf427c66e9aeb42fa77f3.tar.gz
pokeyellow-b6a7e5e9cf20e7924f6cf427c66e9aeb42fa77f3.tar.xz
pokeyellow-b6a7e5e9cf20e7924f6cf427c66e9aeb42fa77f3.zip
documented flags and misc. fixes
Diffstat (limited to 'engine/menu/naming_screen.asm')
-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 978216c8..703d570a 100755
--- a/engine/menu/naming_screen.asm
+++ b/engine/menu/naming_screen.asm
@@ -166,7 +166,7 @@ DisplayNamingScreen: ; 6596 (1:6596)
call RunDefaultPaletteCommand
call GBPalNormal
xor a
- ld [W_SUBANIMTRANSFORM], a
+ ld [wAnimCounter], a
ld hl, wd730
res 6, [hl]
ld a, [W_ISINBATTLE]