You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Add a map_connection_struct macro
This commit is contained in:
@@ -116,6 +116,18 @@ box: MACRO
|
||||
ENDM
|
||||
|
||||
|
||||
map_connection_struct: MACRO
|
||||
\1ConnectedMapGroup:: db
|
||||
\1ConnectedMapNumber:: db
|
||||
\1ConnectionStripPointer:: dw
|
||||
\1ConnectionStripLocation:: dw
|
||||
\1ConnectionStripLength:: db
|
||||
\1ConnectedMapWidth:: db
|
||||
\1ConnectionStripYOffset:: db
|
||||
\1ConnectionStripXOffset:: db
|
||||
\1ConnectionWindow:: dw
|
||||
ENDM
|
||||
|
||||
channel_struct: MACRO
|
||||
; Addreses are Channel1 (c101).
|
||||
\1MusicID:: dw
|
||||
|
||||
Reference in New Issue
Block a user