kep-hack/gfx/tilesets.asm
Martha Schilling ef62d0a43f would you believe me if i told you this still isnt done
in the middle of a breakdown here but i'm committing this because I don't wanna have an overwhelming number of changed files like the Big One

- Fixed a bug where an item couldn't be picked up in Mt. Moon Crater

- Gave new cries to Leafeon, Glaceon, Perrserker, Gentlarva, Carapthor, Gorotora, Magnezone, Tangrowth, Tricules, Magmortar and Meltan. Pupal and Lickilicky also got new cries but they'll probably be changed later

- Changed Citrine's map slightly for hopefully the final time, removing the tall grass to allow the Old Man Glitch to work there

- Brought Pokemon Tower 5F back for some reason

- Moved the Rocket Grunt on Silph 11F closer to the Omegadge door

- 'Fixed' a warp issue on Faraway Island, can definitely be improved though

- Gave Gapdos 10 more base special because i forgot the first time

- Fixed a typo in Hitmontop's dex entry

- Fixed some inconsistencies in Gao and Gorotora's movesets

- Added the unused ice tiles to Seafoam Islands and Garnet Cavern (credit to Vortiene)

- Added a stats page to the Pokedex that displays base stats and the type of caught Pokemon (again, credit to Vortiene)

- Made Sandshrew more common in Mt. Moon

- Improved the 'already caught' icon

- uncapitalised all new instances of "trainer" in the text to make it more consistent

- HOPEFULLY fixed the issue where the SS Anne still couldn't be reboarded
2023-11-20 11:00:20 +00:00

87 lines
3 KiB
NASM

SECTION "Tilesets 1", ROMX
Overworld_GFX:: INCBIN "gfx/tilesets/overworld.2bpp"
Overworld_Block:: INCBIN "gfx/blocksets/overworld.bst"
RedsHouse1_GFX::
RedsHouse2_GFX:: INCBIN "gfx/tilesets/reds_house.2bpp"
RedsHouse1_Block::
RedsHouse2_Block:: INCBIN "gfx/blocksets/reds_house.bst"
Mansion_GFX:: INCBIN "gfx/tilesets/mansion.2bpp"
Mansion_Block:: INCBIN "gfx/blocksets/mansion.bst"
ShipPort_GFX:: INCBIN "gfx/tilesets/ship_port.2bpp"
ShipPort_Block:: INCBIN "gfx/blocksets/ship_port.bst"
Interior_GFX:: INCBIN "gfx/tilesets/interior.2bpp"
Interior_Block:: INCBIN "gfx/blocksets/interior.bst"
Plateau_GFX:: INCBIN "gfx/tilesets/plateau.2bpp"
Plateau_Block:: INCBIN "gfx/blocksets/plateau.bst"
SECTION "Tilesets 2", ROMX
Dojo_GFX::
Gym_GFX:: INCBIN "gfx/tilesets/gym.2bpp"
Dojo_Block::
Gym_Block:: INCBIN "gfx/blocksets/gym.bst"
Mart_GFX::
Pokecenter_GFX:: INCBIN "gfx/tilesets/pokecenter.2bpp"
Mart_Block::
Pokecenter_Block:: INCBIN "gfx/blocksets/pokecenter.bst"
ForestGate_GFX::
Museum_GFX::
Gate_GFX:: INCBIN "gfx/tilesets/gate.2bpp"
ForestGate_Block::
Museum_Block::
Gate_Block:: INCBIN "gfx/blocksets/gate.bst"
Forest_GFX:: INCBIN "gfx/tilesets/forest.2bpp"
Forest_Block:: INCBIN "gfx/blocksets/forest.bst"
Facility_GFX:: INCBIN "gfx/tilesets/facility.2bpp"
Facility_Block:: INCBIN "gfx/blocksets/facility.bst"
SECTION "Tilesets 3", ROMX
Cemetery_GFX:: INCBIN "gfx/tilesets/cemetery.2bpp"
Cemetery_Block:: INCBIN "gfx/blocksets/cemetery.bst"
PreGym_GFX:: INCBIN "gfx/tilesets/pregym.2bpp" ; swapped as cavern grew too big
PreGym_Block:: INCBIN "gfx/blocksets/pregym.bst"
Lobby_GFX:: INCBIN "gfx/tilesets/lobby.2bpp"
Lobby_Block:: INCBIN "gfx/blocksets/lobby.bst"
Ship_GFX:: INCBIN "gfx/tilesets/ship.2bpp"
Ship_Block:: INCBIN "gfx/blocksets/ship.bst"
Lab_GFX:: INCBIN "gfx/tilesets/lab.2bpp"
Lab_Block:: INCBIN "gfx/blocksets/lab.bst"
Club_GFX:: INCBIN "gfx/tilesets/club.2bpp"
Club_Block:: INCBIN "gfx/blocksets/club.bst"
Underground_GFX:: INCBIN "gfx/tilesets/underground.2bpp"
Underground_Block:: INCBIN "gfx/blocksets/underground.bst"
SECTION "Tilesets 4", ROMX
Citrine_GFX:: INCBIN "gfx/tilesets/citrine.2bpp"
Citrine_Block:: INCBIN "gfx/blocksets/citrine.bst"
Celeste_GFX:: INCBIN "gfx/tilesets/celeste.2bpp"
Celeste_Block:: INCBIN "gfx/blocksets/celeste.bst"
RocketHouse_GFX:: INCBIN "gfx/tilesets/rockethouse.2bpp"
RocketHouse_Block:: INCBIN "gfx/blocksets/rockethouse.bst"
BetaMart_GFX:: INCBIN "gfx/tilesets/betamart.2bpp"
BetaMart_Block:: INCBIN "gfx/blocksets/betamart.bst"
House_GFX:: INCBIN "gfx/tilesets/house.2bpp"
House_Block:: INCBIN "gfx/blocksets/house.bst"
SECTION "Tilesets 5", ROMX
Cavern_GFX:: INCBIN "gfx/tilesets/cavern.2bpp"
Cavern_Block:: INCBIN "gfx/blocksets/cavern.bst"
Jacky_GFX:: INCBIN "gfx/tilesets/jacky.2bpp"
Jacky_Block:: INCBIN "gfx/blocksets/jacky.bst"