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/text3.asm | |
parent | 6ffa0b342a053bc3e78ca126c44edf89f9a622ec (diff) |
Improve some labels in bank 3
Diffstat (limited to 'src/text/text3.asm')
-rw-r--r-- | src/text/text3.asm | 28 |
1 files changed, 14 insertions, 14 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" |