You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use MAP_LENGTH
in GetMapPointer
This commit is contained in:
@@ -2023,7 +2023,7 @@ GetAnyMapPointer::
|
|||||||
; find the cth map within the group
|
; find the cth map within the group
|
||||||
dec c
|
dec c
|
||||||
ld b, 0
|
ld b, 0
|
||||||
ld a, 9
|
ld a, MAP_LENGTH
|
||||||
call AddNTimes
|
call AddNTimes
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user