diff options
author | YamaArashi <shadow962@live.com> | 2015-08-13 19:13:47 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-08-13 19:13:47 -0700 |
commit | f6d618090aa689540056a13fb74125d83879347f (patch) | |
tree | 11f57767007053ce77b889572d400a6dfb33d186 /engine/battle/init_battle_variables.asm | |
parent | 0750db0d72227bb982c8db7c999521fc505aefc9 (diff) |
Named a test battle variable
Diffstat (limited to 'engine/battle/init_battle_variables.asm')
-rw-r--r-- | engine/battle/init_battle_variables.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/init_battle_variables.asm b/engine/battle/init_battle_variables.asm index 071e5c67..6a4cd771 100644 --- a/engine/battle/init_battle_variables.asm +++ b/engine/battle/init_battle_variables.asm @@ -25,8 +25,8 @@ InitBattleVariables: ; 525af (14:65af) ld [hli], a dec b jr nz, .loop - inc a - ld [wccd9], a + inc a ; POUND + ld [wTestBattlePlayerSelectedMove], a ld a, [W_CURMAP] cp SAFARI_ZONE_EAST jr c, .notSafariBattle |