You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Implement common tileset portion at second half of vTiles5 (#19)
This commit is contained in:
@@ -27,7 +27,8 @@ hJoyLast:: db
|
||||
hInMenu:: db
|
||||
|
||||
hPrinter:: db
|
||||
hGraphicStartTile:: db
|
||||
hGraphicStartTile::
|
||||
hTilesetVariableSpaces:: db
|
||||
hMoveMon:: db
|
||||
|
||||
UNION
|
||||
|
@@ -1870,6 +1870,7 @@ wTilesetCollisionBank:: db
|
||||
wTilesetCollisionAddress:: dw
|
||||
wTilesetAnim:: dw ; bank 3f
|
||||
wTilesetPalettes:: dw ; bank 3f
|
||||
wTilesetVariableSpaces:: db
|
||||
wTilesetEnd::
|
||||
assert wTilesetEnd - wTileset == TILESET_LENGTH
|
||||
|
||||
|
Reference in New Issue
Block a user