Move MON_* parentheses to the EQUS declaration

This commit is contained in:
PikalaxALT
2015-11-07 13:05:58 -05:00
parent 2cbb1acc6e
commit eb39f6a339
6 changed files with 91 additions and 91 deletions

View File

@@ -59,7 +59,7 @@ endr
call GetFarByte
; get the address of the move's PP and update the PP
ld hl, (MON_PP) - (MON_MOVES)
ld hl, MON_PP - MON_MOVES
add hl, de
ld [hl], a