mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
More WRAM label cleanup (still needs UNIONs and renaming)
This commit is contained in:
parent
5c73cffee6
commit
f9ae7b1240
9 changed files with 308 additions and 583 deletions
|
|
@ -102,3 +102,14 @@ sprite_oam_struct: MACRO
|
|||
\1TileID:: db
|
||||
\1Attributes:: db
|
||||
ENDM
|
||||
|
||||
map_connection_struct: MACRO
|
||||
\1ConnectedMap:: db
|
||||
\1ConnectionStripSrc:: dw
|
||||
\1ConnectionStripDest:: dw
|
||||
\1ConnectionStripLength:: db
|
||||
\1ConnectedMapWidth:: db
|
||||
\1ConnectedMapYAlignment:: db
|
||||
\1ConnectedMapXAlignment:: db
|
||||
\1ConnectedMapViewPointer:: dw
|
||||
ENDM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue