aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/init_battle_variables.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-12-26 16:27:21 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-12-26 16:27:21 -0500
commit47979336e29d7e22d524e35ddc50576874ead009 (patch)
tree91723be28641be80ad475b61b5b40f03e1eab9ae /engine/battle/init_battle_variables.asm
parentengine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asm (diff)
downloadpokeyellow-47979336e29d7e22d524e35ddc50576874ead009.tar.gz
pokeyellow-47979336e29d7e22d524e35ddc50576874ead009.tar.xz
pokeyellow-47979336e29d7e22d524e35ddc50576874ead009.zip
Start disassembling bank0F (Battle)
All current findings will be located in engine/battle/core_.asm
Diffstat (limited to 'engine/battle/init_battle_variables.asm')
-rw-r--r--engine/battle/init_battle_variables.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/init_battle_variables.asm b/engine/battle/init_battle_variables.asm
index 5383a546..8c43e8f8 100644
--- a/engine/battle/init_battle_variables.asm
+++ b/engine/battle/init_battle_variables.asm
@@ -33,6 +33,6 @@ InitBattleVariables: ; f6236 (3d:6236)
cp SAFARI_ZONE_REST_HOUSE_1
jr nc, .notSafariBattle
ld a, $2 ; safari battle
- ld [W_BATTLETYPE], a
+ ld [wBattleType], a
.notSafariBattle
jpab PlayBattleMusic