mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-19 17:28:01 -05:00
todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly
70 lines
3.8 KiB
NASM
70 lines
3.8 KiB
NASM
const_value = 1
|
|
|
|
tx_pre_const CardKeySuccessText ; 01
|
|
tx_pre_const CardKeyFailText ; 02
|
|
tx_pre_const RedBedroomPCText ; 03
|
|
tx_pre_const RedBedroomSNESText ; 04
|
|
tx_pre_const PushStartText ; 05
|
|
tx_pre_const SaveOptionText ; 06
|
|
tx_pre_const StrengthsAndWeaknessesText ; 07
|
|
tx_pre_const OakLabEmailText ; 08
|
|
tx_pre_const AerodactylFossilText ; 09
|
|
tx_pre_const Route15UpstairsBinocularsText ; 0A
|
|
tx_pre_const KabutopsFossilText ; 0B
|
|
tx_pre_const GymStatueText1 ; 0C
|
|
tx_pre_const GymStatueText2 ; 0D
|
|
tx_pre_const BookcaseText ; 0E
|
|
tx_pre_const ViridianCityPokecenterBenchGuyText ; 0F
|
|
tx_pre_const PewterCityPokecenterBenchGuyText ; 10
|
|
tx_pre_const CeruleanCityPokecenterBenchGuyText ; 11
|
|
tx_pre_const LavenderCityPokecenterBenchGuyText ; 12
|
|
tx_pre_const VermilionCityPokecenterBenchGuyText ; 13
|
|
tx_pre_const CeladonCityPokecenterBenchGuyText ; 14
|
|
tx_pre_const CeladonCityHotelText ; 15
|
|
tx_pre_const FuchsiaCityPokecenterBenchGuyText ; 16
|
|
tx_pre_const CinnabarIslandPokecenterBenchGuyText ; 17
|
|
tx_pre_const SaffronCityPokecenterBenchGuyText ; 18
|
|
tx_pre_const MtMoonPokecenterBenchGuyText ; 19
|
|
tx_pre_const RockTunnelPokecenterBenchGuyText ; 1A
|
|
tx_pre_const UnusedBenchGuyText1 ; 1B XXX unused
|
|
tx_pre_const UnusedBenchGuyText2 ; 1C XXX unused
|
|
tx_pre_const UnusedBenchGuyText3 ; 1D XXX unused
|
|
tx_pre_const UnusedPredefText ; 1E XXX unused
|
|
tx_pre_const PokemonCenterPCText ; 1F
|
|
tx_pre_const ViridianSchoolNotebook ; 20
|
|
tx_pre_const ViridianSchoolBlackboard ; 21
|
|
tx_pre_const FakeTextPredef22
|
|
tx_pre_const FakeTextPredef23
|
|
tx_pre_const JustAMomentText ; 22
|
|
tx_pre_const OpenBillsPCText ; 23
|
|
tx_pre_const FoundHiddenItemText ; 24
|
|
tx_pre_const HiddenItemBagFullText ; 25 XXX unused
|
|
tx_pre_const VermilionGymTrashText ; 26
|
|
tx_pre_const IndigoPlateauHQText ; 27
|
|
tx_pre_const GameCornerOutOfOrderText ; 28
|
|
tx_pre_const GameCornerOutToLunchText ; 29
|
|
tx_pre_const GameCornerSomeonesKeysText ; 2A
|
|
tx_pre_const FoundHiddenCoinsText ; 2B
|
|
tx_pre_const DroppedHiddenCoinsText ; 2C
|
|
tx_pre_const BillsHouseMonitorText ; 2D
|
|
tx_pre_const BillsHouseInitiatedText ; 2E
|
|
tx_pre_const BillsHousePokemonList ; 2F
|
|
tx_pre_const MagazinesText ; 30
|
|
tx_pre_const CinnabarGymQuiz ; 31
|
|
tx_pre_const GameCornerNoCoinsText ; 32
|
|
tx_pre_const GameCornerCoinCaseText ; 33
|
|
tx_pre_const LinkCableHelp ; 34
|
|
tx_pre_const TMNotebook ; 35
|
|
tx_pre_const FightingDojoText ; 36
|
|
tx_pre_const FightingDojoText_52a10 ; 37
|
|
tx_pre_const FightingDojoText_52a1d ; 38
|
|
tx_pre_const NewBicycleText ; 39
|
|
tx_pre_const IndigoPlateauStatues ; 3A
|
|
tx_pre_const VermilionGymTrashSuccesText1 ; 3B
|
|
tx_pre_const VermilionGymTrashSuccesText2 ; 3C XXX unused
|
|
tx_pre_const VermilionGymTrashSuccesText3 ; 3D
|
|
tx_pre_const VermilionGymTrashFailText ; 3E
|
|
tx_pre_const TownMapText ; 3F
|
|
tx_pre_const BookOrSculptureText ; 40
|
|
tx_pre_const ElevatorText ; 41
|
|
tx_pre_const PokemonStuffText ; 42 |