diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-01-16 15:16:13 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-01-16 15:16:13 -0500 |
commit | 02598831824a605fe66fe09dcdef7ad399dc0d7d (patch) | |
tree | f969d2a7916010308633f25c970610d1a484d981 /engine/battle/print_type.asm | |
parent | 0962135bdbed24c53b58f8b1340b4a6d1af9ce27 (diff) |
More bankF documentation.
PrintCriticalOHKOText to AdjustDamageForMoveType
Diffstat (limited to 'engine/battle/print_type.asm')
-rw-r--r-- | engine/battle/print_type.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |