diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-08-12 17:26:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 17:26:01 -0700 |
commit | d9883945954a30e4b753ecbd5d807f4b6cd2a38a (patch) | |
tree | 093c45ab4de91a75d546f58a6672dfc72136677c /data/text | |
parent | e005410884803f1ec8f5942bd0c8d2da5c2e29c8 (diff) |
More data dumping and some code cleaning (#46)
* more data dumping and some code cleaning
* split out cutscene scripts
* initial start at script conversion
* more script work
* use correct type
* clearer up struct field names
* split known scripts into seperate files
* no need to preproc pure ascii strings in debug
* more cutscene work
* split out personality test scripts
* solidify text macros and doc some dungeon fields
* more scripting work
Diffstat (limited to 'data/text')
-rw-r--r-- | data/text/luminous_cave.inc | 18 | ||||
-rw-r--r-- | data/text/party_menu.inc | 22 |
2 files changed, 20 insertions, 20 deletions
diff --git a/data/text/luminous_cave.inc b/data/text/luminous_cave.inc index 3446aa8..255c124 100644 --- a/data/text/luminous_cave.inc +++ b/data/text/luminous_cave.inc @@ -9,7 +9,7 @@ gUnknown_80DCAB8:: @ 80DCAB8 .string "#+Do ye seek evolution?\0" .align 2, 0 -gUnknown_80DCAD0:: @ 80DCAD0 +gLuminousCaveEvolutionInfo:: @ 80DCAD0 .string "#+There are those among Pokémon\n" .string "#+that can evolve.#P" .string "#+Such Pokémon can evolve at this very\n" @@ -36,11 +36,11 @@ gUnknown_80DCD5C:: @ 80DCD5C .string "#+is what ye seek...\0" .align 2, 0 -gUnknown_80DCD90:: @ 80DCD90 +gLuminousCaveGiveItem:: @ 80DCD90 .string "#+Will ye give an item for evolution?\0" .align 2, 0 -gUnknown_80DCDB8:: @ 80DCDB8 +gLuminousCaveGiveAnotherItem:: @ 80DCDB8 .string "#+Will ye give yet another item?\0" .align 2, 0 @@ -75,7 +75,7 @@ gUnknown_80DCEDC:: @ 80DCEDC .string "#+Come alone if ye wish to evolve.\0" .align 2, 0 -gUnknown_80DCF44:: @ 80DCF44 +gLuminousCaveLackLevel:: @ 80DCF44 .string "#+...#P" .string "#+Ye cannot evolve yet.#P" .string "#+Ye have not high enough a level.\0" @@ -86,26 +86,26 @@ gUnknown_80DCF88:: @ 80DCF88 .string "#+Ye cannot evolve anymore.\0" .align 2, 0 -gUnknown_80DCFAC:: @ 80DCFAC +gLuminousCaveLackFriendArea:: @ 80DCFAC .string "#+...#P" .string "#+Ye cannot evolve yet.#P" .string "#+Ye need your Friend Area to evolve.\0" .align 2, 0 -gUnknown_80DCFF4:: @ 80DCFF4 +gLuminousCaveLackRoom:: @ 80DCFF4 .string "#+...#P" .string "#+Ye cannot evolve yet.#P" .string "#+The Friend Area to which ye shall go\n" .string "#+has no room for ye.\0" .align 2, 0 -gUnknown_80DD054:: @ 80DD054 +gLuminousCaveLackIQ:: @ 80DD054 .string "#+...#P" .string "#+Ye cannot evolve yet.#P" .string "#+Ye seem to lack the IQ to evolve.\0" .align 2, 0 -gUnknown_80DD098:: @ 80DD098 +gLuminousCaveLackItem:: @ 80DD098 .string "#+#+...#P" .string "#+Ye cannot evolve yet.#P" .string "#+Ye seem to lack an item to evolve.\0" @@ -116,7 +116,7 @@ gUnknown_80DD0E0:: @ 80DD0E0 .string "#+Ye cannot evolve yet. \0" .align 2, 0 -gUnknown_80DD104:: @ 80DD104 +gLuminousCaveGiveName:: @ 80DD104 .string "#+Ye must give a name to\n" .string "#+the evolved Pokémon. \0" .align 2, 0 diff --git a/data/text/party_menu.inc b/data/text/party_menu.inc index 73c5856..5ffea3e 100644 --- a/data/text/party_menu.inc +++ b/data/text/party_menu.inc @@ -57,47 +57,47 @@ gUnknown_80DD63C:: @ 80DD63C .string "#+sent to storage.\0" .align 2, 0 -gUnknown_80DD664:: @ 80DD664 +gPartyMenuStandBy:: @ 80DD664 .string "Stand By\0" .align 2, 0 -gUnknown_80DD670:: @ 80DD670 +gPartyMenuMakeLeader:: @ 80DD670 .string "Make Leader\0" .align 2,0 -gUnknown_80DD67C:: @ 80DD67C +gPartyMenuJoinTeam:: @ 80DD67C .string "Join Team\0" .align 2, 0 -gUnknown_80DD688:: @ 80DD688 +gPartyMenuGiveGummi:: @ 80DD688 .string "Give Gummi\0" .align 2, 0 -gUnknown_80DD694:: @ 80DD694 +gPartyMenuGive:: @ 80DD694 .string "Give\0" .align 2, 0 -gUnknown_80DD69C:: @ 80DD69C +gPartyMenuTake:: @ 80DD69C .string "Take\0" .align 2, 0 -gUnknown_80DD6A4:: @ 80DD6A4 +gPartyMenuSayFarewell:: @ 80DD6A4 .string "Say Farewell\0" .align 2, 0 -gUnknown_80DD6B4:: @ 80DD6B4 +gPartyMenuSummary:: @ 80DD6B4 .string "Summary\0" .align 2, 0 -gUnknown_80DD6BC:: @ 80DD6BC +gPartyMenuMoves:: @ 80DD6BC .string "Moves\0" .align 2, 0 -gUnknown_80DD6C4:: @ 80DD6C4 +gPartyMenuCheckIQ:: @ 80DD6C4 .string "Check IQ\0" .align 2, 0 -gUnknown_80DD6D0:: @ 80DD6D0 +gPartyMenuItemPlaceholder:: @ 80DD6D0 .string "Item: #C4$i0#R \0" .align 2, 0 |