You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Move lots of data tables into individual data/ files
(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.)
This commit is contained in:
@@ -212,15 +212,3 @@ stonetable: macro
|
||||
db \1, \2
|
||||
dw \3
|
||||
endm
|
||||
|
||||
|
||||
roam_map: macro
|
||||
; A map and an arbitrary number of some more maps.
|
||||
map \1
|
||||
db \2
|
||||
rept \2
|
||||
map \3
|
||||
shift
|
||||
endr
|
||||
db 0
|
||||
endm
|
||||
|
Reference in New Issue
Block a user