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

Please stop asking me about the sprite limit i beg u Ok so this commit does the following; - Oak's Lab now uses the Fossil Lab tileset, featuring lots of new contraptions etc to make up for the old removed aides. - Places the Pikachu and Eevee starters in a new place, which results in a slightly blocky mess, but does the job. - Fossil Lab tileset graphic has many new things. Lots of bad tiles in the blockset in case we want to use this more. - Changes the rival's pathing so he, y'know, works on the new map... - Re-adds the Oak email thing, but I had to do like 4 stupid workarounds because it was broken for unknown reasons. Just made it a generic bg event with no issues. - Removed the old oak email event; no visible difference.
75 lines
3.7 KiB
NASM
75 lines
3.7 KiB
NASM
MACRO add_tx_pre
|
|
\1_id::
|
|
dw \1
|
|
ENDM
|
|
|
|
TextPredefs::
|
|
add_tx_pre CardKeySuccessText ; 01
|
|
add_tx_pre CardKeyFailText ; 02
|
|
add_tx_pre RedBedroomPCText ; 03
|
|
add_tx_pre RedBedroomSNESText ; 04
|
|
add_tx_pre PushStartText ; 05
|
|
add_tx_pre SaveOptionText ; 06
|
|
add_tx_pre StrengthsAndWeaknessesText ; 07
|
|
; add_tx_pre OakLabEmailText ; 08
|
|
add_tx_pre AerodactylFossilText ; 09
|
|
add_tx_pre Route15UpstairsBinocularsText ; 0A
|
|
add_tx_pre KabutopsFossilText ; 0B
|
|
add_tx_pre GymStatueText1 ; 0C
|
|
add_tx_pre GymStatueText2 ; 0D
|
|
add_tx_pre BookcaseText ; 0E
|
|
add_tx_pre ViridianCityPokecenterBenchGuyText ; 0F
|
|
add_tx_pre PewterCityPokecenterBenchGuyText ; 10
|
|
add_tx_pre CeruleanCityPokecenterBenchGuyText ; 11
|
|
add_tx_pre LavenderCityPokecenterBenchGuyText ; 12
|
|
add_tx_pre VermilionCityPokecenterBenchGuyText ; 13
|
|
add_tx_pre CeladonCityPokecenterBenchGuyText ; 14
|
|
add_tx_pre CeladonCityHotelText ; 15
|
|
add_tx_pre FuchsiaCityPokecenterBenchGuyText ; 16
|
|
add_tx_pre CinnabarIslandPokecenterBenchGuyText ; 17
|
|
add_tx_pre SaffronCityPokecenterBenchGuyText ; 18
|
|
add_tx_pre MtMoonPokecenterBenchGuyText ; 19
|
|
add_tx_pre RockTunnelPokecenterBenchGuyText ; 1A
|
|
add_tx_pre CeladonUniversityPokecenterBenchGuyText ; 1B
|
|
add_tx_pre CitrinePokecenterGuyText ; 1C was unused bench guy text 2
|
|
add_tx_pre UnusedBenchGuyText3 ; 1D XXX unused
|
|
add_tx_pre UnusedPredefText ; 1E XXX unused
|
|
add_tx_pre PokemonCenterPCText ; 1F
|
|
add_tx_pre ViridianSchoolNotebook ; 20
|
|
add_tx_pre ViridianSchoolBlackboard ; 21
|
|
add_tx_pre JustAMomentText ; 22
|
|
add_tx_pre OpenBillsPCText ; 23
|
|
add_tx_pre FoundHiddenItemText ; 24
|
|
add_tx_pre HiddenItemBagFullText ; 25 XXX unused
|
|
add_tx_pre VermilionGymTrashText ; 26
|
|
add_tx_pre IndigoPlateauHQText ; 27
|
|
add_tx_pre GameCornerOutOfOrderText ; 28
|
|
add_tx_pre GameCornerOutToLunchText ; 29
|
|
add_tx_pre GameCornerSomeonesKeysText ; 2A
|
|
add_tx_pre FoundHiddenCoinsText ; 2B
|
|
add_tx_pre DroppedHiddenCoinsText ; 2C
|
|
add_tx_pre BillsHouseMonitorText ; 2D
|
|
add_tx_pre BillsHouseInitiatedText ; 2E
|
|
add_tx_pre BillsHousePokemonList ; 2F
|
|
add_tx_pre MagazinesText ; 30
|
|
add_tx_pre CinnabarGymQuiz ; 31
|
|
add_tx_pre GameCornerNoCoinsText ; 32
|
|
add_tx_pre GameCornerCoinCaseText ; 33
|
|
add_tx_pre LinkCableHelp ; 34
|
|
add_tx_pre TMNotebook ; 35
|
|
add_tx_pre FightingDojoText ; 36
|
|
add_tx_pre EnemiesOnEverySideText ; 37
|
|
add_tx_pre WhatGoesAroundComesAroundText ; 38
|
|
add_tx_pre NewBicycleText ; 39
|
|
add_tx_pre IndigoPlateauStatues ; 3A
|
|
add_tx_pre VermilionGymTrashSuccessText1 ; 3B
|
|
add_tx_pre VermilionGymTrashSuccessText2 ; 3C XXX unused
|
|
add_tx_pre VermilionGymTrashSuccessText3 ; 3D
|
|
add_tx_pre VermilionGymTrashFailText ; 3E
|
|
add_tx_pre TownMapText ; 3F
|
|
add_tx_pre BookOrSculptureText ; 40
|
|
add_tx_pre ElevatorText ; 41
|
|
add_tx_pre PokemonStuffText ; 42
|
|
add_tx_pre ScarletBook1 ; 43
|
|
add_tx_pre ScarletBook2 ; 44
|