Sepia City Gym & badge infrastructure

Nihon badges now count and Sepia City has its Gym Leader. All fully functional.

I've also distributed the transfer-exclusive Kanto Pokemon items to their relevant owners, plus the Polkadot Bow.
This commit is contained in:
Llinos Evans 2024-07-25 15:29:35 +01:00
parent 7a5cbd31dc
commit cd08f11fa4
31 changed files with 462 additions and 38 deletions

View file

@ -89,15 +89,6 @@ INCLUDE "data/tilesets/cave_collision.asm"
SECTION "Tileset Data 3", ROMX
TilesetTowerGFX::
INCBIN "gfx/tilesets/tower.2bpp.lz"
TilesetTowerMeta::
INCBIN "data/tilesets/tower_metatiles.bin"
TilesetTowerColl::
INCLUDE "data/tilesets/tower_collision.asm"
TilesetLabGFX::
INCBIN "gfx/tilesets/lab.2bpp.lz"
@ -426,9 +417,6 @@ INCBIN "data/tilesets/pokecom_center_attributes.bin"
TilesetBattleTowerInsideAttr::
INCBIN "data/tilesets/battle_tower_inside_attributes.bin"
TilesetTowerAttr::
INCBIN "data/tilesets/tower_attributes.bin"
SECTION "Tileset Data 11", ROMX
@ -637,4 +625,17 @@ TilesetNihonWhiteCityMeta::
INCBIN "data/tilesets/nihon_whitecity_metatiles.bin"
TilesetNihonWhiteCityColl::
INCLUDE "data/tilesets/nihon_whitecity_collision.asm"
INCLUDE "data/tilesets/nihon_whitecity_collision.asm"
; Inclusion of NEW things made it so I had to move it. THE DOMAIN EXPANSION, WAHOO!
TilesetTowerGFX::
INCBIN "gfx/tilesets/tower.2bpp.lz"
TilesetTowerMeta::
INCBIN "data/tilesets/tower_metatiles.bin"
TilesetTowerColl::
INCLUDE "data/tilesets/tower_collision.asm"
TilesetTowerAttr::
INCBIN "data/tilesets/tower_attributes.bin"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Before After
Before After