You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Rename some tilesets (close #467)
This commit is contained in:
@@ -1431,9 +1431,9 @@ LoadTilesetGFX:: ; 2821
|
||||
|
||||
; These tilesets support dynamic per-mapgroup roof tiles.
|
||||
ld a, [wTileset]
|
||||
cp TILESET_JOHTO_1
|
||||
cp TILESET_JOHTO
|
||||
jr z, .load_roof
|
||||
cp TILESET_JOHTO_2
|
||||
cp TILESET_JOHTO_MODERN
|
||||
jr z, .load_roof
|
||||
cp TILESET_BATTLE_TOWER_OUTSIDE
|
||||
jr z, .load_roof
|
||||
|
||||
Reference in New Issue
Block a user