You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Fewer uses of 'Thing2 - Thing1' for sizeof(Thing)
This commit is contained in:
@@ -2039,7 +2039,7 @@ CheckTimeCapsuleCompatibility:
|
||||
jr nc, .move_too_new
|
||||
dec c
|
||||
jr nz, .move_next
|
||||
ld de, wPartyMon2 - (wPartyMon1 + NUM_MOVES)
|
||||
ld de, PARTYMON_STRUCT_LENGTH - NUM_MOVES
|
||||
add hl, de
|
||||
dec b
|
||||
jr nz, .move_loop
|
||||
|
Reference in New Issue
Block a user