diff options
author | YamaArashi <shadow962@live.com> | 2015-08-29 17:15:05 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-08-29 17:15:05 -0700 |
commit | b6a7e5e9cf20e7924f6cf427c66e9aeb42fa77f3 (patch) | |
tree | af1bac71243d59c9479898fa0c86ba37d742aacf /engine/menu/naming_screen.asm | |
parent | 1a987d1e1ab96ca9553d4253c72858057332a03a (diff) |
documented flags and misc. fixes
Diffstat (limited to 'engine/menu/naming_screen.asm')
-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 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] |