You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Keep table labels in the same files as their contents.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
LoadMapGroupRoof:: ; 1c000
|
||||
ld a, [MapGroup]
|
||||
ld e, a
|
||||
@@ -17,9 +16,9 @@ LoadMapGroupRoof:: ; 1c000
|
||||
ret
|
||||
; 1c021
|
||||
|
||||
MapGroupRoofs: ; 1c021i
|
||||
|
||||
INCLUDE "data/mapgroup_roofs.asm"
|
||||
; 1c03c
|
||||
|
||||
|
||||
Roofs: ; 1c03c
|
||||
INCBIN "gfx/tilesets/roofs/0.2bpp"
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
; entries correspond to TILESET_* constants
|
||||
|
||||
tileset: macro
|
||||
dba \1GFX, \1Meta, \1Coll
|
||||
dw \1Anim
|
||||
@@ -7,6 +5,8 @@ tileset: macro
|
||||
dw \1PalMap
|
||||
endm
|
||||
|
||||
Tilesets:: ; 4d596
|
||||
; entries correspond to TILESET_* constants
|
||||
tileset Tileset0
|
||||
tileset TilesetJohto1
|
||||
tileset TilesetJohto2
|
||||
@@ -44,3 +44,4 @@ endm
|
||||
tileset TilesetKabutoWordRoom
|
||||
tileset TilesetOmanyteWordRoom
|
||||
tileset TilesetAerodactylWordRoom
|
||||
; 4d7c1
|
||||
|
||||
Reference in New Issue
Block a user