summaryrefslogtreecommitdiff
path: root/wram.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 /wram.asm
parent043e9327650f2ee0053fe43a29c9d63bc5e120d3 (diff)
Start disassembling bank0F (Battle)
All current findings will be located in engine/battle/core_.asm
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index ccc8c189..97e7f35a 100755
--- a/wram.asm
+++ b/wram.asm
@@ -1606,7 +1606,7 @@ wCurOpponent:: ; d059
; in a trainer battle, this is the trainer class + 200
ds 1
-W_BATTLETYPE:: ; d05a
+wBattleType:: ; d05a
; in normal battle, this is 0
; in old man battle, this is 1
; in safari battle, this is 2