From 02598831824a605fe66fe09dcdef7ad399dc0d7d Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 16 Jan 2016 15:16:13 -0500 Subject: More bankF documentation. PrintCriticalOHKOText to AdjustDamageForMoveType --- engine/battle/print_type.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle/print_type.asm') diff --git a/engine/battle/print_type.asm b/engine/battle/print_type.asm index b90f5682..7b581905 100644 --- a/engine/battle/print_type.asm +++ b/engine/battle/print_type.asm @@ -34,7 +34,7 @@ EraseType2Text: ; 27d41 (9:7d41) PrintMoveType: ; 27d4d (9:7d4d) call GetPredefRegisters push hl - ld a, [W_PLAYERMOVETYPE] + ld a, [wPlayerMoveType] ; fall through PrintType_: ; 27d54 (9:7d54) -- cgit v1.3.1-sl0p