diff options
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) |