mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-15 19:54:24 +13:00

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
31 lines
994 B
NASM
31 lines
994 B
NASM
CitrineCity_Object:
|
|
db $43 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 9, 27, CITRINE_ROCKET_HOUSE, 1
|
|
warp_event 9, 17, CITRINE_TRADEBACK_HOUSE, 1
|
|
warp_event 15, 17, CITRINE_POKECENTER, 1
|
|
warp_event 15, 27, CITRINE_MART, 1
|
|
warp_event 23, 5, CELESTE_HILL_GATE, 4
|
|
warp_event 11, 7, BATTLE_TENT, 1
|
|
warp_event 26, 31, CITRINE_FERRY_DOCK, 1
|
|
warp_event 27, 31, CITRINE_FERRY_DOCK, 1
|
|
|
|
def_bg_events
|
|
bg_event 16, 27, 5 ; Citrine Shop
|
|
bg_event 16, 17, 6 ; Pokecenter
|
|
bg_event 20, 22, 7 ; Billboard 1
|
|
bg_event 5, 18, 8 ; Billboard 2
|
|
bg_event 9, 7, 9 ; Battle Tower
|
|
bg_event 33, 23, 10 ; City Sign
|
|
bg_event 25, 22, 11 ; Directions
|
|
bg_event 25, 7, 12 ; Celeste Hill Sign
|
|
|
|
def_object_events
|
|
object_event 12, 19, SPRITE_BEAUTY, WALK, LEFT_RIGHT, 1 ; person
|
|
object_event 6, 9, SPRITE_HIKER, WALK, LEFT_RIGHT, 2 ; person
|
|
object_event 19, 15, SPRITE_GENTLEMAN, STAY, UP, 3 ; person
|
|
object_event 29, 23, SPRITE_ROCKER, WALK, ANY_DIR, 4 ; person
|
|
|
|
def_warps_to CITRINE_CITY
|