mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Explain the c608 union size
This commit is contained in:
parent
88465686cf
commit
2fca32b6c8
6
wram.asm
6
wram.asm
@ -364,14 +364,18 @@ wc642:: ds 5
|
|||||||
wc647:: ds 33
|
wc647:: ds 33
|
||||||
wc668:: ds 32
|
wc668:: ds 32
|
||||||
wc688:: ds 2
|
wc688:: ds 2
|
||||||
wc68a:: ds 350
|
wc68a:: ds 4
|
||||||
|
|
||||||
NEXTU ; c608
|
NEXTU ; c608
|
||||||
; surrounding tiles
|
; surrounding tiles
|
||||||
|
; This buffer determines the size for the rest of the union;
|
||||||
|
; it uses exactly 480 bytes.
|
||||||
wSurroundingTiles:: ds SURROUNDING_WIDTH * SURROUNDING_HEIGHT
|
wSurroundingTiles:: ds SURROUNDING_WIDTH * SURROUNDING_HEIGHT
|
||||||
|
|
||||||
NEXTU ; c608
|
NEXTU ; c608
|
||||||
; box save buffer
|
; box save buffer
|
||||||
|
; SaveBoxAddress uses this buffer in three steps because it
|
||||||
|
; needs more space than is available.
|
||||||
wBoxPartialData:: ds 480
|
wBoxPartialData:: ds 480
|
||||||
wBoxPartialDataEnd::
|
wBoxPartialDataEnd::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user