mirror of https://github.com/pret/pokecrystal.git
Clarify outer union's size
This commit is contained in:
parent
32c34a3619
commit
349664ec15
1
wram.asm
1
wram.asm
|
@ -356,6 +356,7 @@ wTileMapEnd::
|
||||||
|
|
||||||
SECTION "Miscellaneous", WRAM0
|
SECTION "Miscellaneous", WRAM0
|
||||||
|
|
||||||
|
; This union spans 480 bytes from c608 to c7e8.
|
||||||
UNION ; c608
|
UNION ; c608
|
||||||
; surrounding tiles
|
; surrounding tiles
|
||||||
; This buffer determines the size for the rest of the union;
|
; This buffer determines the size for the rest of the union;
|
||||||
|
|
Loading…
Reference in New Issue