You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
itemfragment
This commit is contained in:
@@ -170,3 +170,11 @@ elevfloor: MACRO
|
||||
db \1, \2
|
||||
map \3
|
||||
ENDM
|
||||
|
||||
itemfragment: MACRO
|
||||
if _NARG == 2
|
||||
db \1, \2
|
||||
else
|
||||
db \1, 1
|
||||
endc
|
||||
endm
|
||||
|
||||
Reference in New Issue
Block a user