You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Document link patch lists a little bit better
This commit is contained in:
@@ -617,8 +617,8 @@ wBattleEnd::
|
||||
SECTION UNION "Miscellaneous", WRAM0
|
||||
|
||||
; link patch lists
|
||||
wPlayerPatchLists:: ds 200
|
||||
wOTPatchLists:: ds 200
|
||||
wPlayerPatchLists:: ds SERIAL_PATCH_LIST_LENGTH
|
||||
wOTPatchLists:: ds SERIAL_PATCH_LIST_LENGTH
|
||||
|
||||
|
||||
SECTION UNION "Miscellaneous", WRAM0
|
||||
@@ -1008,8 +1008,8 @@ endr
|
||||
|
||||
NEXTU
|
||||
; link patch lists
|
||||
wLinkPatchList1:: ds SERIAL_PATCH_LIST_LENGTH
|
||||
wLinkPatchList2:: ds SERIAL_PATCH_LIST_LENGTH
|
||||
wLinkPatchData1:: ds SERIAL_PATCH_DATA_SIZE
|
||||
wLinkPatchData2:: ds SERIAL_PATCH_DATA_SIZE
|
||||
ENDU
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user