diff options
| author | Cameron Hall <cameronghall@cox.net> | 2018-01-23 00:32:33 -0600 |
|---|---|---|
| committer | Cameron Hall <cameronghall@cox.net> | 2018-01-23 00:32:33 -0600 |
| commit | 305f571fb55bedea92eb0afad0d908fafc60f5c6 (patch) | |
| tree | 55a23dfd08f2720cacce1dbf958a2a54a7ee9042 /data/unk_debug_menu_3.s | |
| parent | 0f09d2e7046a54c95e2ed4a7ff759d4cd1db87f7 (diff) | |
dump more baseroms and fix more false offsets
Diffstat (limited to 'data/unk_debug_menu_3.s')
| -rw-r--r-- | data/unk_debug_menu_3.s | 69 |
1 files changed, 34 insertions, 35 deletions
diff --git a/data/unk_debug_menu_3.s b/data/unk_debug_menu_3.s index 2fd8381db..100821c9b 100644 --- a/data/unk_debug_menu_3.s +++ b/data/unk_debug_menu_3.s @@ -2,77 +2,76 @@ .align 2 -@ Is this actually sJapaneseEggNickname? -Str_842E238: @ 0x842E238 +Str_842E238:: @ 0x842E238 .string "タマゴ$" .if DEBUG -Str_842E23C: @ 0x842E23C +Str_842E23C:: @ 0x842E23C .string "ガイブ$" -Str_842E240: @ 0x842E240 +Str_842E240:: @ 0x842E240 .string "ENGLISH$" -Str_842E248: @ 0x842E248 +Str_842E248:: @ 0x842E248 .string "TOURNAMENT$" -Str_842E253: @ 0x842E253 +Str_842E253:: @ 0x842E253 .string " そら カードイー$" -Str_842E25E: @ 0x842E25E +Str_842E25E:: @ 0x842E25E .string "ポケコッコ$" -Str_842E264: @ 0x842E264 +Str_842E264:: @ 0x842E264 .string "ticket$" -Str_842E26B: @ 0x842E26B +Str_842E26B:: @ 0x842E26B .string "{PKMN}$" -Str_842E26E: @ 0x842E26E +Str_842E26E:: @ 0x842E26E .string "wrong {PKMN}$" -Str_842E277: @ 0x842E277 +Str_842E277:: @ 0x842E277 .string "ribbon$" -Str_842E27E: @ 0x842E27E +Str_842E27E:: @ 0x842E27E .string "DEX$" -Str_842E282: @ 0x842E282 +Str_842E282:: @ 0x842E282 .string "message$" -Str_842E28A: @ 0x842E28A +Str_842E28A:: @ 0x842E28A .string "egg$" -Str_842E28E: @ 0x842E28E +Str_842E28E:: @ 0x842E28E .string "RAM seed$" -Str_842E297: @ 0x842E297 +Str_842E297:: @ 0x842E297 .string "trainer$" -Str_842E29F: @ 0x842E29F +Str_842E29F:: @ 0x842E29F .string "clock$" -Str_842E2A5: @ 0x842E2A5 +Str_842E2A5:: @ 0x842E2A5 .string "item$" -Str_842E2AA: @ 0x842E2AA +Str_842E2AA:: @ 0x842E2AA .string "goods$" -Str_842E2B0: @ 0x842E2B0 +Str_842E2B0:: @ 0x842E2B0 .string "potion$" -Str_842E2B7: @ 0x842E2B7 +Str_842E2B7:: @ 0x842E2B7 .string "ball$" -Str_842E2BC: @ 0x842E2BC +Str_842E2BC:: @ 0x842E2BC .string "cheri berry$" -Str_842E2C8: @ 0x842E2C8 +Str_842E2C8:: @ 0x842E2C8 .string "TM01$" .align 2 -_842E2D0:: +gUnknown_Debug_842E2D0:: .4byte Str_842E264, debug_sub_813C404+1 .4byte Str_842E26B, debug_sub_813C810+1 .4byte Str_842E26E, debug_sub_813C888+1 @@ -90,17 +89,17 @@ _842E2D0:: .4byte Str_842E2BC, debug_sub_813C598+1 .4byte Str_842E2C8, debug_sub_813C5A4+1 -_842E350:: +gUnknown_Debug_842E350:: .4byte 0x10 - .4byte _845DAE1 - .4byte _845DDB2 - .4byte _845E306 - .4byte _845E3E0 - .4byte _845E3E0 - .4byte _845E402 - .4byte _845E402 - .4byte _845E422 - .4byte _845E422 - .4byte _845E443 + .4byte gUnknown_Debug_845DAE1 + .4byte gUnknown_Debug_845DDB2 + .4byte gUnknown_Debug_845E306 + .4byte gUnknown_Debug_845E3E0 + .4byte gUnknown_Debug_845E3E0 + .4byte gUnknown_Debug_845E402 + .4byte gUnknown_Debug_845E402 + .4byte gUnknown_Debug_845E422 + .4byte gUnknown_Debug_845E422 + .4byte gUnknown_Debug_845E443 .endif |
