diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-27 15:05:08 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-27 15:05:08 -0400 |
| commit | fbeac8adb657c01192d2c755a45005b0f0f3c332 (patch) | |
| tree | 6cfb82ec1029d6c812021bb09996faa554a1f2c7 /constants | |
| parent | Bank2 audio. (diff) | |
| download | pokeyellow-fbeac8adb657c01192d2c755a45005b0f0f3c332.tar.gz pokeyellow-fbeac8adb657c01192d2c755a45005b0f0f3c332.tar.xz pokeyellow-fbeac8adb657c01192d2c755a45005b0f0f3c332.zip | |
Bank8 audio.
todo: correct address comments
note: tx_pre_constants are not 100% accurate, but they work well enough
to have yellow build correctly
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/tx_pre_constants.asm | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/constants/tx_pre_constants.asm b/constants/tx_pre_constants.asm new file mode 100644 index 00000000..84ed3584 --- /dev/null +++ b/constants/tx_pre_constants.asm @@ -0,0 +1,70 @@ +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
\ No newline at end of file |
