From 47979336e29d7e22d524e35ddc50576874ead009 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 26 Dec 2015 16:27:21 -0500 Subject: Start disassembling bank0F (Battle) All current findings will be located in engine/battle/core_.asm --- wram.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wram.asm') 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 -- cgit v1.3.1-sl0p