mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
August bug fixes: Part 1
Credit to ViWalls for discovering most of these bugs in his playtest: - Citrine City's theme has been made slightly louder. - The book in Mr. Fuji's house had difficulties working properly, so it's been removed for now. - Fixed issues where Silph Co. and the Fishing Rod house displayed incorrectly on the Town Map. - Removed the unnecessary sign outside Celadon University. - Fixed an issue where 2 NPCs in Cinnabar Lab and Pokemon Mansion, respectively, had incorrect text. - Fixed a text issue in Pokemon Mansion where the final Mewtwo log would display incorrectly. - Altered a piece of text in the secret area of Pokemon Mansion to avoid a text box error since the idea we had in mind for it was scrapped. - Fixed a text issue in Viridian Pre-Gym where the text for the right-side poster overflowed past the edge of the textbox.
This commit is contained in:
parent
2a4eaf0a87
commit
ecb6988ba5
15 changed files with 36 additions and 37 deletions
|
|
@ -109,7 +109,7 @@ InternalMapEntries:
|
|||
internal_map MR_PSYCHICS_HOUSE, 10, 5, SaffronCityName
|
||||
internal_map ROUTE_15_GATE_2F, 9, 13, Route15Name
|
||||
internal_map ROUTE_16_FLY_HOUSE, 4, 5, Route16Name
|
||||
internal_map ROUTE_12_SUPER_ROD_HOUSE, 14, 10, Route12Name
|
||||
internal_map ROUTE_12_SUPER_ROD_HOUSE, 10, 1, Route24Name
|
||||
internal_map ROUTE_18_GATE_2F, 7, 13, Route18Name
|
||||
internal_map SEAFOAM_ISLANDS_1F, 5, 15, SeafoamIslandsName
|
||||
internal_map ROUTE_22_GATE, 0, 7, Route22Name
|
||||
|
|
@ -121,7 +121,7 @@ InternalMapEntries:
|
|||
internal_map ROCKET_HIDEOUT_ELEVATOR, 7, 5, RocketHQName
|
||||
internal_map CITRINE_MART, 7, 10, CitrineCityName
|
||||
internal_map GARNET_CAVERN_B1F, 6, 10, GarnetCavernName
|
||||
; internal_map SILPH_CO_8F, 10, 5, SilphCoName
|
||||
internal_map SILPH_CO_7F, 10, 5, SilphCoName
|
||||
internal_map POKEMON_MANSION_B1F, 2, 15, PokemonMansionName
|
||||
internal_map SAFARI_ZONE_NORTH_REST_HOUSE, 8, 12, SafariZoneName
|
||||
internal_map CERULEAN_CAVE_1F, 9, 1, CeruleanCaveName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue