diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-06-09 22:54:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 22:54:21 -0500 |
commit | 377bd14ea67d6177250fb401e12d7dfcf44e2cf6 (patch) | |
tree | 5440970e02a7890791b234aa233e91e5c1d65b40 /data/data_80B9BB8.s | |
parent | eaa141c612dd1689936a21bd57018a55ff686b69 (diff) |
Dungeon pokemon/Floor ID JSON Part 1 (#39)
* move Thunderwave and Tiny Woods pokemon to json
* rule tweaking to actually build tool before parsing JSON
* delete .inc pokemon for tiny Woods and Thunderwave
* silence git complaining about br_ips and ips_patch
* use defines for species and pass the header file for species
* convert sinister woods
* convert MtThunderPeak
* convert silent chasm
* add trial floor_id w/ tiny woods
* change make rule name to fix compile
* MtSteel converted and bugfix
* convert few floor headers and great canyon pokemon
* code cleanup
* unify unkData into UnkTextStruct2
* more code cleanup and some text decomp
* doc more funcs and decomp/split some stuff
* document more save stuff
* more save work and move some data
* pika sniped UpdateNatureTotal
* decomp a litle and convert a few more dungeons
* better scanning for json files
* mt freeze and peak
Diffstat (limited to 'data/data_80B9BB8.s')
-rw-r--r-- | data/data_80B9BB8.s | 120 |
1 files changed, 0 insertions, 120 deletions
diff --git a/data/data_80B9BB8.s b/data/data_80B9BB8.s index 0258bdd..5484d9c 100644 --- a/data/data_80B9BB8.s +++ b/data/data_80B9BB8.s @@ -551,123 +551,3 @@ gUnknown_80D4144: @ 80D4144 .global defaultText defaultText: .string "default\0" - -@ Error Handling - .global gFuncFileLineString -gFuncFileLineString: @ 80D418C - .string "func = '%s'\n" - .string "file = '%s' line = %5d\0" - - .global gNotEntryText -gNotEntryText: @ 80D41B0 - .string "--- not entry ---\0" - .align 2,0 - - .global gFuncFileLineStringWPrefix -gFuncFileLineStringWPrefix: @ 80D41C4 - .string "%sfunc = '%s'\n" - .string "file = '%s' line = %5d\n\0" - .align 2,0 - - .global gFuncFileLineString2 -gFuncFileLineString2: @ 80D41EC - .string "func = '%s'\n" - .string "file = '%s' line = %5d\n\0" - .align 2,0 - .string "pksdir0\0" - - .global gUnknown_80D421C -gUnknown_80D421C: @ 80D421C - .string " Print \0" - .align 2,0 - - .string "pksdir0\0" - .align 2,0 - - .global Performance_Text - Performance_Text: - .string "Performance\0" - .align 2,0 - - .global MemoryCard_Text - MemoryCard_Text: - .string "Memory Card\0" - .align 2,0 - - .global Memory_Text - Memory_Text: - .string "Memory\0" - .align 2,0 - - .global Flag_Text - Flag_Text: - .string "Flag\0" - .align 2,0 - - .global Se_Text - Se_Text: - .string "Se\0" - .align 2,0 - - .global Bgm_Text - Bgm_Text: - .string "Bgm\0" - .align 2,0 - - .global Sound_Text - Sound_Text: - .string "Sound\0" - .align 2,0 - - .global Dungeon_Text - Dungeon_Text: - .string "Dungeon\0" - .align 2,0 - - .global GroundScript_Text - GroundScript_Text: - .string "GroundScript\0" - .align 2,0 - - .global Ground_Text - Ground_Text: - .string "Ground\0" - .align 2,0 - - .global gNotMountText -gNotMountText: @ 80D4288 - .string "not mount log system\0" - .align 2,0 - .string "pksdir0\0" - .string "pksdir0\0" - .string "pksdir0\0" - .string "pksdir0\0" - - .global gFatalText -gFatalText: @ 80D42C0 - .string "!!!!! Fatal !!!!!\n\0" - .align 2,0 - - .global gUnknown_80D42D4 -gUnknown_80D42D4: @ 80D42D4 - .string "%s\n\0" - .align 2,0 - .string "pksdir0\0" - .string "pksdir0\0" - .string "pksdir0\0" - .string "pksdir0\0" - .string "pksdir0\0" - .string "pksdir0\0" - .string "pksdir0\0" - .string "pksdir0\0" - .string "pksdir0\0" - - .global PokeDungeon_Text - PokeDungeon_Text: - .string "POKE_DUNGEON__05\0" - .align 2,0 - - .string "pksdir0\0" - .string "pksdir0\0" - .string "pksdir0\0" - .string "pksdir0\0" |