You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
More label updates, moved predefs to new file
Also named most of the engine and event flag constants.
This commit is contained in:
@@ -67,7 +67,7 @@ warp_def: macro
|
||||
|
||||
|
||||
map_header: MACRO
|
||||
; label, tileset, permission, location, music, time of day, fishing group
|
||||
; label, tileset, permission, location, music, phone service flag, time of day, fishing group
|
||||
\1_MapHeader:
|
||||
db BANK(\1_SecondMapHeader), \2, \3
|
||||
dw \1_SecondMapHeader
|
||||
|
@@ -1,7 +1,6 @@
|
||||
add_predef: MACRO
|
||||
\1Predef::
|
||||
dw \1
|
||||
db BANK(\1)
|
||||
dwb \1, BANK(\1)
|
||||
ENDM
|
||||
|
||||
predef_id: MACRO
|
||||
|
Reference in New Issue
Block a user