diff options
author | FieryMewtwo <77066742+FieryMewtwo@users.noreply.github.com> | 2021-10-08 16:24:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 13:24:23 -0700 |
commit | fb7a3a03e71fc7f83ff5471067b7cbe2e069d0fc (patch) | |
tree | a98e11a738bee1d83ad7e338c9de62d0df15012a /data | |
parent | de6af79187d8f30a99e2e1d22c5646f4522474a7 (diff) |
Update Luminous Cave text to use more descriptive labels (#61)
* Update luminous_cave.inc
* Fix pointers
* Fix pointers
again
* Fix pointers
finally done
Diffstat (limited to 'data')
-rw-r--r-- | data/text/luminous_cave.inc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/data/text/luminous_cave.inc b/data/text/luminous_cave.inc index 255c124..96f852e 100644 --- a/data/text/luminous_cave.inc +++ b/data/text/luminous_cave.inc @@ -1,11 +1,11 @@ -gUnknown_80DCA34:: @ 80DCA34 +gLuminousCaveSeekAwakening:: @ 80DCA34 .string "#+...#WA voice emanates from somewhere...#P" .string "#+...Ye who seek awakening...#P" .string "#+This is Luminous Cave.#W\n" .string "#+Do ye seek a new evolution?\0" .align 2, 0 -gUnknown_80DCAB8:: @ 80DCAB8 +gLuminousCaveAskEvolution:: @ 80DCAB8 .string "#+Do ye seek evolution?\0" .align 2, 0 @@ -31,7 +31,7 @@ gLuminousCaveEvolutionInfo:: @ 80DCAD0 .string "#+before committing to evolution.\0" .align 2, 0 -gUnknown_80DCD5C:: @ 80DCD5C +gLuminousCaveYeShallReturn:: @ 80DCD5C .string "#+Ye shall return if evolution\n" .string "#+is what ye seek...\0" .align 2, 0 @@ -44,31 +44,31 @@ gLuminousCaveGiveAnotherItem:: @ 80DCDB8 .string "#+Will ye give yet another item?\0" .align 2, 0 -gUnknown_80DCDDC:: @ 80DCDDC +gLuminousCaveLackWhatIsNeeded:: @ 80DCDDC .string "#+Alas~2c ye seem to lack what is needed\n" .string "#+for evolution.\0" .align 2, 0 -gUnknown_80DCE18:: @ 80DCE18 +gLuminousCaveOnlyOneItem:: @ 80DCE18 .string "#+Ye seem to have but one item.\0" .align 2, 0 -gUnknown_80DCE38:: @ 80DCE38 +gLuminousCaveLetUsBegin:: @ 80DCE38 .string "#+...Ye who seek awakening...\n" .string "#+Let us begin.\0" .align 2, 0 -gUnknown_80DCE68:: @ 80DCE68 +gLuminousCaveChangedAppearance:: @ 80DCE68 .string "#+...#W$n0 is undergoing changes...#P" .string "#+$n0~27s appearance changed...#P\0" .align 2, 0 -gUnknown_80DCEB0:: @ 80DCEB0 +gLuminousCaveEvolved:: @ 80DCEB0 .string "#+It evolved from #C4$m0#R\n" .string "#+to #C6$m1#R!\0" .align 2, 0 -gUnknown_80DCEDC:: @ 80DCEDC +gLuminousCaveComeAlone:: @ 80DCEDC .string "#+...#P" .string "#+One cannot evolve if one\n" .string "#+is in the company of others.#P" @@ -81,7 +81,7 @@ gLuminousCaveLackLevel:: @ 80DCF44 .string "#+Ye have not high enough a level.\0" .align 2, 0 -gUnknown_80DCF88:: @ 80DCF88 +gLuminousCaveCantEvolveAnymore:: @ 80DCF88 .string "#+...#P" .string "#+Ye cannot evolve anymore.\0" .align 2, 0 @@ -111,7 +111,7 @@ gLuminousCaveLackItem:: @ 80DD098 .string "#+Ye seem to lack an item to evolve.\0" .align 2, 0 -gUnknown_80DD0E0:: @ 80DD0E0 +gLuminousCaveCantEvolveYet:: @ 80DD0E0 .string "#+#+...#P" .string "#+Ye cannot evolve yet. \0" .align 2, 0 |