You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Move MON_* parentheses to the EQUS declaration
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user