mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

This adds a map for Cinnabar Volcano's floors in the run-up to Moltres. I used a S.S. Anne style compression technique here, having 4 floors on a decently sized map that are just far enough apart for a player to never actually see them. This maintains their suspension of disbelief while giving us way more space to work with. I want to compress a lot of RBY maps like this if push comes to shove - there's a lot of places where this is possible. In the interests of compression, I started using the Agatha bank again, as I removed a lot of maps from there when making bank 22. There's some space for maps. Also I made 3 more blocks for cavern which caused it to overflow the bank it was in - fixed that by swapping with PreGym, which is probably much smaller. Cinnabar Volcano hasn't been changed yet in the interest of Martha finishing that bit up.
254 lines
5.7 KiB
NASM
254 lines
5.7 KiB
NASM
; see also MapHeaderBanks
|
|
MapHeaderPointers::
|
|
table_width 2, MapHeaderPointers
|
|
dw PalletTown_h
|
|
dw ViridianCity_h
|
|
dw PewterCity_h
|
|
dw CeruleanCity_h
|
|
dw VermilionCity_h
|
|
dw LavenderTown_h
|
|
dw CeladonCity_h
|
|
dw CeladonUniversityOutside_h
|
|
dw FuchsiaCity_h
|
|
dw SaffronCity_h
|
|
dw CinnabarIsland_h
|
|
dw IndigoPlateau_h
|
|
dw CitrineCity_h
|
|
dw Route1_h
|
|
dw Route2_h
|
|
dw Route3_h
|
|
dw Route4_h
|
|
dw Route5_h
|
|
dw Route6_h
|
|
dw Route7_h
|
|
dw Route8_h
|
|
dw Route9_h
|
|
dw Route10_h
|
|
dw Route11_h
|
|
dw Route12_h
|
|
dw Route13_h
|
|
dw Route14_h
|
|
dw Route15_h
|
|
dw Route16_h
|
|
dw Route17_h
|
|
dw Route18_h
|
|
dw Route19_h
|
|
dw Route20_h
|
|
dw Route21_h
|
|
dw Route22_h
|
|
dw Route23_h
|
|
dw Route24_h
|
|
dw Route25_h
|
|
dw BrunswickTrail_h ; CINNABAR_MART_COPY
|
|
dw RedsHouse1F_h
|
|
dw RedsHouse2F_h
|
|
dw BluesHouse_h
|
|
dw OaksLab_h
|
|
dw ViridianPokecenter_h
|
|
dw ViridianMart_h
|
|
dw ViridianSchoolHouse_h
|
|
dw ViridianNicknameHouse_h
|
|
dw ViridianGym_h
|
|
dw DiglettsCaveRoute2_h
|
|
dw ViridianForestNorthGate_h
|
|
dw Route2TradeHouse_h
|
|
dw Route2Gate_h
|
|
dw ViridianForestSouthGate_h
|
|
dw ViridianForest_h
|
|
dw Museum1F_h
|
|
dw Museum2F_h
|
|
dw PewterGym_h
|
|
dw PewterNidoranHouse_h
|
|
dw PewterMart_h
|
|
dw PewterSpeechHouse_h
|
|
dw PewterPokecenter_h
|
|
dw MtMoon1F_h
|
|
dw MtMoonB1F_h
|
|
dw MtMoonB2F_h
|
|
dw CeruleanTrashedHouse_h
|
|
dw CeruleanTradeHouse_h
|
|
dw CeruleanPokecenter_h
|
|
dw CeruleanGym_h
|
|
dw BikeShop_h
|
|
dw CeruleanMart_h
|
|
dw MtMoonPokecenter_h
|
|
dw ViridianPreGym_h ; CERULEAN_TRASHED_HOUSE_COPY, CeruleanTrashedHouse_h
|
|
dw Route5Gate_h
|
|
dw UndergroundPathRoute5_h
|
|
dw Daycare_h
|
|
dw Route6Gate_h
|
|
dw UndergroundPathRoute6_h
|
|
dw CelesteHill_h ; was dw UndergroundPathRoute6_h, UNDERGROUND_PATH_ROUTE_6_COPY
|
|
dw Route7Gate_h
|
|
dw UndergroundPathRoute7_h
|
|
dw CitrineRocketHouse_h ; was dw UndergroundPathRoute7Copy_h
|
|
dw Route8Gate_h
|
|
dw UndergroundPathRoute8_h
|
|
dw RockTunnelPokecenter_h
|
|
dw RockTunnel1F_h
|
|
dw PowerPlant_h
|
|
dw Route11Gate1F_h
|
|
dw DiglettsCaveRoute11_h
|
|
dw Route11Gate2F_h
|
|
dw Route12Gate1F_h
|
|
dw BillsHouse_h
|
|
dw VermilionPokecenter_h
|
|
dw PokemonFanClub_h
|
|
dw VermilionMart_h
|
|
dw VermilionGym_h
|
|
dw VermilionPidgeyHouse_h
|
|
dw VermilionDock_h
|
|
dw SSAnne1F_h
|
|
dw SSAnne2F_h
|
|
dw SSAnne3F_h
|
|
dw SSAnneB1F_h
|
|
dw SSAnneBow_h
|
|
dw SSAnneKitchen_h
|
|
dw SSAnneCaptainsRoom_h
|
|
dw SSAnne1FRooms_h
|
|
dw SSAnne2FRooms_h
|
|
dw SSAnneB1FRooms_h
|
|
dw SilphGauntlet1F_h
|
|
dw SilphGauntlet2F_h
|
|
dw SilphGauntlet3F_h
|
|
dw VictoryRoad1F_h
|
|
dw SilphGauntlet4F_h
|
|
dw SilphGauntlet5F_h
|
|
dw SilphGauntlet6F_h
|
|
dw SilphGauntlet7F_h
|
|
dw LancesRoom_h
|
|
dw FarawayIslandOutside_h ; UNUSED_MAP_72
|
|
dw FarawayIslandInside_h ; UNUSED_MAP_73
|
|
dw PokemonMansionB2F_h ; UNUSED_MAP_74
|
|
dw MtMoonCrater_h ; UNUSED_MAP_75
|
|
dw HallOfFame_h
|
|
dw UndergroundPathNorthSouth_h
|
|
dw ChampionsRoom_h
|
|
dw UndergroundPathWestEast_h
|
|
dw CeladonMart1F_h
|
|
dw CeladonMart2F_h
|
|
dw CeladonMart3F_h
|
|
dw CeladonMart4F_h
|
|
dw CeladonMartRoof_h
|
|
dw CeladonMartElevator_h
|
|
dw CeladonMansion1F_h
|
|
dw CeladonMansion2F_h
|
|
dw CeladonMansion3F_h
|
|
dw CeladonMansionRoof_h
|
|
dw CeladonMansionRoofHouse_h
|
|
dw CeladonPokecenter_h
|
|
dw CeladonGym_h
|
|
dw GameCorner_h
|
|
dw CeladonMart5F_h
|
|
dw GameCornerPrizeRoom_h
|
|
dw CeladonDiner_h
|
|
dw CeladonChiefHouse_h
|
|
dw CeladonHotel_h
|
|
dw LavenderPokecenter_h
|
|
dw PokemonTower1F_h
|
|
dw PokemonTower2F_h
|
|
dw PokemonTower3F_h
|
|
dw PokemonTower4F_h
|
|
dw PokemonTower5F_h
|
|
dw PokemonTower6F_h
|
|
dw PokemonTower7F_h
|
|
dw MrFujisHouse_h
|
|
dw LavenderMart_h
|
|
dw LavenderCuboneHouse_h
|
|
dw FuchsiaMart_h
|
|
dw FuchsiaBillsGrandpasHouse_h
|
|
dw FuchsiaPokecenter_h
|
|
dw WardensHouse_h
|
|
dw SafariZoneGate_h
|
|
dw FuchsiaGym_h
|
|
dw FuchsiaMeetingRoom_h
|
|
dw SeafoamIslandsB1F_h
|
|
dw SeafoamIslandsB2F_h
|
|
dw SeafoamIslandsB3F_h
|
|
dw SeafoamIslandsB4F_h
|
|
dw CitrineTradebackHouse_h ; was vermillion old rod house
|
|
dw CitrinePokecenter_h ; was fuschia good rod house
|
|
dw PokemonMansion1F_h
|
|
dw CinnabarGym_h
|
|
dw CinnabarLab_h
|
|
dw CinnabarLabTradeRoom_h
|
|
dw CinnabarLabMetronomeRoom_h
|
|
dw CinnabarLabFossilRoom_h
|
|
dw CinnabarPokecenter_h
|
|
dw CinnabarMart_h
|
|
dw IndigoPlateauLobby_h
|
|
dw CopycatsHouse1F_h
|
|
dw CopycatsHouse2F_h
|
|
dw FightingDojo_h
|
|
dw SaffronGym_h
|
|
dw SaffronPidgeyHouse_h
|
|
dw SaffronMart_h
|
|
dw SilphCo1F_h
|
|
dw SaffronPokecenter_h
|
|
dw MrPsychicsHouse_h
|
|
dw Route15Gate1F_h
|
|
dw Route15Gate2F_h
|
|
dw Route16Gate1F_h
|
|
dw Route16Gate2F_h
|
|
dw Route16FlyHouse_h
|
|
dw Route12SuperRodHouse_h
|
|
dw Route18Gate1F_h
|
|
dw Route18Gate2F_h
|
|
dw SeafoamIslands1F_h
|
|
dw Route22Gate_h
|
|
dw VictoryRoad2F_h
|
|
dw Route12Gate2F_h
|
|
dw VermilionTradeHouse_h
|
|
dw DiglettsCave_h
|
|
dw VictoryRoad3F_h
|
|
dw RocketHideoutB1F_h
|
|
dw RocketHideoutB2F_h
|
|
dw RocketHideoutB3F_h
|
|
dw RocketHideoutB4F_h
|
|
dw RocketHideoutElevator_h
|
|
dw CitrineMart_h ; UNUSED_MAP_CC
|
|
dw GarnetCavern1F_h ; UNUSED_MAP_CD, used hideout elevator
|
|
dw GarnetCavernB1F_h ; UNUSED_MAP_CE, used hideout elevator
|
|
dw SilphCo2F_h
|
|
dw SilphCo3F_h
|
|
dw SilphCo4F_h
|
|
dw SilphCo5F_h
|
|
dw SilphCo6F_h
|
|
dw SilphCo7F_h
|
|
dw SilphCo8F_h
|
|
dw PokemonMansion2F_h
|
|
dw PokemonMansion3F_h
|
|
dw PokemonMansionB1F_h
|
|
dw SafariZoneEast_h
|
|
dw SafariZoneNorth_h
|
|
dw SafariZoneWest_h
|
|
dw SafariZoneCenter_h
|
|
dw SafariZoneCenterRestHouse_h
|
|
dw SafariZoneSecretHouse_h
|
|
dw SafariZoneWestRestHouse_h
|
|
dw SafariZoneEastRestHouse_h
|
|
dw SafariZoneNorthRestHouse_h
|
|
dw CeruleanCave2F_h
|
|
dw CeruleanCaveB1F_h
|
|
dw CeruleanCave1F_h
|
|
dw NameRatersHouse_h
|
|
dw CeruleanBadgeHouse_h
|
|
dw CinnabarVolcano_h ; UNUSED_MAP_E7
|
|
dw RockTunnelB1F_h
|
|
dw SilphCo9F_h
|
|
dw SilphCo10F_h
|
|
dw SilphCo11F_h
|
|
dw SilphCoElevator_h
|
|
dw GarnetCavern2F_h ; UNUSED_MAP_ED, used silph 2f
|
|
dw UnderwaterTunnel_h ; UNUSED_MAP_EE
|
|
dw TradeCenter_h
|
|
dw Colosseum_h
|
|
dw CeladonUniversityInside_h ; UNUSED_MAP_F1
|
|
dw CeladonUniversityPokecenter_h ; UNUSED_MAP_F2
|
|
dw BillsGarden_h ; UNUSED_MAP_F3, used to use SilphCo2F_h
|
|
dw LoreleisRoom_h
|
|
dw BrunosRoom_h
|
|
dw AgathasRoom_h
|
|
dw CinnabarVolcanoFloors_h
|
|
assert_table_length NUM_MAPS
|