diff options
author | dannye <33dannye@gmail.com> | 2021-01-17 23:22:11 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-01-17 23:22:11 -0600 |
commit | 3ced01a4b5b9fb96ca568cd078051a916a950dfa (patch) | |
tree | 803f509b14d9a1c67d498f8974fa189a7a5cf9ea /src/text | |
parent | 6ffa0b342a053bc3e78ca126c44edf89f9a622ec (diff) |
Improve some labels in bank 3
Diffstat (limited to 'src/text')
-rw-r--r-- | src/text/text3.asm | 28 | ||||
-rw-r--r-- | src/text/text_offsets.asm | 28 |
2 files changed, 28 insertions, 28 deletions
diff --git a/src/text/text3.asm b/src/text/text3.asm index ac0adb1..7699e08 100644 --- a/src/text/text3.asm +++ b/src/text/text3.asm @@ -942,55 +942,55 @@ Text0322: ; 3e64c (f:664c) line "" done -Text0323: ; 3e660 (f:6660) +OverworldMapMasonLaboratoryText: ; 3e660 (f:6660) text " Mason Laboratory " done -Text0324: ; 3e676 (f:6676) +OverworldMapIshiharasHouseText: ; 3e676 (f:6676) text " ISHIHARA's House " done -Text0325: ; 3e68c (f:668c) +OverworldMapFightingClubText: ; 3e68c (f:668c) text " Fighting Club " done -Text0326: ; 3e6a2 (f:66a2) +OverworldMapRockClubText: ; 3e6a2 (f:66a2) text " Rock Club " done -Text0327: ; 3e6b8 (f:66b8) +OverworldMapWaterClubText: ; 3e6b8 (f:66b8) text " Water Club " done -Text0328: ; 3e6ce (f:66ce) +OverworldMapLightningClubText: ; 3e6ce (f:66ce) text " Lightning Club " done -Text0329: ; 3e6e4 (f:66e4) +OverworldMapGrassClubText: ; 3e6e4 (f:66e4) text " Grass Club " done -Text032a: ; 3e6fa (f:66fa) +OverworldMapPsychicClubText: ; 3e6fa (f:66fa) text " Psychic Club " done -Text032b: ; 3e710 (f:6710) +OverworldMapScienceClubText: ; 3e710 (f:6710) text " Science Club " done -Text032c: ; 3e726 (f:6726) +OverworldMapFireClubText: ; 3e726 (f:6726) text " Fire Club " done -Text032d: ; 3e73c (f:673c) +OverworldMapChallengeHallText: ; 3e73c (f:673c) text " Challenge Hall " done -Text032e: ; 3e752 (f:6752) +OverworldMapPokemonDomeText: ; 3e752 (f:6752) text " Pokémon Dome " done -Text032f: ; 3e768 (f:6768) +OverworldMapMysteryHouseText: ; 3e768 (f:6768) text " ??'s House " done @@ -1055,7 +1055,7 @@ PauseMenuOptionsText: ; 3e810 (f:6810) line "Exit" done -Text033e: ; 3e834 (f:6834) +DebugPauseMenuOptionsText: ; 3e834 (f:6834) text "Status" line "Diary" line "Deck" diff --git a/src/text/text_offsets.asm b/src/text/text_offsets.asm index c72a57e..ff757fe 100644 --- a/src/text/text_offsets.asm +++ b/src/text/text_offsets.asm @@ -804,19 +804,19 @@ TextOffsets:: ; 34000 (d:4000) textpointer Text0320 ; 0x0320 textpointer Text0321 ; 0x0321 textpointer Text0322 ; 0x0322 - textpointer Text0323 ; 0x0323 - textpointer Text0324 ; 0x0324 - textpointer Text0325 ; 0x0325 - textpointer Text0326 ; 0x0326 - textpointer Text0327 ; 0x0327 - textpointer Text0328 ; 0x0328 - textpointer Text0329 ; 0x0329 - textpointer Text032a ; 0x032a - textpointer Text032b ; 0x032b - textpointer Text032c ; 0x032c - textpointer Text032d ; 0x032d - textpointer Text032e ; 0x032e - textpointer Text032f ; 0x032f + textpointer OverworldMapMasonLaboratoryText ; 0x0323 + textpointer OverworldMapIshiharasHouseText ; 0x0324 + textpointer OverworldMapFightingClubText ; 0x0325 + textpointer OverworldMapRockClubText ; 0x0326 + textpointer OverworldMapWaterClubText ; 0x0327 + textpointer OverworldMapLightningClubText ; 0x0328 + textpointer OverworldMapGrassClubText ; 0x0329 + textpointer OverworldMapPsychicClubText ; 0x032a + textpointer OverworldMapScienceClubText ; 0x032b + textpointer OverworldMapFireClubText ; 0x032c + textpointer OverworldMapChallengeHallText ; 0x032d + textpointer OverworldMapPokemonDomeText ; 0x032e + textpointer OverworldMapMysteryHouseText ; 0x032f textpointer MasonLaboratoryMapNameText ; 0x0330 textpointer MrIshiharasHouseMapNameText ; 0x0331 textpointer FightingClubMapNameText ; 0x0332 @@ -831,7 +831,7 @@ TextOffsets:: ; 34000 (d:4000) textpointer PokemonDomeMapNameText ; 0x033b textpointer Text033c ; 0x033c textpointer PauseMenuOptionsText ; 0x033d - textpointer Text033e ; 0x033e + textpointer DebugPauseMenuOptionsText ; 0x033e textpointer PlayerStatusNameText ; 0x033f textpointer PlayerStatusAlbumText ; 0x0340 textpointer PlayerStatusPlayTimeText ; 0x0341 |