From 3013d3726fb8654544f26faebb3de0e4713456b8 Mon Sep 17 00:00:00 2001 From: scnorton Date: Mon, 25 Sep 2017 11:23:44 -0400 Subject: [PATCH 01/13] Split data3b.s --- asm/decoration.s | 4 +- asm/scrcmd.s | 2 +- asm/shop.s | 4 +- asm/trader.s | 6 +- asm/tv.s | 8 +- data/battle_anim_80FE840.s | 179 ++++++ data/bike.s | 23 + data/contest_painting.s | 64 +++ data/cute_sketch.s | 8 + data/data3b.s | 1017 ----------------------------------- data/decoration.s | 86 +++ data/easy_chat.s | 113 ++++ data/field_effect.s | 55 ++ data/heal_location.s | 11 + data/item_use.s | 15 + data/mail.s | 26 + data/mauville_old_man.s | 26 + data/menu_helpers.s | 14 + data/mon_markings.s | 29 + data/region_map.s | 101 ++++ data/rotating_gate.s | 41 ++ data/slot_machine.s | 290 ++++++++++ data/truck_scene_porthole.s | 13 + ld_script.txt | 18 +- 24 files changed, 1123 insertions(+), 1030 deletions(-) create mode 100644 data/battle_anim_80FE840.s create mode 100644 data/bike.s create mode 100644 data/contest_painting.s create mode 100644 data/cute_sketch.s delete mode 100644 data/data3b.s create mode 100644 data/decoration.s create mode 100644 data/easy_chat.s create mode 100644 data/field_effect.s create mode 100644 data/heal_location.s create mode 100644 data/item_use.s create mode 100644 data/mail.s create mode 100644 data/mauville_old_man.s create mode 100644 data/menu_helpers.s create mode 100644 data/mon_markings.s create mode 100644 data/region_map.s create mode 100644 data/rotating_gate.s create mode 100644 data/slot_machine.s create mode 100644 data/truck_scene_porthole.s diff --git a/asm/decoration.s b/asm/decoration.s index 546cf2dfc..9b65c7c79 100644 --- a/asm/decoration.s +++ b/asm/decoration.s @@ -1264,7 +1264,7 @@ sub_8127454: @ 8127454 ldr r1, =gStringVar1 bl StringCopy lsls r4, 5 - ldr r0, =gUnknown_085A5C09 + ldr r0, =gDecorations + 1 adds r4, r0 adds r0, r5, 0 adds r1, r4, 0 @@ -7083,7 +7083,7 @@ sub_812A3D4: @ 812A3D4 adds r1, r2 ldrb r1, [r1] lsls r1, 5 - ldr r2, =gUnknown_085A5C09 + ldr r2, =gDecorations + 1 adds r1, r2 bl StringCopy ldr r4, =gStringVar4 diff --git a/asm/scrcmd.s b/asm/scrcmd.s index 39366d29f..7980ba564 100644 --- a/asm/scrcmd.s +++ b/asm/scrcmd.s @@ -3977,7 +3977,7 @@ sub_809B114: @ 809B114 adds r4, r0 ldr r0, [r4] lsrs r1, 11 - ldr r2, =gUnknown_085A5C09 + ldr r2, =gDecorations + 1 adds r1, r2 bl StringCopy movs r0, 0 diff --git a/asm/shop.s b/asm/shop.s index aa993b7de..f4dacaa76 100644 --- a/asm/shop.s +++ b/asm/shop.s @@ -657,7 +657,7 @@ BuyMenuSetListEntry: @ 80E0000 .pool _080E0020: lsls r1, r4, 5 - ldr r0, =gUnknown_085A5C09 + ldr r0, =gDecorations + 1 adds r1, r0 adds r0, r5, 0 bl StringCopy @@ -2106,7 +2106,7 @@ _080E0C28: _080E0C38: ldr r0, =gStringVar1 lsls r1, r5, 5 - ldr r2, =gUnknown_085A5C09 + ldr r2, =gDecorations + 1 adds r1, r2 bl StringCopy ldr r0, =gStringVar2 diff --git a/asm/trader.s b/asm/trader.s index 877d17382..8c21648fc 100644 --- a/asm/trader.s +++ b/asm/trader.s @@ -113,7 +113,7 @@ _08133AC2: _08133AF0: ldrb r1, [r1] lsls r1, 5 - ldr r0, =gUnknown_085A5C09 + ldr r0, =gDecorations + 1 adds r1, r0 movs r0, 0x1 movs r2, 0 @@ -172,7 +172,7 @@ _08133B70: ldrb r0, [r7, 0x6] ldrb r2, [r1] lsls r2, 5 - ldr r1, =gUnknown_085A5C09 + ldr r1, =gDecorations + 1 adds r2, r1 lsls r1, r5, 4 adds r1, 0x1 @@ -450,7 +450,7 @@ sub_8133DA0: @ 8133DA0 ldr r1, =gSpecialVar_0x8004 ldrh r1, [r1] lsls r1, 5 - ldr r4, =gUnknown_085A5C09 + ldr r4, =gDecorations + 1 adds r1, r4 bl StringCopy ldr r0, =gStringVar2 diff --git a/asm/tv.s b/asm/tv.s index 20098a40a..d61392fa1 100644 --- a/asm/tv.s +++ b/asm/tv.s @@ -14911,7 +14911,7 @@ _080F4414: ldr r0, =gStringVar2 ldrb r1, [r5, 0x4] lsls r1, 5 - ldr r2, =gUnknown_085A5C09 + ldr r2, =gDecorations + 1 adds r1, r2 bl StringCopy ldrb r0, [r5, 0x3] @@ -14932,7 +14932,7 @@ _080F4448: ldr r0, =gStringVar2 ldrb r1, [r5, 0x5] lsls r1, 5 - ldr r2, =gUnknown_085A5C09 + ldr r2, =gDecorations + 1 adds r1, r2 bl StringCopy ldrb r1, [r5, 0x3] @@ -14970,7 +14970,7 @@ _080F449C: ldr r0, =gStringVar2 ldrb r1, [r5, 0x6] lsls r1, 5 - ldr r4, =gUnknown_085A5C09 + ldr r4, =gDecorations + 1 adds r1, r4 bl StringCopy ldr r0, =gStringVar3 @@ -14983,7 +14983,7 @@ _080F44C0: ldr r0, =gStringVar2 ldrb r1, [r5, 0x6] lsls r1, 5 - ldr r2, =gUnknown_085A5C09 + ldr r2, =gDecorations + 1 adds r1, r2 _080F44CA: bl StringCopy diff --git a/data/battle_anim_80FE840.s b/data/battle_anim_80FE840.s new file mode 100644 index 000000000..4b1a4d047 --- /dev/null +++ b/data/battle_anim_80FE840.s @@ -0,0 +1,179 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_08592210:: @ 8592210 + .incbin "baserom.gba", 0x592210, 0x4f0 + +gUnknown_08592700:: @ 8592700 + .incbin "baserom.gba", 0x592700, 0x78 + +gUnknown_08592778:: @ 8592778 + .incbin "baserom.gba", 0x592778, 0x100 + +gUnknown_08592878:: @ 8592878 + .incbin "baserom.gba", 0x592878, 0x458 + +gUnknown_08592CD0:: @ 8592CD0 + .incbin "baserom.gba", 0x592cd0, 0x1ec + +gUnknown_08592EBC:: @ 8592EBC + .incbin "baserom.gba", 0x592ebc, 0x30 + +gUnknown_08592EEC:: @ 8592EEC + .incbin "baserom.gba", 0x592eec, 0x134 + +gUnknown_08593020:: @ 8593020 + .incbin "baserom.gba", 0x593020, 0xf4 + +gUnknown_08593114:: @ 8593114 + .incbin "baserom.gba", 0x593114, 0x29c + +gUnknown_085933B0:: @ 85933B0 + .incbin "baserom.gba", 0x5933b0, 0xf0 + +gUnknown_085934A0:: @ 85934A0 + .incbin "baserom.gba", 0x5934a0, 0x148 + +gUnknown_085935E8:: @ 85935E8 + .incbin "baserom.gba", 0x5935e8, 0x20 + +gUnknown_08593608:: @ 8593608 + .incbin "baserom.gba", 0x593608, 0x9c + +gUnknown_085936A4:: @ 85936A4 + .incbin "baserom.gba", 0x5936a4, 0x20c + +gUnknown_085938B0:: @ 85938B0 + .incbin "baserom.gba", 0x5938b0, 0x2c + +gUnknown_085938DC:: @ 85938DC + .incbin "baserom.gba", 0x5938dc, 0x18 + +gUnknown_085938F4:: @ 85938F4 + .incbin "baserom.gba", 0x5938f4, 0x5c + +gUnknown_08593950:: @ 8593950 + .incbin "baserom.gba", 0x593950, 0x38 + +gUnknown_08593988:: @ 8593988 + .incbin "baserom.gba", 0x593988, 0x210 + +gUnknown_08593B98:: @ 8593B98 + .incbin "baserom.gba", 0x593b98, 0x1488 + +gUnknown_08595020:: @ 8595020 + .incbin "baserom.gba", 0x595020, 0x248 + +gUnknown_08595268:: @ 8595268 + .incbin "baserom.gba", 0x595268, 0xa8 + +gUnknown_08595310:: @ 8595310 + .incbin "baserom.gba", 0x595310, 0x2a4 + +gUnknown_085955B4:: @ 85955B4 + .incbin "baserom.gba", 0x5955b4, 0x18 + +gUnknown_085955CC:: @ 85955CC + .incbin "baserom.gba", 0x5955cc, 0x2 + +gUnknown_085955CE:: @ 85955CE + .incbin "baserom.gba", 0x5955ce, 0xb6 + +gUnknown_08595684:: @ 8595684 + .incbin "baserom.gba", 0x595684, 0x10 + +gUnknown_08595694:: @ 8595694 + .incbin "baserom.gba", 0x595694, 0x2c + +gUnknown_085956C0:: @ 85956C0 + .incbin "baserom.gba", 0x5956c0, 0x168 + +gUnknown_08595828:: @ 8595828 + .incbin "baserom.gba", 0x595828, 0x18 + +gUnknown_08595840:: @ 8595840 + .incbin "baserom.gba", 0x595840, 0x18 + +gUnknown_08595858:: @ 8595858 + .incbin "baserom.gba", 0x595858, 0x50 + +gUnknown_085958A8:: @ 85958A8 + .incbin "baserom.gba", 0x5958a8, 0x158 + +gUnknown_08595A00:: @ 8595A00 + .incbin "baserom.gba", 0x595a00, 0x30 + +gUnknown_08595A30:: @ 8595A30 + .incbin "baserom.gba", 0x595a30, 0x138 + +gUnknown_08595B68:: @ 8595B68 + .incbin "baserom.gba", 0x595b68, 0xf4 + +gUnknown_08595C5C:: @ 8595C5C + .incbin "baserom.gba", 0x595c5c, 0x2c + +gUnknown_08595C88:: @ 8595C88 + .incbin "baserom.gba", 0x595c88, 0x2c + +gUnknown_08595CB4:: @ 8595CB4 + .incbin "baserom.gba", 0x595cb4, 0x78 + +gUnknown_08595D2C:: @ 8595D2C + .incbin "baserom.gba", 0x595d2c, 0xa14 + +gUnknown_08596740:: @ 8596740 + .incbin "baserom.gba", 0x596740, 0x1c + +gUnknown_0859675C:: @ 859675C + .incbin "baserom.gba", 0x59675c, 0x20 + +gUnknown_0859677C:: @ 859677C + .incbin "baserom.gba", 0x59677c, 0x18 + +gUnknown_08596794:: @ 8596794 + .incbin "baserom.gba", 0x596794, 0xd0 + +gUnknown_08596864:: @ 8596864 + .incbin "baserom.gba", 0x596864, 0x35c + +gUnknown_08596BC0:: @ 8596BC0 + .incbin "baserom.gba", 0x596bc0, 0x50 + +gUnknown_08596C10:: @ 8596C10 + .incbin "baserom.gba", 0x596c10, 0x18 + +gUnknown_08596C28:: @ 8596C28 + .incbin "baserom.gba", 0x596c28, 0x18 + +gUnknown_08596C40:: @ 8596C40 + .incbin "baserom.gba", 0x596c40, 0x178 + +gUnknown_08596DB8:: @ 8596DB8 + .incbin "baserom.gba", 0x596db8, 0x78 + +gUnknown_08596E30:: @ 8596E30 + .incbin "baserom.gba", 0x596e30, 0x528 + +gUnknown_08597358:: @ 8597358 + .incbin "baserom.gba", 0x597358, 0x30 + +gUnknown_08597388:: @ 8597388 + .incbin "baserom.gba", 0x597388, 0x60 + +gUnknown_085973E8:: @ 85973E8 + .incbin "baserom.gba", 0x5973e8, 0x30 + +gUnknown_08597418:: @ 8597418 + .incbin "baserom.gba", 0x597418, 0x2 + +gUnknown_0859741A:: @ 859741A + .incbin "baserom.gba", 0x59741a, 0x4 + +gUnknown_0859741E:: @ 859741E + .incbin "baserom.gba", 0x59741e, 0x6 + +gUnknown_08597424:: @ 8597424 + .incbin "baserom.gba", 0x597424, 0x28 diff --git a/data/bike.s b/data/bike.s new file mode 100644 index 000000000..26bcc8745 --- /dev/null +++ b/data/bike.s @@ -0,0 +1,23 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0859744C:: @ 859744C + .incbin "baserom.gba", 0x59744c, 0x10 + +gUnknown_0859745C:: @ 859745C + .incbin "baserom.gba", 0x59745c, 0xc + +gUnknown_08597468:: @ 8597468 + .incbin "baserom.gba", 0x597468, 0x34 + +gUnknown_0859749C:: @ 859749C + .incbin "baserom.gba", 0x59749c, 0x1c + +gUnknown_085974B8:: @ 85974B8 + .incbin "baserom.gba", 0x5974b8, 0x8 + +gUnknown_085974C0:: @ 85974C0 + .incbin "baserom.gba", 0x5974c0, 0x70 diff --git a/data/contest_painting.s b/data/contest_painting.s new file mode 100644 index 000000000..728649dec --- /dev/null +++ b/data/contest_painting.s @@ -0,0 +1,64 @@ +@ the third big chunk of data + + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_085A989C:: @ 85A989C + .incbin "baserom.gba", 0x5a989c, 0x200 + +gUnknown_085A9A9C:: @ 85A9A9C + .incbin "baserom.gba", 0x5a9a9c, 0x1084 + +gUnknown_085AAB20:: @ 85AAB20 + .incbin "baserom.gba", 0x5aab20, 0xc30 + +gUnknown_085AB750:: @ 85AB750 + .incbin "baserom.gba", 0x5ab750, 0xb38 + +gUnknown_085AC288:: @ 85AC288 + .incbin "baserom.gba", 0x5ac288, 0xfb8 + +gUnknown_085AD240:: @ 85AD240 + .incbin "baserom.gba", 0x5ad240, 0x1130 + +gUnknown_085AE370:: @ 85AE370 + .incbin "baserom.gba", 0x5ae370, 0x604 + +gUnknown_085AE974:: @ 85AE974 + .incbin "baserom.gba", 0x5ae974, 0x50c + +gUnknown_085AEE80:: @ 85AEE80 + .incbin "baserom.gba", 0x5aee80, 0x50c + +gUnknown_085AF38C:: @ 85AF38C + .incbin "baserom.gba", 0x5af38c, 0x50c + +gUnknown_085AF898:: @ 85AF898 + .incbin "baserom.gba", 0x5af898, 0x50c + +gUnknown_085AFDA4:: @ 85AFDA4 + .incbin "baserom.gba", 0x5afda4, 0x50c + +gUnknown_085B02B0:: @ 85B02B0 + .incbin "baserom.gba", 0x5b02b0, 0x524 + +gUnknown_085B07D4:: @ 85B07D4 + .incbin "baserom.gba", 0x5b07d4, 0x14 + +gUnknown_085B07E8:: @ 85B07E8 + .incbin "baserom.gba", 0x5b07e8, 0x4 + +gUnknown_085B07EC:: @ 85B07EC + .incbin "baserom.gba", 0x5b07ec, 0x8 + +gUnknown_085B07F4:: @ 85B07F4 + .incbin "baserom.gba", 0x5b07f4, 0x3c + +gUnknown_085B0830:: @ 85B0830 + .incbin "baserom.gba", 0x5b0830, 0x8 + +gUnknown_085B0838:: @ 85B0838 + .incbin "baserom.gba", 0x5b0838, 0x4 diff --git a/data/cute_sketch.s b/data/cute_sketch.s new file mode 100644 index 000000000..ebdf1e39d --- /dev/null +++ b/data/cute_sketch.s @@ -0,0 +1,8 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_085A1F94:: @ 85A1F94 + .incbin "baserom.gba", 0x5a1f94, 0x3c74 diff --git a/data/data3b.s b/data/data3b.s deleted file mode 100644 index 3faa3d290..000000000 --- a/data/data3b.s +++ /dev/null @@ -1,1017 +0,0 @@ -@ the third big chunk of data - - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - - .align 2 - .incbin "baserom.gba", 0x58d978, 0x2a0 - - .align 2 -gFieldEffectObjectPalette7:: @ 858DC18 - .incbin "graphics/map_objects/palettes/field_effect_object_palette_07.gbapal" - - .incbin "baserom.gba", 0x58dc38, 0x580 - - .align 2 -gFieldEffectObjectPalette8:: @ 858E1B8 - .incbin "graphics/map_objects/palettes/field_effect_object_palette_08.gbapal" - - .incbin "baserom.gba", 0x58e1d8, 0x428 - -gUnknown_0858E600:: @ 858E600 - .incbin "baserom.gba", 0x58e600, 0x18 - -gUnknown_0858E618:: @ 858E618 - .incbin "baserom.gba", 0x58e618, 0x18 - -gUnknown_0858E630:: @ 858E630 - .incbin "baserom.gba", 0x58e630, 0x18 - - .align 2 -gFieldEffectObjectPaletteInfo7:: @ 858E648 - obj_pal gFieldEffectObjectPalette7, 0x1003 - - .align 2 -gFieldEffectObjectPaletteInfo8:: @ 858E650 - obj_pal gFieldEffectObjectPalette8, 0x1008 - - .incbin "baserom.gba", 0x58e658, 0x34 - -gUnknown_0858E68C:: @ 858E68C - .incbin "baserom.gba", 0x58e68c, 0x18 - - .align 2 -@ This uses one of the secret base palettes, so there is no -@ "field_effect_object_palette_09.pal" file. -gFieldEffectObjectPaletteInfo9:: @ 858E6A4 - obj_pal gTilesetPalettes_SecretBase + 5 * 0x20, 0x100E - - .incbin "baserom.gba", 0x58e6ac, 0x1b8 - -gUnknown_0858E864:: @ 858E864 - .incbin "baserom.gba", 0x58e864, 0x1c - -gUnknown_0858E880:: @ 858E880 - .incbin "baserom.gba", 0x58e880, 0x18 - -gUnknown_0858E898:: @ 858E898 - .incbin "baserom.gba", 0x58e898, 0x13 - -gUnknown_0858E8AB:: @ 858E8AB - .incbin "baserom.gba", 0x58e8ab, 0x2 - -gUnknown_0858E8AD:: @ 858E8AD - .incbin "baserom.gba", 0x58e8ad, 0x3 - -gUnknown_0858E8B0:: @ 858E8B0 - .incbin "baserom.gba", 0x58e8b0, 0x40 - -gUnknown_0858E8F0:: @ 858E8F0 - .incbin "baserom.gba", 0x58e8f0, 0x3468 - -gUnknown_08591D58:: @ 8591D58 - .incbin "baserom.gba", 0x591d58, 0x270 - -gUnknown_08591FC8:: @ 8591FC8 - .incbin "baserom.gba", 0x591fc8, 0x18 - -gUnknown_08591FE0:: @ 8591FE0 - .incbin "baserom.gba", 0x591fe0, 0x18 - -gUnknown_08591FF8:: @ 8591FF8 - .incbin "baserom.gba", 0x591ff8, 0x10 - -gUnknown_08592008:: @ 8592008 - .incbin "baserom.gba", 0x592008, 0x10 - -gUnknown_08592018:: @ 8592018 - .incbin "baserom.gba", 0x592018, 0x10 - -gUnknown_08592028:: @ 8592028 - .incbin "baserom.gba", 0x592028, 0x10 - -gUnknown_08592038:: @ 8592038 - .incbin "baserom.gba", 0x592038, 0x20 - -gUnknown_08592058:: @ 8592058 - .incbin "baserom.gba", 0x592058, 0x20 - -gUnknown_08592078:: @ 8592078 - .incbin "baserom.gba", 0x592078, 0x60 - -gUnknown_085920D8:: @ 85920D8 - .incbin "baserom.gba", 0x5920d8, 0xc - -gUnknown_085920E4:: @ 85920E4 - .incbin "baserom.gba", 0x5920e4, 0x4 - -gUnknown_085920E8:: @ 85920E8 - .incbin "baserom.gba", 0x5920e8, 0x128 - -gUnknown_08592210:: @ 8592210 - .incbin "baserom.gba", 0x592210, 0x4f0 - -gUnknown_08592700:: @ 8592700 - .incbin "baserom.gba", 0x592700, 0x78 - -gUnknown_08592778:: @ 8592778 - .incbin "baserom.gba", 0x592778, 0x100 - -gUnknown_08592878:: @ 8592878 - .incbin "baserom.gba", 0x592878, 0x458 - -gUnknown_08592CD0:: @ 8592CD0 - .incbin "baserom.gba", 0x592cd0, 0x1ec - -gUnknown_08592EBC:: @ 8592EBC - .incbin "baserom.gba", 0x592ebc, 0x30 - -gUnknown_08592EEC:: @ 8592EEC - .incbin "baserom.gba", 0x592eec, 0x134 - -gUnknown_08593020:: @ 8593020 - .incbin "baserom.gba", 0x593020, 0xf4 - -gUnknown_08593114:: @ 8593114 - .incbin "baserom.gba", 0x593114, 0x29c - -gUnknown_085933B0:: @ 85933B0 - .incbin "baserom.gba", 0x5933b0, 0xf0 - -gUnknown_085934A0:: @ 85934A0 - .incbin "baserom.gba", 0x5934a0, 0x148 - -gUnknown_085935E8:: @ 85935E8 - .incbin "baserom.gba", 0x5935e8, 0x20 - -gUnknown_08593608:: @ 8593608 - .incbin "baserom.gba", 0x593608, 0x9c - -gUnknown_085936A4:: @ 85936A4 - .incbin "baserom.gba", 0x5936a4, 0x20c - -gUnknown_085938B0:: @ 85938B0 - .incbin "baserom.gba", 0x5938b0, 0x2c - -gUnknown_085938DC:: @ 85938DC - .incbin "baserom.gba", 0x5938dc, 0x18 - -gUnknown_085938F4:: @ 85938F4 - .incbin "baserom.gba", 0x5938f4, 0x5c - -gUnknown_08593950:: @ 8593950 - .incbin "baserom.gba", 0x593950, 0x38 - -gUnknown_08593988:: @ 8593988 - .incbin "baserom.gba", 0x593988, 0x210 - -gUnknown_08593B98:: @ 8593B98 - .incbin "baserom.gba", 0x593b98, 0x1488 - -gUnknown_08595020:: @ 8595020 - .incbin "baserom.gba", 0x595020, 0x248 - -gUnknown_08595268:: @ 8595268 - .incbin "baserom.gba", 0x595268, 0xa8 - -gUnknown_08595310:: @ 8595310 - .incbin "baserom.gba", 0x595310, 0x2a4 - -gUnknown_085955B4:: @ 85955B4 - .incbin "baserom.gba", 0x5955b4, 0x18 - -gUnknown_085955CC:: @ 85955CC - .incbin "baserom.gba", 0x5955cc, 0x2 - -gUnknown_085955CE:: @ 85955CE - .incbin "baserom.gba", 0x5955ce, 0xb6 - -gUnknown_08595684:: @ 8595684 - .incbin "baserom.gba", 0x595684, 0x10 - -gUnknown_08595694:: @ 8595694 - .incbin "baserom.gba", 0x595694, 0x2c - -gUnknown_085956C0:: @ 85956C0 - .incbin "baserom.gba", 0x5956c0, 0x168 - -gUnknown_08595828:: @ 8595828 - .incbin "baserom.gba", 0x595828, 0x18 - -gUnknown_08595840:: @ 8595840 - .incbin "baserom.gba", 0x595840, 0x18 - -gUnknown_08595858:: @ 8595858 - .incbin "baserom.gba", 0x595858, 0x50 - -gUnknown_085958A8:: @ 85958A8 - .incbin "baserom.gba", 0x5958a8, 0x158 - -gUnknown_08595A00:: @ 8595A00 - .incbin "baserom.gba", 0x595a00, 0x30 - -gUnknown_08595A30:: @ 8595A30 - .incbin "baserom.gba", 0x595a30, 0x138 - -gUnknown_08595B68:: @ 8595B68 - .incbin "baserom.gba", 0x595b68, 0xf4 - -gUnknown_08595C5C:: @ 8595C5C - .incbin "baserom.gba", 0x595c5c, 0x2c - -gUnknown_08595C88:: @ 8595C88 - .incbin "baserom.gba", 0x595c88, 0x2c - -gUnknown_08595CB4:: @ 8595CB4 - .incbin "baserom.gba", 0x595cb4, 0x78 - -gUnknown_08595D2C:: @ 8595D2C - .incbin "baserom.gba", 0x595d2c, 0xa14 - -gUnknown_08596740:: @ 8596740 - .incbin "baserom.gba", 0x596740, 0x1c - -gUnknown_0859675C:: @ 859675C - .incbin "baserom.gba", 0x59675c, 0x20 - -gUnknown_0859677C:: @ 859677C - .incbin "baserom.gba", 0x59677c, 0x18 - -gUnknown_08596794:: @ 8596794 - .incbin "baserom.gba", 0x596794, 0xd0 - -gUnknown_08596864:: @ 8596864 - .incbin "baserom.gba", 0x596864, 0x35c - -gUnknown_08596BC0:: @ 8596BC0 - .incbin "baserom.gba", 0x596bc0, 0x50 - -gUnknown_08596C10:: @ 8596C10 - .incbin "baserom.gba", 0x596c10, 0x18 - -gUnknown_08596C28:: @ 8596C28 - .incbin "baserom.gba", 0x596c28, 0x18 - -gUnknown_08596C40:: @ 8596C40 - .incbin "baserom.gba", 0x596c40, 0x178 - -gUnknown_08596DB8:: @ 8596DB8 - .incbin "baserom.gba", 0x596db8, 0x78 - -gUnknown_08596E30:: @ 8596E30 - .incbin "baserom.gba", 0x596e30, 0x528 - -gUnknown_08597358:: @ 8597358 - .incbin "baserom.gba", 0x597358, 0x30 - -gUnknown_08597388:: @ 8597388 - .incbin "baserom.gba", 0x597388, 0x60 - -gUnknown_085973E8:: @ 85973E8 - .incbin "baserom.gba", 0x5973e8, 0x30 - -gUnknown_08597418:: @ 8597418 - .incbin "baserom.gba", 0x597418, 0x2 - -gUnknown_0859741A:: @ 859741A - .incbin "baserom.gba", 0x59741a, 0x4 - -gUnknown_0859741E:: @ 859741E - .incbin "baserom.gba", 0x59741e, 0x6 - -gUnknown_08597424:: @ 8597424 - .incbin "baserom.gba", 0x597424, 0x28 - -gUnknown_0859744C:: @ 859744C - .incbin "baserom.gba", 0x59744c, 0x10 - -gUnknown_0859745C:: @ 859745C - .incbin "baserom.gba", 0x59745c, 0xc - -gUnknown_08597468:: @ 8597468 - .incbin "baserom.gba", 0x597468, 0x34 - -gUnknown_0859749C:: @ 859749C - .incbin "baserom.gba", 0x59749c, 0x1c - -gUnknown_085974B8:: @ 85974B8 - .incbin "baserom.gba", 0x5974b8, 0x8 - -gUnknown_085974C0:: @ 85974C0 - .incbin "baserom.gba", 0x5974c0, 0x70 - -gUnknown_08597530:: @ 8597530 - .incbin "baserom.gba", 0x597530, 0x20 - -gUnknown_08597550:: @ 8597550 - .incbin "baserom.gba", 0x597550, 0x1f8 - -gUnknown_08597748:: @ 8597748 - .incbin "baserom.gba", 0x597748, 0x1c - -gUnknown_08597764:: @ 8597764 - .incbin "baserom.gba", 0x597764, 0x8 - -gUnknown_0859776C:: @ 859776C - .incbin "baserom.gba", 0x59776c, 0x3a8 - -gUnknown_08597B14:: @ 8597B14 - .incbin "baserom.gba", 0x597b14, 0x20 - -gUnknown_08597B34:: @ 8597B34 - .incbin "baserom.gba", 0x597b34, 0x20 - -gUnknown_08597B54:: @ 8597B54 - .incbin "baserom.gba", 0x597b54, 0xc8 - -gUnknown_08597C1C:: @ 8597C1C - .incbin "baserom.gba", 0x597c1c, 0x8 - -gUnknown_08597C24:: @ 8597C24 - .incbin "baserom.gba", 0x597c24, 0xc - -gUnknown_08597C30:: @ 8597C30 - .incbin "baserom.gba", 0x597c30, 0x24 - -gUnknown_08597C54:: @ 8597C54 - .incbin "baserom.gba", 0x597c54, 0x10 - -gUnknown_08597C64:: @ 8597C64 - .incbin "baserom.gba", 0x597c64, 0x20 - -gUnknown_08597C84:: @ 8597C84 - .incbin "baserom.gba", 0x597c84, 0x8 - -gUnknown_08597C8C:: @ 8597C8C - .incbin "baserom.gba", 0x597c8c, 0x4 - -gUnknown_08597C90:: @ 8597C90 - .incbin "baserom.gba", 0x597c90, 0x10 - -gUnknown_08597CA0:: @ 8597CA0 - .incbin "baserom.gba", 0x597ca0, 0x20 - -gUnknown_08597CC0:: @ 8597CC0 - .incbin "baserom.gba", 0x597cc0, 0x28 - -gUnknown_08597CE8:: @ 8597CE8 - .incbin "baserom.gba", 0x597ce8, 0x20 - -gUnknown_08597D08:: @ 8597D08 - .incbin "baserom.gba", 0x597d08, 0x10 - -gUnknown_08597D18:: @ 8597D18 - .incbin "baserom.gba", 0x597d18, 0x50 - -gUnknown_08597D68:: @ 8597D68 - .incbin "baserom.gba", 0x597d68, 0x68 - -gUnknown_08597DD0:: @ 8597DD0 - .incbin "baserom.gba", 0x597dd0, 0x20 - -gUnknown_08597DF0:: @ 8597DF0 - .incbin "baserom.gba", 0x597df0, 0x40 - -gUnknown_08597E30:: @ 8597E30 - .incbin "baserom.gba", 0x597e30, 0x18 - -gUnknown_08597E48:: @ 8597E48 - .incbin "baserom.gba", 0x597e48, 0x18 - -gUnknown_08597E60:: @ 8597E60 - .incbin "baserom.gba", 0x597e60, 0xc - -gUnknown_08597E6C:: @ 8597E6C - .incbin "baserom.gba", 0x597e6c, 0x30 - -@ 8597E9C - .include "data/text/easy_chat/easy_chat_groups.inc" - -@ 859D0B4 - .include "data/text/easy_chat/easy_chat_words_by_letter.inc" - -@ 859E5D4 - .include "data/text/easy_chat/easy_chat_group_name_pointers.inc" - -gUnknown_0859E62C:: @ 859E62C - .incbin "baserom.gba", 0x59e62c, 0x8 - -gUnknown_0859E634:: @ 859E634 - .incbin "baserom.gba", 0x59e634, 0xc - -gUnknown_0859E640:: @ 859E640 - .incbin "baserom.gba", 0x59e640, 0xc - -gUnknown_0859E64C:: @ 859E64C - .incbin "baserom.gba", 0x59e64c, 0xc - -gUnknown_0859E658:: @ 859E658 - .incbin "baserom.gba", 0x59e658, 0x4 - -gUnknown_0859E65C:: @ 859E65C - .incbin "baserom.gba", 0x59e65c, 0x20 - -gUnknown_0859E67C:: @ 859E67C - .incbin "baserom.gba", 0x59e67c, 0x800 - -gUnknown_0859EE7C:: @ 859EE7C - .incbin "baserom.gba", 0x59ee7c, 0x8 - -gUnknown_0859EE84:: @ 859EE84 - .incbin "baserom.gba", 0x59ee84, 0x58 - -gUnknown_0859EEDC:: @ 859EEDC - .incbin "baserom.gba", 0x59eedc, 0x38 - -gUnknown_0859EF14:: @ 859EF14 - .incbin "baserom.gba", 0x59ef14, 0x8 - -gUnknown_0859EF1C:: @ 859EF1C - .incbin "baserom.gba", 0x59ef1c, 0x88 - -gUnknown_0859EFA4:: @ 859EFA4 - .incbin "baserom.gba", 0x59efa4, 0x40 - -gUnknown_0859EFE4:: @ 859EFE4 - .incbin "baserom.gba", 0x59efe4, 0xc - -gUnknown_0859EFF0:: @ 859EFF0 - .incbin "baserom.gba", 0x59eff0, 0x20 - -gUnknown_0859F010:: @ 859F010 - .incbin "baserom.gba", 0x59f010, 0x20 - -gUnknown_0859F030:: @ 859F030 - .incbin "baserom.gba", 0x59f030, 0x18 - -gUnknown_0859F048:: @ 859F048 - .incbin "baserom.gba", 0x59f048, 0x230 - -gUnknown_0859F278:: @ 859F278 - .incbin "baserom.gba", 0x59f278, 0x10 - -gUnknown_0859F288:: @ 859F288 - .incbin "baserom.gba", 0x59f288, 0x8 - -gUnknown_0859F290:: @ 859F290 - .incbin "baserom.gba", 0x59f290, 0xc - -gUnknown_0859F29C:: @ 859F29C - .incbin "baserom.gba", 0x59f29c, 0x10 - -gUnknown_0859F2AC:: @ 859F2AC - .incbin "baserom.gba", 0x59f2ac, 0x4 - -gUnknown_0859F2B0:: @ 859F2B0 - .incbin "baserom.gba", 0x59f2b0, 0x8 - -gUnknown_0859F2B8:: @ 859F2B8 - .incbin "baserom.gba", 0x59f2b8, 0xfc - -gUnknown_0859F3B4:: @ 859F3B4 - .incbin "baserom.gba", 0x59f3b4, 0xa4 - -gUnknown_0859F458:: @ 859F458 - .incbin "baserom.gba", 0x59f458, 0xbc - -gUnknown_0859F514:: @ 859F514 - .incbin "baserom.gba", 0x59f514, 0x8 - -gUnknown_0859F51C:: @ 859F51C - .incbin "baserom.gba", 0x59f51c, 0x8 - -gUnknown_0859F524:: @ 859F524 - .incbin "baserom.gba", 0x59f524, 0x10 - -gUnknown_0859F534:: @ 859F534 - .incbin "baserom.gba", 0x59f534, 0x8 - -gUnknown_0859F53C:: @ 859F53C - .incbin "baserom.gba", 0x59f53c, 0xd0 - -gUnknown_0859F60C:: @ 859F60C - .incbin "baserom.gba", 0x59f60c, 0x44 - -gUnknown_0859F650:: @ 859F650 - .incbin "baserom.gba", 0x59f650, 0xec - -gUnknown_0859F73C:: @ 859F73C - .incbin "baserom.gba", 0x59f73c, 0x40 - -gUnknown_0859F77C:: @ 859F77C - .incbin "baserom.gba", 0x59f77c, 0xd64 - -gUnknown_085A04E0:: @ 85A04E0 - .incbin "baserom.gba", 0x5a04e0, 0x34c - -gUnknown_085A082C:: @ 85A082C - .incbin "baserom.gba", 0x5a082c, 0x20 - -gUnknown_085A084C:: @ 85A084C - .incbin "baserom.gba", 0x5a084c, 0x80 - -gUnknown_085A08CC:: @ 85A08CC - .incbin "baserom.gba", 0x5a08cc, 0x20 - -gUnknown_085A08EC:: @ 85A08EC - .incbin "baserom.gba", 0x5a08ec, 0x80 - -gUnknown_085A096C:: @ 85A096C - .incbin "baserom.gba", 0x5a096c, 0x1a4 - -@ 85A0B10 - .include "data/region_map_entries.inc" - -gUnknown_085A1B24:: @ 85A1B24 - .incbin "baserom.gba", 0x5a1b24, 0x60 - -gUnknown_085A1B84:: @ 85A1B84 - .incbin "baserom.gba", 0x5a1b84, 0x6 - -gUnknown_085A1B8A:: @ 85A1B8A - .incbin "baserom.gba", 0x5a1b8a, 0x22 - -gUnknown_085A1BAC:: @ 85A1BAC - .incbin "baserom.gba", 0x5a1bac, 0x20 - -gUnknown_085A1BCC:: @ 85A1BCC - .incbin "baserom.gba", 0x5a1bcc, 0x34 - -gUnknown_085A1C00:: @ 85A1C00 - .incbin "baserom.gba", 0x5a1c00, 0x8 - -gUnknown_085A1C08:: @ 85A1C08 - .incbin "baserom.gba", 0x5a1c08, 0x18 - -gUnknown_085A1C20:: @ 85A1C20 - .incbin "baserom.gba", 0x5a1c20, 0x10 - -gUnknown_085A1C30:: @ 85A1C30 - .incbin "baserom.gba", 0x5a1c30, 0x4 - -gUnknown_085A1C34:: @ 85A1C34 - .incbin "baserom.gba", 0x5a1c34, 0x4 - -gUnknown_085A1C38:: @ 85A1C38 - .incbin "baserom.gba", 0x5a1c38, 0x20 - -gUnknown_085A1C58:: @ 85A1C58 - .incbin "baserom.gba", 0x5a1c58, 0x38 - -gUnknown_085A1C90:: @ 85A1C90 - .incbin "baserom.gba", 0x5a1c90, 0xd8 - -gUnknown_085A1D68:: @ 85A1D68 - .incbin "baserom.gba", 0x5a1d68, 0xd4 - -gUnknown_085A1E3C:: @ 85A1E3C - .incbin "baserom.gba", 0x5a1e3c, 0xa0 - -gUnknown_085A1EDC:: @ 85A1EDC - .incbin "baserom.gba", 0x5a1edc, 0x8 - -gUnknown_085A1EE4:: @ 85A1EE4 - .incbin "baserom.gba", 0x5a1ee4, 0xc - -gUnknown_085A1EF0:: @ 85A1EF0 - .incbin "baserom.gba", 0x5a1ef0, 0x20 - -gUnknown_085A1F10:: @ 85A1F10 - .incbin "baserom.gba", 0x5a1f10, 0x8 - -gUnknown_085A1F18:: @ 85A1F18 - .incbin "baserom.gba", 0x5a1f18, 0x64 - -gUnknown_085A1F7C:: @ 85A1F7C - .incbin "baserom.gba", 0x5a1f7c, 0x18 - -gUnknown_085A1F94:: @ 85A1F94 - .incbin "baserom.gba", 0x5a1f94, 0x3c74 - -gDecorations:: @ 85A5C08 - .incbin "baserom.gba", 0x5a5c08, 0x1 - -gUnknown_085A5C09:: @ 85A5C09 - .incbin "baserom.gba", 0x5a5c09, 0x1b - -gUnknown_085A5C24:: @ 85A5C24 - .incbin "baserom.gba", 0x5a5c24, 0xf04 - -gUnknown_085A6B28:: @ 85A6B28 - .incbin "baserom.gba", 0x5a6b28, 0x20 - -gUnknown_085A6B48:: @ 85A6B48 - .incbin "baserom.gba", 0x5a6b48, 0x20 - -gUnknown_085A6B68:: @ 85A6B68 - .incbin "baserom.gba", 0x5a6b68, 0x10 - -gUnknown_085A6B78:: @ 85A6B78 - .incbin "baserom.gba", 0x5a6b78, 0x18 - -gUnknown_085A6B90:: @ 85A6B90 - .incbin "baserom.gba", 0x5a6b90, 0x20 - -gUnknown_085A6BB0:: @ 85A6BB0 - .incbin "baserom.gba", 0x5a6bb0, 0x20 - -gUnknown_085A6BD0:: @ 85A6BD0 - .incbin "baserom.gba", 0x5a6bd0, 0x18 - -gUnknown_085A6BE8:: @ 85A6BE8 - .incbin "baserom.gba", 0x5a6be8, 0x5c8 - -gUnknown_085A71B0:: @ 85A71B0 - .incbin "baserom.gba", 0x5a71b0, 0xa0 - -gUnknown_085A7250:: @ 85A7250 - .incbin "baserom.gba", 0x5a7250, 0x3c - -gUnknown_085A728C:: @ 85A728C - .incbin "baserom.gba", 0x5a728c, 0x18 - -gUnknown_085A72A4:: @ 85A72A4 - .incbin "baserom.gba", 0x5a72a4, 0x18 - -gUnknown_085A72BC:: @ 85A72BC - .incbin "baserom.gba", 0x5a72bc, 0x8 - -gUnknown_085A72C4:: @ 85A72C4 - .incbin "baserom.gba", 0x5a72c4, 0x8 - -gUnknown_085A72CC:: @ 85A72CC - .incbin "baserom.gba", 0x5a72cc, 0x8 - -gUnknown_085A72D4:: @ 85A72D4 - .incbin "baserom.gba", 0x5a72d4, 0x10 - -gUnknown_085A72E4:: @ 85A72E4 - .incbin "baserom.gba", 0x5a72e4, 0x8 - -gUnknown_085A72EC:: @ 85A72EC - .incbin "baserom.gba", 0x5a72ec, 0x8 - -gUnknown_085A72F4:: @ 85A72F4 - .incbin "baserom.gba", 0x5a72f4, 0x54 - -gUnknown_085A7348:: @ 85A7348 - .incbin "baserom.gba", 0x5a7348, 0x8 - -gUnknown_085A7350:: @ 85A7350 - .incbin "baserom.gba", 0x5a7350, 0x88 - -gUnknown_085A73D8:: @ 85A73D8 - .incbin "baserom.gba", 0x5a73d8, 0x8 - -gUnknown_085A73E0:: @ 85A73E0 - .incbin "baserom.gba", 0x5a73e0, 0x24 - -gUnknown_085A7404:: @ 85A7404 - .incbin "baserom.gba", 0x5a7404, 0x18 - -gUnknown_085A741C:: @ 85A741C - .incbin "baserom.gba", 0x5a741c, 0x8 - -gUnknown_085A7424:: @ 85A7424 - .incbin "baserom.gba", 0x5a7424, 0x10 - -gUnknown_085A7434:: @ 85A7434 - .incbin "baserom.gba", 0x5a7434, 0x10 - -gUnknown_085A7444:: @ 85A7444 - .incbin "baserom.gba", 0x5a7444, 0x8 - -gUnknown_085A744C:: @ 85A744C - .incbin "baserom.gba", 0x5a744c, 0x4 - -gUnknown_085A7450:: @ 85A7450 - .incbin "baserom.gba", 0x5a7450, 0x74 - -gUnknown_085A74C4:: @ 85A74C4 - .incbin "baserom.gba", 0x5a74c4, 0xc - -gUnknown_085A74D0:: @ 85A74D0 - .incbin "baserom.gba", 0x5a74d0, 0x14 - -gUnknown_085A74E4:: @ 85A74E4 - .incbin "baserom.gba", 0x5a74e4, 0xc - -gUnknown_085A74F0:: @ 85A74F0 - .incbin "baserom.gba", 0x5a74f0, 0xc - -gUnknown_085A74FC:: @ 85A74FC - .incbin "baserom.gba", 0x5a74fc, 0xc - -gUnknown_085A7508:: @ 85A7508 - .incbin "baserom.gba", 0x5a7508, 0xc - -gUnknown_085A7514:: @ 85A7514 - .incbin "baserom.gba", 0x5a7514, 0xc - -gUnknown_085A7520:: @ 85A7520 - .incbin "baserom.gba", 0x5a7520, 0xc - -gUnknown_085A752C:: @ 85A752C - .incbin "baserom.gba", 0x5a752c, 0xc - -gUnknown_085A7538:: @ 85A7538 - .incbin "baserom.gba", 0x5a7538, 0xc - -gUnknown_085A7544:: @ 85A7544 - .incbin "baserom.gba", 0x5a7544, 0xc - -gUnknown_085A7550:: @ 85A7550 - .incbin "baserom.gba", 0x5a7550, 0x8 - -gUnknown_085A7558:: @ 85A7558 - .incbin "baserom.gba", 0x5a7558, 0x10 - -gUnknown_085A7568:: @ 85A7568 - .incbin "baserom.gba", 0x5a7568, 0x2 - -gUnknown_085A756A:: @ 85A756A - .incbin "baserom.gba", 0x5a756a, 0xa - -gUnknown_085A7574:: @ 85A7574 - .incbin "baserom.gba", 0x5a7574, 0x4c - -gUnknown_085A75C0:: @ 85A75C0 - .incbin "baserom.gba", 0x5a75c0, 0x4 - -gUnknown_085A75C4:: @ 85A75C4 - .incbin "baserom.gba", 0x5a75c4, 0x8 - -gUnknown_085A75CC:: @ 85A75CC - .incbin "baserom.gba", 0x5a75cc, 0x8 - -gUnknown_085A75D4:: @ 85A75D4 - .incbin "baserom.gba", 0x5a75d4, 0x3c - -gUnknown_085A7610:: @ 85A7610 - .incbin "baserom.gba", 0x5a7610, 0x4 - -gUnknown_085A7614:: @ 85A7614 - .incbin "baserom.gba", 0x5a7614, 0x2 - -gUnknown_085A7616:: @ 85A7616 - .incbin "baserom.gba", 0x5a7616, 0x8 - -gUnknown_085A761E:: @ 85A761E - .incbin "baserom.gba", 0x5a761e, 0x8 - -gUnknown_085A7626:: @ 85A7626 - .incbin "baserom.gba", 0x5a7626, 0x8 - -gUnknown_085A762E:: @ 85A762E - .incbin "baserom.gba", 0x5a762e, 0x10 - -gUnknown_085A763E:: @ 85A763E - .incbin "baserom.gba", 0x5a763e, 0x10 - -gUnknown_085A764E:: @ 85A764E - .incbin "baserom.gba", 0x5a764e, 0x10 - -gUnknown_085A765E:: @ 85A765E - .incbin "baserom.gba", 0x5a765e, 0x10 - -gUnknown_085A766E:: @ 85A766E - .incbin "baserom.gba", 0x5a766e, 0x3f - -gUnknown_085A76AD:: @ 85A76AD - .incbin "baserom.gba", 0x5a76ad, 0x7 - -gUnknown_085A76B4:: @ 85A76B4 - .incbin "baserom.gba", 0x5a76b4, 0xc - -gUnknown_085A76C0:: @ 85A76C0 - .incbin "baserom.gba", 0x5a76c0, 0x12 - -gUnknown_085A76D2:: @ 85A76D2 - .incbin "baserom.gba", 0x5a76d2, 0x12 - -gUnknown_085A76E4:: @ 85A76E4 - .incbin "baserom.gba", 0x5a76e4, 0x1e - -gUnknown_085A7702:: @ 85A7702 - .incbin "baserom.gba", 0x5a7702, 0x66 - -gUnknown_085A7768:: @ 85A7768 - .incbin "baserom.gba", 0x5a7768, 0x66 - -gUnknown_085A77CE:: @ 85A77CE - .incbin "baserom.gba", 0x5a77ce, 0xa - -gUnknown_085A77D8:: @ 85A77D8 - .incbin "baserom.gba", 0x5a77d8, 0x14 - -gUnknown_085A77EC:: @ 85A77EC - .incbin "baserom.gba", 0x5a77ec, 0xa - -gUnknown_085A77F6:: @ 85A77F6 - .incbin "baserom.gba", 0x5a77f6, 0x8 - -gUnknown_085A77FE:: @ 85A77FE - .incbin "baserom.gba", 0x5a77fe, 0x6 - -gUnknown_085A7804:: @ 85A7804 - .incbin "baserom.gba", 0x5a7804, 0xa - -gUnknown_085A780E:: @ 85A780E - .incbin "baserom.gba", 0x5a780e, 0x8 - -gUnknown_085A7816:: @ 85A7816 - .incbin "baserom.gba", 0x5a7816, 0x12 - -gUnknown_085A7828:: @ 85A7828 - .incbin "baserom.gba", 0x5a7828, 0x12 - -gUnknown_085A783A:: @ 85A783A - .incbin "baserom.gba", 0x5a783a, 0x8e - -gUnknown_085A78C8:: @ 85A78C8 - .incbin "baserom.gba", 0x5a78c8, 0x13c - -gUnknown_085A7A04:: @ 85A7A04 - .incbin "baserom.gba", 0x5a7a04, 0x1c - -gUnknown_085A7A20:: @ 85A7A20 - .incbin "baserom.gba", 0x5a7a20, 0x2c0 - -gUnknown_085A7CE0:: @ 85A7CE0 - .incbin "baserom.gba", 0x5a7ce0, 0x18 - -gUnknown_085A7CF8:: @ 85A7CF8 - .incbin "baserom.gba", 0x5a7cf8, 0x18 - -gUnknown_085A7D10:: @ 85A7D10 - .incbin "baserom.gba", 0x5a7d10, 0x18 - -gUnknown_085A7D28:: @ 85A7D28 - .incbin "baserom.gba", 0x5a7d28, 0x18 - -gUnknown_085A7D40:: @ 85A7D40 - .incbin "baserom.gba", 0x5a7d40, 0x18 - -gUnknown_085A7D58:: @ 85A7D58 - .incbin "baserom.gba", 0x5a7d58, 0x18 - -gUnknown_085A7D70:: @ 85A7D70 - .incbin "baserom.gba", 0x5a7d70, 0x18 - -gUnknown_085A7D88:: @ 85A7D88 - .incbin "baserom.gba", 0x5a7d88, 0x18 - -gUnknown_085A7DA0:: @ 85A7DA0 - .incbin "baserom.gba", 0x5a7da0, 0x18 - -gUnknown_085A7DB8:: @ 85A7DB8 - .incbin "baserom.gba", 0x5a7db8, 0x18 - -gUnknown_085A7DD0:: @ 85A7DD0 - .incbin "baserom.gba", 0x5a7dd0, 0x18 - -gUnknown_085A7DE8:: @ 85A7DE8 - .incbin "baserom.gba", 0x5a7de8, 0x18 - -gUnknown_085A7E00:: @ 85A7E00 - .incbin "baserom.gba", 0x5a7e00, 0x18 - -gUnknown_085A7E18:: @ 85A7E18 - .incbin "baserom.gba", 0x5a7e18, 0x18 - -gUnknown_085A7E30:: @ 85A7E30 - .incbin "baserom.gba", 0x5a7e30, 0x168 - -gUnknown_085A7F98:: @ 85A7F98 - .incbin "baserom.gba", 0x5a7f98, 0x28 - -gUnknown_085A7FC0:: @ 85A7FC0 - .incbin "baserom.gba", 0x5a7fc0, 0x20 - -gUnknown_085A7FE0:: @ 85A7FE0 - .incbin "baserom.gba", 0x5a7fe0, 0x14 - -gUnknown_085A7FF4:: @ 85A7FF4 - .incbin "baserom.gba", 0x5a7ff4, 0x1c - -gUnknown_085A8010:: @ 85A8010 - .incbin "baserom.gba", 0x5a8010, 0x18 - -gUnknown_085A8028:: @ 85A8028 - .incbin "baserom.gba", 0x5a8028, 0x14 - -gUnknown_085A803C:: @ 85A803C - .incbin "baserom.gba", 0x5a803c, 0x228 - -gUnknown_085A8264:: @ 85A8264 - .incbin "baserom.gba", 0x5a8264, 0x68 - -gUnknown_085A82CC:: @ 85A82CC - .incbin "baserom.gba", 0x5a82cc, 0x68 - -gUnknown_085A8334:: @ 85A8334 - .incbin "baserom.gba", 0x5a8334, 0xb0 - -gUnknown_085A83E4:: @ 85A83E4 - .incbin "baserom.gba", 0x5a83e4, 0x24 - -gUnknown_085A8408:: @ 85A8408 - .incbin "baserom.gba", 0x5a8408, 0x14 - -gUnknown_085A841C:: @ 85A841C - .incbin "baserom.gba", 0x5a841c, 0x14 - -gUnknown_085A8430:: @ 85A8430 - .incbin "baserom.gba", 0x5a8430, 0x5 - -gUnknown_085A8435:: @ 85A8435 - .incbin "baserom.gba", 0x5a8435, 0x6 - -gUnknown_085A843B:: @ 85A843B - .incbin "baserom.gba", 0x5a843b, 0x65 - -gUnknown_085A84A0:: @ 85A84A0 - .incbin "baserom.gba", 0x5a84a0, 0xc - -gUnknown_085A84AC:: @ 85A84AC - .incbin "baserom.gba", 0x5a84ac, 0x64 - -gUnknown_085A8510:: @ 85A8510 - .incbin "baserom.gba", 0x5a8510, 0x10 - -gUnknown_085A8520:: @ 85A8520 - .incbin "baserom.gba", 0x5a8520, 0x4 - -gUnknown_085A8524:: @ 85A8524 - .incbin "baserom.gba", 0x5a8524, 0x20 - -gUnknown_085A8544:: @ 85A8544 - .incbin "baserom.gba", 0x5a8544, 0x48 - -gUnknown_085A858C:: @ 85A858C - .incbin "baserom.gba", 0x5a858c, 0x1154 - -gUnknown_085A96E0:: @ 85A96E0 - .incbin "baserom.gba", 0x5a96e0, 0x1b8 - -gUnknown_085A9898:: @ 85A9898 - .incbin "baserom.gba", 0x5a9898, 0x4 - -gUnknown_085A989C:: @ 85A989C - .incbin "baserom.gba", 0x5a989c, 0x200 - -gUnknown_085A9A9C:: @ 85A9A9C - .incbin "baserom.gba", 0x5a9a9c, 0x1084 - -gUnknown_085AAB20:: @ 85AAB20 - .incbin "baserom.gba", 0x5aab20, 0xc30 - -gUnknown_085AB750:: @ 85AB750 - .incbin "baserom.gba", 0x5ab750, 0xb38 - -gUnknown_085AC288:: @ 85AC288 - .incbin "baserom.gba", 0x5ac288, 0xfb8 - -gUnknown_085AD240:: @ 85AD240 - .incbin "baserom.gba", 0x5ad240, 0x1130 - -gUnknown_085AE370:: @ 85AE370 - .incbin "baserom.gba", 0x5ae370, 0x604 - -gUnknown_085AE974:: @ 85AE974 - .incbin "baserom.gba", 0x5ae974, 0x50c - -gUnknown_085AEE80:: @ 85AEE80 - .incbin "baserom.gba", 0x5aee80, 0x50c - -gUnknown_085AF38C:: @ 85AF38C - .incbin "baserom.gba", 0x5af38c, 0x50c - -gUnknown_085AF898:: @ 85AF898 - .incbin "baserom.gba", 0x5af898, 0x50c - -gUnknown_085AFDA4:: @ 85AFDA4 - .incbin "baserom.gba", 0x5afda4, 0x50c - -gUnknown_085B02B0:: @ 85B02B0 - .incbin "baserom.gba", 0x5b02b0, 0x524 - -gUnknown_085B07D4:: @ 85B07D4 - .incbin "baserom.gba", 0x5b07d4, 0x14 - -gUnknown_085B07E8:: @ 85B07E8 - .incbin "baserom.gba", 0x5b07e8, 0x4 - -gUnknown_085B07EC:: @ 85B07EC - .incbin "baserom.gba", 0x5b07ec, 0x8 - -gUnknown_085B07F4:: @ 85B07F4 - .incbin "baserom.gba", 0x5b07f4, 0x3c - -gUnknown_085B0830:: @ 85B0830 - .incbin "baserom.gba", 0x5b0830, 0x8 - -gUnknown_085B0838:: @ 85B0838 - .incbin "baserom.gba", 0x5b0838, 0x4 diff --git a/data/decoration.s b/data/decoration.s new file mode 100644 index 000000000..de4478f8d --- /dev/null +++ b/data/decoration.s @@ -0,0 +1,86 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gDecorations:: @ 85A5C08 + .incbin "baserom.gba", 0x5a5c08, 0x1c + +gUnknown_085A5C24:: @ 85A5C24 + .incbin "baserom.gba", 0x5a5c24, 0xf04 + +gUnknown_085A6B28:: @ 85A6B28 + .incbin "baserom.gba", 0x5a6b28, 0x20 + +gUnknown_085A6B48:: @ 85A6B48 + .incbin "baserom.gba", 0x5a6b48, 0x20 + +gUnknown_085A6B68:: @ 85A6B68 + .incbin "baserom.gba", 0x5a6b68, 0x10 + +gUnknown_085A6B78:: @ 85A6B78 + .incbin "baserom.gba", 0x5a6b78, 0x18 + +gUnknown_085A6B90:: @ 85A6B90 + .incbin "baserom.gba", 0x5a6b90, 0x20 + +gUnknown_085A6BB0:: @ 85A6BB0 + .incbin "baserom.gba", 0x5a6bb0, 0x20 + +gUnknown_085A6BD0:: @ 85A6BD0 + .incbin "baserom.gba", 0x5a6bd0, 0x18 + +gUnknown_085A6BE8:: @ 85A6BE8 + .incbin "baserom.gba", 0x5a6be8, 0x5c8 + +gUnknown_085A71B0:: @ 85A71B0 + .incbin "baserom.gba", 0x5a71b0, 0xa0 + +gUnknown_085A7250:: @ 85A7250 + .incbin "baserom.gba", 0x5a7250, 0x3c + +gUnknown_085A728C:: @ 85A728C + .incbin "baserom.gba", 0x5a728c, 0x18 + +gUnknown_085A72A4:: @ 85A72A4 + .incbin "baserom.gba", 0x5a72a4, 0x18 + +gUnknown_085A72BC:: @ 85A72BC + .incbin "baserom.gba", 0x5a72bc, 0x8 + +gUnknown_085A72C4:: @ 85A72C4 + .incbin "baserom.gba", 0x5a72c4, 0x8 + +gUnknown_085A72CC:: @ 85A72CC + .incbin "baserom.gba", 0x5a72cc, 0x8 + +gUnknown_085A72D4:: @ 85A72D4 + .incbin "baserom.gba", 0x5a72d4, 0x10 + +gUnknown_085A72E4:: @ 85A72E4 + .incbin "baserom.gba", 0x5a72e4, 0x8 + +gUnknown_085A72EC:: @ 85A72EC + .incbin "baserom.gba", 0x5a72ec, 0x8 + +gUnknown_085A72F4:: @ 85A72F4 + .incbin "baserom.gba", 0x5a72f4, 0x54 + +gUnknown_085A7348:: @ 85A7348 + .incbin "baserom.gba", 0x5a7348, 0x8 + +gUnknown_085A7350:: @ 85A7350 + .incbin "baserom.gba", 0x5a7350, 0x88 + +gUnknown_085A73D8:: @ 85A73D8 + .incbin "baserom.gba", 0x5a73d8, 0x8 + +gUnknown_085A73E0:: @ 85A73E0 + .incbin "baserom.gba", 0x5a73e0, 0x24 + +gUnknown_085A7404:: @ 85A7404 + .incbin "baserom.gba", 0x5a7404, 0x18 + +gUnknown_085A741C:: @ 85A741C + .incbin "baserom.gba", 0x5a741c, 0x8 diff --git a/data/easy_chat.s b/data/easy_chat.s new file mode 100644 index 000000000..d6efc1c7f --- /dev/null +++ b/data/easy_chat.s @@ -0,0 +1,113 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_08597530:: @ 8597530 + .incbin "baserom.gba", 0x597530, 0x20 + +gUnknown_08597550:: @ 8597550 + .incbin "baserom.gba", 0x597550, 0x1f8 + +gUnknown_08597748:: @ 8597748 + .incbin "baserom.gba", 0x597748, 0x1c + +gUnknown_08597764:: @ 8597764 + .incbin "baserom.gba", 0x597764, 0x8 + +gUnknown_0859776C:: @ 859776C + .incbin "baserom.gba", 0x59776c, 0x3a8 + +gUnknown_08597B14:: @ 8597B14 + .incbin "baserom.gba", 0x597b14, 0x20 + +gUnknown_08597B34:: @ 8597B34 + .incbin "baserom.gba", 0x597b34, 0x20 + +gUnknown_08597B54:: @ 8597B54 + .incbin "baserom.gba", 0x597b54, 0xc8 + +gUnknown_08597C1C:: @ 8597C1C + .incbin "baserom.gba", 0x597c1c, 0x8 + +gUnknown_08597C24:: @ 8597C24 + .incbin "baserom.gba", 0x597c24, 0xc + +gUnknown_08597C30:: @ 8597C30 + .incbin "baserom.gba", 0x597c30, 0x24 + +gUnknown_08597C54:: @ 8597C54 + .incbin "baserom.gba", 0x597c54, 0x10 + +gUnknown_08597C64:: @ 8597C64 + .incbin "baserom.gba", 0x597c64, 0x20 + +gUnknown_08597C84:: @ 8597C84 + .incbin "baserom.gba", 0x597c84, 0x8 + +gUnknown_08597C8C:: @ 8597C8C + .incbin "baserom.gba", 0x597c8c, 0x4 + +gUnknown_08597C90:: @ 8597C90 + .incbin "baserom.gba", 0x597c90, 0x10 + +gUnknown_08597CA0:: @ 8597CA0 + .incbin "baserom.gba", 0x597ca0, 0x20 + +gUnknown_08597CC0:: @ 8597CC0 + .incbin "baserom.gba", 0x597cc0, 0x28 + +gUnknown_08597CE8:: @ 8597CE8 + .incbin "baserom.gba", 0x597ce8, 0x20 + +gUnknown_08597D08:: @ 8597D08 + .incbin "baserom.gba", 0x597d08, 0x10 + +gUnknown_08597D18:: @ 8597D18 + .incbin "baserom.gba", 0x597d18, 0x50 + +gUnknown_08597D68:: @ 8597D68 + .incbin "baserom.gba", 0x597d68, 0x68 + +gUnknown_08597DD0:: @ 8597DD0 + .incbin "baserom.gba", 0x597dd0, 0x20 + +gUnknown_08597DF0:: @ 8597DF0 + .incbin "baserom.gba", 0x597df0, 0x40 + +gUnknown_08597E30:: @ 8597E30 + .incbin "baserom.gba", 0x597e30, 0x18 + +gUnknown_08597E48:: @ 8597E48 + .incbin "baserom.gba", 0x597e48, 0x18 + +gUnknown_08597E60:: @ 8597E60 + .incbin "baserom.gba", 0x597e60, 0xc + +gUnknown_08597E6C:: @ 8597E6C + .incbin "baserom.gba", 0x597e6c, 0x30 + +@ 8597E9C + .include "data/text/easy_chat/easy_chat_groups.inc" + +@ 859D0B4 + .include "data/text/easy_chat/easy_chat_words_by_letter.inc" + +@ 859E5D4 + .include "data/text/easy_chat/easy_chat_group_name_pointers.inc" + +gUnknown_0859E62C:: @ 859E62C + .incbin "baserom.gba", 0x59e62c, 0x8 + +gUnknown_0859E634:: @ 859E634 + .incbin "baserom.gba", 0x59e634, 0xc + +gUnknown_0859E640:: @ 859E640 + .incbin "baserom.gba", 0x59e640, 0xc + +gUnknown_0859E64C:: @ 859E64C + .incbin "baserom.gba", 0x59e64c, 0xc + +gUnknown_0859E658:: @ 859E658 + .incbin "baserom.gba", 0x59e658, 0x4 diff --git a/data/field_effect.s b/data/field_effect.s new file mode 100644 index 000000000..88f9f1c94 --- /dev/null +++ b/data/field_effect.s @@ -0,0 +1,55 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + + .align 2 + .incbin "baserom.gba", 0x58d978, 0x2a0 + + .align 2 +gFieldEffectObjectPalette7:: @ 858DC18 + .incbin "graphics/map_objects/palettes/field_effect_object_palette_07.gbapal" + + .incbin "baserom.gba", 0x58dc38, 0x580 + + .align 2 +gFieldEffectObjectPalette8:: @ 858E1B8 + .incbin "graphics/map_objects/palettes/field_effect_object_palette_08.gbapal" + + .incbin "baserom.gba", 0x58e1d8, 0x428 + +gUnknown_0858E600:: @ 858E600 + .incbin "baserom.gba", 0x58e600, 0x18 + +gUnknown_0858E618:: @ 858E618 + .incbin "baserom.gba", 0x58e618, 0x18 + +gUnknown_0858E630:: @ 858E630 + .incbin "baserom.gba", 0x58e630, 0x18 + + .align 2 +gFieldEffectObjectPaletteInfo7:: @ 858E648 + obj_pal gFieldEffectObjectPalette7, 0x1003 + + .align 2 +gFieldEffectObjectPaletteInfo8:: @ 858E650 + obj_pal gFieldEffectObjectPalette8, 0x1008 + + .incbin "baserom.gba", 0x58e658, 0x34 + +gUnknown_0858E68C:: @ 858E68C + .incbin "baserom.gba", 0x58e68c, 0x18 + + .align 2 +@ This uses one of the secret base palettes, so there is no +@ "field_effect_object_palette_09.pal" file. +gFieldEffectObjectPaletteInfo9:: @ 858E6A4 + obj_pal gTilesetPalettes_SecretBase + 5 * 0x20, 0x100E + + .incbin "baserom.gba", 0x58e6ac, 0x1b8 + +gUnknown_0858E864:: @ 858E864 + .incbin "baserom.gba", 0x58e864, 0x1c + +gUnknown_0858E880:: @ 858E880 + .incbin "baserom.gba", 0x58e880, 0x18 diff --git a/data/heal_location.s b/data/heal_location.s new file mode 100644 index 000000000..31aa1a351 --- /dev/null +++ b/data/heal_location.s @@ -0,0 +1,11 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0859F534:: @ 859F534 + .incbin "baserom.gba", 0x59f534, 0x8 + +gUnknown_0859F53C:: @ 859F53C + .incbin "baserom.gba", 0x59f53c, 0xd0 diff --git a/data/item_use.s b/data/item_use.s new file mode 100644 index 000000000..20ca8d683 --- /dev/null +++ b/data/item_use.s @@ -0,0 +1,15 @@ + + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_085920D8:: @ 85920D8 + .incbin "baserom.gba", 0x5920d8, 0xc + +gUnknown_085920E4:: @ 85920E4 + .incbin "baserom.gba", 0x5920e4, 0x4 + +gUnknown_085920E8:: @ 85920E8 + .incbin "baserom.gba", 0x5920e8, 0x128 diff --git a/data/mail.s b/data/mail.s new file mode 100644 index 000000000..5dc8270bc --- /dev/null +++ b/data/mail.s @@ -0,0 +1,26 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0859F290:: @ 859F290 + .incbin "baserom.gba", 0x59f290, 0xc + +gUnknown_0859F29C:: @ 859F29C + .incbin "baserom.gba", 0x59f29c, 0x10 + +gUnknown_0859F2AC:: @ 859F2AC + .incbin "baserom.gba", 0x59f2ac, 0x4 + +gUnknown_0859F2B0:: @ 859F2B0 + .incbin "baserom.gba", 0x59f2b0, 0x8 + +gUnknown_0859F2B8:: @ 859F2B8 + .incbin "baserom.gba", 0x59f2b8, 0xfc + +gUnknown_0859F3B4:: @ 859F3B4 + .incbin "baserom.gba", 0x59f3b4, 0xa4 + +gUnknown_0859F458:: @ 859F458 + .incbin "baserom.gba", 0x59f458, 0xbc diff --git a/data/mauville_old_man.s b/data/mauville_old_man.s new file mode 100644 index 000000000..539cace62 --- /dev/null +++ b/data/mauville_old_man.s @@ -0,0 +1,26 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0859EFE4:: @ 859EFE4 + .incbin "baserom.gba", 0x59efe4, 0xc + +gUnknown_0859EFF0:: @ 859EFF0 + .incbin "baserom.gba", 0x59eff0, 0x20 + +gUnknown_0859F010:: @ 859F010 + .incbin "baserom.gba", 0x59f010, 0x20 + +gUnknown_0859F030:: @ 859F030 + .incbin "baserom.gba", 0x59f030, 0x18 + +gUnknown_0859F048:: @ 859F048 + .incbin "baserom.gba", 0x59f048, 0x230 + +gUnknown_0859F278:: @ 859F278 + .incbin "baserom.gba", 0x59f278, 0x10 + +gUnknown_0859F288:: @ 859F288 + .incbin "baserom.gba", 0x59f288, 0x8 diff --git a/data/menu_helpers.s b/data/menu_helpers.s new file mode 100644 index 000000000..b43af0bc4 --- /dev/null +++ b/data/menu_helpers.s @@ -0,0 +1,14 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0859F514:: @ 859F514 + .incbin "baserom.gba", 0x59f514, 0x8 + +gUnknown_0859F51C:: @ 859F51C + .incbin "baserom.gba", 0x59f51c, 0x8 + +gUnknown_0859F524:: @ 859F524 + .incbin "baserom.gba", 0x59f524, 0x10 diff --git a/data/mon_markings.s b/data/mon_markings.s new file mode 100644 index 000000000..795b8d8a6 --- /dev/null +++ b/data/mon_markings.s @@ -0,0 +1,29 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0859E65C:: @ 859E65C + .incbin "baserom.gba", 0x59e65c, 0x20 + +gUnknown_0859E67C:: @ 859E67C + .incbin "baserom.gba", 0x59e67c, 0x800 + +gUnknown_0859EE7C:: @ 859EE7C + .incbin "baserom.gba", 0x59ee7c, 0x8 + +gUnknown_0859EE84:: @ 859EE84 + .incbin "baserom.gba", 0x59ee84, 0x58 + +gUnknown_0859EEDC:: @ 859EEDC + .incbin "baserom.gba", 0x59eedc, 0x38 + +gUnknown_0859EF14:: @ 859EF14 + .incbin "baserom.gba", 0x59ef14, 0x8 + +gUnknown_0859EF1C:: @ 859EF1C + .incbin "baserom.gba", 0x59ef1c, 0x88 + +gUnknown_0859EFA4:: @ 859EFA4 + .incbin "baserom.gba", 0x59efa4, 0x40 diff --git a/data/region_map.s b/data/region_map.s new file mode 100644 index 000000000..78e6cec2f --- /dev/null +++ b/data/region_map.s @@ -0,0 +1,101 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0859F60C:: @ 859F60C + .incbin "baserom.gba", 0x59f60c, 0x44 + +gUnknown_0859F650:: @ 859F650 + .incbin "baserom.gba", 0x59f650, 0xec + +gUnknown_0859F73C:: @ 859F73C + .incbin "baserom.gba", 0x59f73c, 0x40 + +gUnknown_0859F77C:: @ 859F77C + .incbin "baserom.gba", 0x59f77c, 0xd64 + +gUnknown_085A04E0:: @ 85A04E0 + .incbin "baserom.gba", 0x5a04e0, 0x34c + +gUnknown_085A082C:: @ 85A082C + .incbin "baserom.gba", 0x5a082c, 0x20 + +gUnknown_085A084C:: @ 85A084C + .incbin "baserom.gba", 0x5a084c, 0x80 + +gUnknown_085A08CC:: @ 85A08CC + .incbin "baserom.gba", 0x5a08cc, 0x20 + +gUnknown_085A08EC:: @ 85A08EC + .incbin "baserom.gba", 0x5a08ec, 0x80 + +gUnknown_085A096C:: @ 85A096C + .incbin "baserom.gba", 0x5a096c, 0x1a4 + +@ 85A0B10 + .include "data/region_map_entries.inc" + +gUnknown_085A1B24:: @ 85A1B24 + .incbin "baserom.gba", 0x5a1b24, 0x60 + +gUnknown_085A1B84:: @ 85A1B84 + .incbin "baserom.gba", 0x5a1b84, 0x6 + +gUnknown_085A1B8A:: @ 85A1B8A + .incbin "baserom.gba", 0x5a1b8a, 0x22 + +gUnknown_085A1BAC:: @ 85A1BAC + .incbin "baserom.gba", 0x5a1bac, 0x20 + +gUnknown_085A1BCC:: @ 85A1BCC + .incbin "baserom.gba", 0x5a1bcc, 0x34 + +gUnknown_085A1C00:: @ 85A1C00 + .incbin "baserom.gba", 0x5a1c00, 0x8 + +gUnknown_085A1C08:: @ 85A1C08 + .incbin "baserom.gba", 0x5a1c08, 0x18 + +gUnknown_085A1C20:: @ 85A1C20 + .incbin "baserom.gba", 0x5a1c20, 0x10 + +gUnknown_085A1C30:: @ 85A1C30 + .incbin "baserom.gba", 0x5a1c30, 0x4 + +gUnknown_085A1C34:: @ 85A1C34 + .incbin "baserom.gba", 0x5a1c34, 0x4 + +gUnknown_085A1C38:: @ 85A1C38 + .incbin "baserom.gba", 0x5a1c38, 0x20 + +gUnknown_085A1C58:: @ 85A1C58 + .incbin "baserom.gba", 0x5a1c58, 0x38 + +gUnknown_085A1C90:: @ 85A1C90 + .incbin "baserom.gba", 0x5a1c90, 0xd8 + +gUnknown_085A1D68:: @ 85A1D68 + .incbin "baserom.gba", 0x5a1d68, 0xd4 + +gUnknown_085A1E3C:: @ 85A1E3C + .incbin "baserom.gba", 0x5a1e3c, 0xa0 + +gUnknown_085A1EDC:: @ 85A1EDC + .incbin "baserom.gba", 0x5a1edc, 0x8 + +gUnknown_085A1EE4:: @ 85A1EE4 + .incbin "baserom.gba", 0x5a1ee4, 0xc + +gUnknown_085A1EF0:: @ 85A1EF0 + .incbin "baserom.gba", 0x5a1ef0, 0x20 + +gUnknown_085A1F10:: @ 85A1F10 + .incbin "baserom.gba", 0x5a1f10, 0x8 + +gUnknown_085A1F18:: @ 85A1F18 + .incbin "baserom.gba", 0x5a1f18, 0x64 + +gUnknown_085A1F7C:: @ 85A1F7C + .incbin "baserom.gba", 0x5a1f7c, 0x18 diff --git a/data/rotating_gate.s b/data/rotating_gate.s new file mode 100644 index 000000000..90568caa5 --- /dev/null +++ b/data/rotating_gate.s @@ -0,0 +1,41 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0858E8B0:: @ 858E8B0 + .incbin "baserom.gba", 0x58e8b0, 0x40 + +gUnknown_0858E8F0:: @ 858E8F0 + .incbin "baserom.gba", 0x58e8f0, 0x3468 + +gUnknown_08591D58:: @ 8591D58 + .incbin "baserom.gba", 0x591d58, 0x270 + +gUnknown_08591FC8:: @ 8591FC8 + .incbin "baserom.gba", 0x591fc8, 0x18 + +gUnknown_08591FE0:: @ 8591FE0 + .incbin "baserom.gba", 0x591fe0, 0x18 + +gUnknown_08591FF8:: @ 8591FF8 + .incbin "baserom.gba", 0x591ff8, 0x10 + +gUnknown_08592008:: @ 8592008 + .incbin "baserom.gba", 0x592008, 0x10 + +gUnknown_08592018:: @ 8592018 + .incbin "baserom.gba", 0x592018, 0x10 + +gUnknown_08592028:: @ 8592028 + .incbin "baserom.gba", 0x592028, 0x10 + +gUnknown_08592038:: @ 8592038 + .incbin "baserom.gba", 0x592038, 0x20 + +gUnknown_08592058:: @ 8592058 + .incbin "baserom.gba", 0x592058, 0x20 + +gUnknown_08592078:: @ 8592078 + .incbin "baserom.gba", 0x592078, 0x60 diff --git a/data/slot_machine.s b/data/slot_machine.s new file mode 100644 index 000000000..08989ccdc --- /dev/null +++ b/data/slot_machine.s @@ -0,0 +1,290 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_085A7424:: @ 85A7424 + .incbin "baserom.gba", 0x5a7424, 0x10 + +gUnknown_085A7434:: @ 85A7434 + .incbin "baserom.gba", 0x5a7434, 0x10 + +gUnknown_085A7444:: @ 85A7444 + .incbin "baserom.gba", 0x5a7444, 0x8 + +gUnknown_085A744C:: @ 85A744C + .incbin "baserom.gba", 0x5a744c, 0x4 + +gUnknown_085A7450:: @ 85A7450 + .incbin "baserom.gba", 0x5a7450, 0x74 + +gUnknown_085A74C4:: @ 85A74C4 + .incbin "baserom.gba", 0x5a74c4, 0xc + +gUnknown_085A74D0:: @ 85A74D0 + .incbin "baserom.gba", 0x5a74d0, 0x14 + +gUnknown_085A74E4:: @ 85A74E4 + .incbin "baserom.gba", 0x5a74e4, 0xc + +gUnknown_085A74F0:: @ 85A74F0 + .incbin "baserom.gba", 0x5a74f0, 0xc + +gUnknown_085A74FC:: @ 85A74FC + .incbin "baserom.gba", 0x5a74fc, 0xc + +gUnknown_085A7508:: @ 85A7508 + .incbin "baserom.gba", 0x5a7508, 0xc + +gUnknown_085A7514:: @ 85A7514 + .incbin "baserom.gba", 0x5a7514, 0xc + +gUnknown_085A7520:: @ 85A7520 + .incbin "baserom.gba", 0x5a7520, 0xc + +gUnknown_085A752C:: @ 85A752C + .incbin "baserom.gba", 0x5a752c, 0xc + +gUnknown_085A7538:: @ 85A7538 + .incbin "baserom.gba", 0x5a7538, 0xc + +gUnknown_085A7544:: @ 85A7544 + .incbin "baserom.gba", 0x5a7544, 0xc + +gUnknown_085A7550:: @ 85A7550 + .incbin "baserom.gba", 0x5a7550, 0x8 + +gUnknown_085A7558:: @ 85A7558 + .incbin "baserom.gba", 0x5a7558, 0x10 + +gUnknown_085A7568:: @ 85A7568 + .incbin "baserom.gba", 0x5a7568, 0x2 + +gUnknown_085A756A:: @ 85A756A + .incbin "baserom.gba", 0x5a756a, 0xa + +gUnknown_085A7574:: @ 85A7574 + .incbin "baserom.gba", 0x5a7574, 0x4c + +gUnknown_085A75C0:: @ 85A75C0 + .incbin "baserom.gba", 0x5a75c0, 0x4 + +gUnknown_085A75C4:: @ 85A75C4 + .incbin "baserom.gba", 0x5a75c4, 0x8 + +gUnknown_085A75CC:: @ 85A75CC + .incbin "baserom.gba", 0x5a75cc, 0x8 + +gUnknown_085A75D4:: @ 85A75D4 + .incbin "baserom.gba", 0x5a75d4, 0x3c + +gUnknown_085A7610:: @ 85A7610 + .incbin "baserom.gba", 0x5a7610, 0x4 + +gUnknown_085A7614:: @ 85A7614 + .incbin "baserom.gba", 0x5a7614, 0x2 + +gUnknown_085A7616:: @ 85A7616 + .incbin "baserom.gba", 0x5a7616, 0x8 + +gUnknown_085A761E:: @ 85A761E + .incbin "baserom.gba", 0x5a761e, 0x8 + +gUnknown_085A7626:: @ 85A7626 + .incbin "baserom.gba", 0x5a7626, 0x8 + +gUnknown_085A762E:: @ 85A762E + .incbin "baserom.gba", 0x5a762e, 0x10 + +gUnknown_085A763E:: @ 85A763E + .incbin "baserom.gba", 0x5a763e, 0x10 + +gUnknown_085A764E:: @ 85A764E + .incbin "baserom.gba", 0x5a764e, 0x10 + +gUnknown_085A765E:: @ 85A765E + .incbin "baserom.gba", 0x5a765e, 0x10 + +gUnknown_085A766E:: @ 85A766E + .incbin "baserom.gba", 0x5a766e, 0x3f + +gUnknown_085A76AD:: @ 85A76AD + .incbin "baserom.gba", 0x5a76ad, 0x7 + +gUnknown_085A76B4:: @ 85A76B4 + .incbin "baserom.gba", 0x5a76b4, 0xc + +gUnknown_085A76C0:: @ 85A76C0 + .incbin "baserom.gba", 0x5a76c0, 0x12 + +gUnknown_085A76D2:: @ 85A76D2 + .incbin "baserom.gba", 0x5a76d2, 0x12 + +gUnknown_085A76E4:: @ 85A76E4 + .incbin "baserom.gba", 0x5a76e4, 0x1e + +gUnknown_085A7702:: @ 85A7702 + .incbin "baserom.gba", 0x5a7702, 0x66 + +gUnknown_085A7768:: @ 85A7768 + .incbin "baserom.gba", 0x5a7768, 0x66 + +gUnknown_085A77CE:: @ 85A77CE + .incbin "baserom.gba", 0x5a77ce, 0xa + +gUnknown_085A77D8:: @ 85A77D8 + .incbin "baserom.gba", 0x5a77d8, 0x14 + +gUnknown_085A77EC:: @ 85A77EC + .incbin "baserom.gba", 0x5a77ec, 0xa + +gUnknown_085A77F6:: @ 85A77F6 + .incbin "baserom.gba", 0x5a77f6, 0x8 + +gUnknown_085A77FE:: @ 85A77FE + .incbin "baserom.gba", 0x5a77fe, 0x6 + +gUnknown_085A7804:: @ 85A7804 + .incbin "baserom.gba", 0x5a7804, 0xa + +gUnknown_085A780E:: @ 85A780E + .incbin "baserom.gba", 0x5a780e, 0x8 + +gUnknown_085A7816:: @ 85A7816 + .incbin "baserom.gba", 0x5a7816, 0x12 + +gUnknown_085A7828:: @ 85A7828 + .incbin "baserom.gba", 0x5a7828, 0x12 + +gUnknown_085A783A:: @ 85A783A + .incbin "baserom.gba", 0x5a783a, 0x8e + +gUnknown_085A78C8:: @ 85A78C8 + .incbin "baserom.gba", 0x5a78c8, 0x13c + +gUnknown_085A7A04:: @ 85A7A04 + .incbin "baserom.gba", 0x5a7a04, 0x1c + +gUnknown_085A7A20:: @ 85A7A20 + .incbin "baserom.gba", 0x5a7a20, 0x2c0 + +gUnknown_085A7CE0:: @ 85A7CE0 + .incbin "baserom.gba", 0x5a7ce0, 0x18 + +gUnknown_085A7CF8:: @ 85A7CF8 + .incbin "baserom.gba", 0x5a7cf8, 0x18 + +gUnknown_085A7D10:: @ 85A7D10 + .incbin "baserom.gba", 0x5a7d10, 0x18 + +gUnknown_085A7D28:: @ 85A7D28 + .incbin "baserom.gba", 0x5a7d28, 0x18 + +gUnknown_085A7D40:: @ 85A7D40 + .incbin "baserom.gba", 0x5a7d40, 0x18 + +gUnknown_085A7D58:: @ 85A7D58 + .incbin "baserom.gba", 0x5a7d58, 0x18 + +gUnknown_085A7D70:: @ 85A7D70 + .incbin "baserom.gba", 0x5a7d70, 0x18 + +gUnknown_085A7D88:: @ 85A7D88 + .incbin "baserom.gba", 0x5a7d88, 0x18 + +gUnknown_085A7DA0:: @ 85A7DA0 + .incbin "baserom.gba", 0x5a7da0, 0x18 + +gUnknown_085A7DB8:: @ 85A7DB8 + .incbin "baserom.gba", 0x5a7db8, 0x18 + +gUnknown_085A7DD0:: @ 85A7DD0 + .incbin "baserom.gba", 0x5a7dd0, 0x18 + +gUnknown_085A7DE8:: @ 85A7DE8 + .incbin "baserom.gba", 0x5a7de8, 0x18 + +gUnknown_085A7E00:: @ 85A7E00 + .incbin "baserom.gba", 0x5a7e00, 0x18 + +gUnknown_085A7E18:: @ 85A7E18 + .incbin "baserom.gba", 0x5a7e18, 0x18 + +gUnknown_085A7E30:: @ 85A7E30 + .incbin "baserom.gba", 0x5a7e30, 0x168 + +gUnknown_085A7F98:: @ 85A7F98 + .incbin "baserom.gba", 0x5a7f98, 0x28 + +gUnknown_085A7FC0:: @ 85A7FC0 + .incbin "baserom.gba", 0x5a7fc0, 0x20 + +gUnknown_085A7FE0:: @ 85A7FE0 + .incbin "baserom.gba", 0x5a7fe0, 0x14 + +gUnknown_085A7FF4:: @ 85A7FF4 + .incbin "baserom.gba", 0x5a7ff4, 0x1c + +gUnknown_085A8010:: @ 85A8010 + .incbin "baserom.gba", 0x5a8010, 0x18 + +gUnknown_085A8028:: @ 85A8028 + .incbin "baserom.gba", 0x5a8028, 0x14 + +gUnknown_085A803C:: @ 85A803C + .incbin "baserom.gba", 0x5a803c, 0x228 + +gUnknown_085A8264:: @ 85A8264 + .incbin "baserom.gba", 0x5a8264, 0x68 + +gUnknown_085A82CC:: @ 85A82CC + .incbin "baserom.gba", 0x5a82cc, 0x68 + +gUnknown_085A8334:: @ 85A8334 + .incbin "baserom.gba", 0x5a8334, 0xb0 + +gUnknown_085A83E4:: @ 85A83E4 + .incbin "baserom.gba", 0x5a83e4, 0x24 + +gUnknown_085A8408:: @ 85A8408 + .incbin "baserom.gba", 0x5a8408, 0x14 + +gUnknown_085A841C:: @ 85A841C + .incbin "baserom.gba", 0x5a841c, 0x14 + +gUnknown_085A8430:: @ 85A8430 + .incbin "baserom.gba", 0x5a8430, 0x5 + +gUnknown_085A8435:: @ 85A8435 + .incbin "baserom.gba", 0x5a8435, 0x6 + +gUnknown_085A843B:: @ 85A843B + .incbin "baserom.gba", 0x5a843b, 0x65 + +gUnknown_085A84A0:: @ 85A84A0 + .incbin "baserom.gba", 0x5a84a0, 0xc + +gUnknown_085A84AC:: @ 85A84AC + .incbin "baserom.gba", 0x5a84ac, 0x64 + +gUnknown_085A8510:: @ 85A8510 + .incbin "baserom.gba", 0x5a8510, 0x10 + +gUnknown_085A8520:: @ 85A8520 + .incbin "baserom.gba", 0x5a8520, 0x4 + +gUnknown_085A8524:: @ 85A8524 + .incbin "baserom.gba", 0x5a8524, 0x20 + +gUnknown_085A8544:: @ 85A8544 + .incbin "baserom.gba", 0x5a8544, 0x48 + +gUnknown_085A858C:: @ 85A858C + .incbin "baserom.gba", 0x5a858c, 0x1154 + +gUnknown_085A96E0:: @ 85A96E0 + .incbin "baserom.gba", 0x5a96e0, 0x1b8 + +gUnknown_085A9898:: @ 85A9898 + .incbin "baserom.gba", 0x5a9898, 0x4 diff --git a/data/truck_scene_porthole.s b/data/truck_scene_porthole.s new file mode 100644 index 000000000..c89babcc9 --- /dev/null +++ b/data/truck_scene_porthole.s @@ -0,0 +1,13 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 +gUnknown_0858E898:: @ 858E898 + .incbin "baserom.gba", 0x58e898, 0x13 + +gUnknown_0858E8AB:: @ 858E8AB + .incbin "baserom.gba", 0x58e8ab, 0x2 + +gUnknown_0858E8AD:: @ 858E8AD + .incbin "baserom.gba", 0x58e8ad, 0x3 diff --git a/ld_script.txt b/ld_script.txt index b2e996ff5..4e90c8cbe 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -347,7 +347,23 @@ SECTIONS { src/berry.o(.rodata); data/data3_a1.o(.rodata); src/pokemon_size_record.o(.rodata) - data/data3b.o(.rodata); + data/field_effect.o(.rodata); + data/truck_scene_porthole.o(.rodata); + data/rotating_gate.o(.rodata); + data/item_use.o(.rodata); + data/battle_anim_80FE840.o(.rodata); + data/bike.o(.rodata); + data/easy_chat.o(.rodata); + data/mon_markings.o(.rodata); + data/mauville_old_man.o(.rodata); + data/mail.o(.rodata); + data/menu_helpers.o(.rodata); + data/heal_location.o(.rodata); + data/region_map.o(.rodata); + data/cute_sketch.o(.rodata); + data/decoration.o(.rodata); + data/slot_machine.o(.rodata); + data/contest_painting.o(.rodata); src/battle_ai.o(.rodata); data/data4.o(.rodata); data/battle_controller_link_partner.o(.rodata); From 5fbfc57304495228703966379abb33629b888359 Mon Sep 17 00:00:00 2001 From: scnorton Date: Mon, 25 Sep 2017 14:18:54 -0400 Subject: [PATCH 02/13] Disassemble some pointers in data3_a1.s --- data/data3_a1.s | 418 ++++++++- data/event_scripts.s | 267 +++++- data/strings.s | 1970 ++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 2575 insertions(+), 80 deletions(-) diff --git a/data/data3_a1.s b/data/data3_a1.s index 20eb6d6a6..7516c34ff 100644 --- a/data/data3_a1.s +++ b/data/data3_a1.s @@ -6,13 +6,425 @@ .section .rodata gUnknown_0858AB24:: @ 858AB24 - .incbin "baserom.gba", 0x58ab24, 0xac +@ replacing .incbin "baserom.gba", 0x0058ab24, 0xac + .2byte 50, 20 + .2byte 50, 20 + .2byte 50, 20 + .2byte 50, 20 + .2byte 50, 20 + .2byte 50, 30 + .2byte 50, 30 + .2byte 50, 30 + .2byte 50, 30 + .2byte 50, 30 + .2byte 60, 50 + .2byte 60, 50 + .2byte 60, 50 + .2byte 60, 50 + .2byte 60, 50 + .2byte 80, 70 + .2byte 80, 70 + .2byte 80, 70 + .2byte 80, 70 + .2byte 80, 70 + .2byte 100, 100 + .2byte 100, 100 + .2byte 100, 100 + .2byte 100, 100 + .2byte 100, 100 + .2byte 130, 150 + .2byte 130, 150 + .2byte 130, 150 + .2byte 130, 150 + .2byte 130, 150 + .2byte 160, 250 + .2byte 160, 250 + .2byte 160, 250 + .2byte 160, 250 + .2byte 160, 250 + .2byte 180, 500 + .2byte 180, 500 + .2byte 180, 500 + .2byte 180, 500 + .2byte 180, 500 + .2byte 200, 750 + .2byte 200, 750 + .2byte 150, 200 gBlankBerryTree:: @ 858ABD0 .4byte 0x0, 0x0 - + gUnknown_0858ABD8:: @ 858ABD8 - .incbin "baserom.gba", 0x58abd8, 0xb88 +@ replacing .incbin "baserom.gba", 0x0058abd8, 0xb88 + .4byte gUnknown_085ead37, 0 + .4byte gUnknown_085ead41, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085ead67, 0 + .4byte gUnknown_085ead6d, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085ead72, 0 + .4byte gUnknown_085ead84, 0 + .4byte gUnknown_085ead96, 0 + .4byte gText_Cancel2, 0 + .4byte gUnknown_085EADA4, 0 + .4byte gUnknown_085EADB5, 0 + .4byte gUnknown_085EADC4, 0 + .4byte gUnknown_085EADD5, 0 + .4byte gUnknown_085EADE7, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eadf9, 0 + .4byte gUnknown_085eae04, 0 + .4byte gUnknown_085eae12, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eadf9, 0 + .4byte gUnknown_085eae04, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085e8ccb, 0 + .4byte gUnknown_085eae12, 0 + .4byte gUnknown_085eae1b, 0 + .4byte gText_Cancel2, 0 + .4byte gUnknown_085eae27, 0 + .4byte gUnknown_085eae2c, 0 + .4byte gUnknown_085eae31, 0 + .4byte gUnknown_085eae35, 0 + .4byte gUnknown_085eae39, 0 + .4byte gUnknown_085eae3d, 0 + .4byte gUnknown_085eae41, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085ead5f, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eae53, 0 + .4byte gUnknown_085eae5a, 0 + .4byte gText_Yes, 0 + .4byte gText_No, 0 + .4byte gUnknown_085ead6d, 0 + .4byte gUnknown_085eaea2, 0 + .4byte gUnknown_085eaeac, 0 + .4byte gText_Exit, 0 + .4byte gText_Lv50, 0 + .4byte gText_OpenLevel, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_0027ecbc, 0 + .4byte gUnknown_0027ecc3, 0 + .4byte gUnknown_0027eccd, 0 + .4byte gUnknown_0027ecd5, 0 + .4byte gUnknown_0027ecdd, 0 + .4byte gUnknown_0027ece3, 0 + .4byte gUnknown_0027eceb, 0 + .4byte gUnknown_0027ecf2, 0 + .4byte gUnknown_0027ecf8, 0 + .4byte gUnknown_0027ed00, 0 + .4byte gUnknown_0027ed06, 0 + .4byte gUnknown_0027ed10, 0 + .4byte gUnknown_0027ed18, 0 + .4byte gUnknown_0027ed22, 0 + .4byte gUnknown_0027ed2c, 0 + .4byte gUnknown_0027ed36, 0 + .4byte gUnknown_0027ed40, 0 + .4byte gUnknown_0027ed46, 0 + .4byte gUnknown_0027ed4f, 0 + .4byte gUnknown_0027ed59, 0 + .4byte gUnknown_0027ed65, 0 + .4byte gUnknown_0027ed70, 0 + .4byte gUnknown_0027ed74, 0 + .4byte gUnknown_0027ed78, 0 + .4byte gUnknown_0027ed80, 0 + .4byte gUnknown_0027ed95, 0 + .4byte gUnknown_0027edaa, 0 + .4byte gUnknown_0027edb5, 0 + .4byte gUnknown_0027edba, 0 + .4byte gUnknown_0027edc1, 0 + .4byte gUnknown_0027edc9, 0 + .4byte gUnknown_0027edd5, 0 + .4byte gUnknown_0027ede4, 0 + .4byte gUnknown_0027edf0, 0 + .4byte gUnknown_0027edf5, 0 + .4byte gUnknown_0027edf7, 0 + .4byte gUnknown_0027edf9, 0 + .4byte gUnknown_0027edfb, 0 + .4byte gUnknown_0027edfd, 0 + .4byte gUnknown_0027edff, 0 + .4byte gUnknown_0027ee01, 0 + .4byte gUnknown_0027ee03, 0 + .4byte gUnknown_0027ee05, 0 + .4byte gUnknown_0027ee07, 0 + .4byte gUnknown_0027ee09, 0 + .4byte gUnknown_085eaec3, 0 + .4byte gUnknown_085eaed6, 0 + .4byte gUnknown_085eaee6, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eaef6, 0 + .4byte gUnknown_085eaf02, 0 + .4byte gUnknown_085eaf0e, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eaf1b, 0 + .4byte gUnknown_085eaf24, 0 + .4byte gUnknown_085eaf2f, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eaf34, 0 + .4byte gUnknown_085eaf3e, 0 + .4byte gUnknown_085eaf4b, 0 + .4byte gUnknown_085eaf58, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eaf65, 0 + .4byte gUnknown_085eaf70, 0 + .4byte gUnknown_085eaf7d, 0 + .4byte gUnknown_085eaf87, 0 + .4byte gUnknown_085eaf93, 0 + .4byte gUnknown_085eaf9f, 0 + .4byte gUnknown_085eafab, 0 + .4byte gText_Cancel2, 0 + .4byte gUnknown_085eafb6, 0 + .4byte gUnknown_085eafcf, 0 + .4byte gUnknown_085eafe8, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb089, 0 + .4byte gUnknown_085eb09c, 0 + .4byte gUnknown_085eb0af, 0 + .4byte gUnknown_085eb0c2, 0 + .4byte gUnknown_085eb0d5, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb002, 0 + .4byte gUnknown_085eb017, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb02a, 0 + .4byte gUnknown_085eb034, 0 + .4byte gUnknown_085eb79b, 0 + .4byte gUnknown_085eb06e, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb7a9, 0 + .4byte gUnknown_085eb79b, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb07e, 0 + .4byte gUnknown_085eb084, 0 + .4byte gUnknown_085eb79b, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb676, 0 + .4byte gUnknown_085eb673, 0 + .4byte gUnknown_085eb670, 0 + .4byte gUnknown_085eb66d, 0 + .4byte gUnknown_085eb66a, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb040, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb04a, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb040, 0 + .4byte gUnknown_085eb04a, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb057, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb040, 0 + .4byte gUnknown_085eb057, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb04a, 0 + .4byte gUnknown_085eb057, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb040, 0 + .4byte gUnknown_085eb04a, 0 + .4byte gUnknown_085eb057, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb062, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb040, 0 + .4byte gUnknown_085eb062, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb04a, 0 + .4byte gUnknown_085eb062, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb040, 0 + .4byte gUnknown_085eb04a, 0 + .4byte gUnknown_085eb062, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb057, 0 + .4byte gUnknown_085eb062, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb040, 0 + .4byte gUnknown_085eb057, 0 + .4byte gUnknown_085eb062, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb04a, 0 + .4byte gUnknown_085eb057, 0 + .4byte gUnknown_085eb062, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb040, 0 + .4byte gUnknown_085eb04a, 0 + .4byte gUnknown_085eb057, 0 + .4byte gUnknown_085eb062, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb1a0, 0 + .4byte gUnknown_085eb1a9, 0 + .4byte gUnknown_085eb1b6, 0 + .4byte gUnknown_085eb5bc, 0 + .4byte gUnknown_085eb5c3, 0 + .4byte gUnknown_085eb5c8, 0 + .4byte gUnknown_085eb1a0, 0 + .4byte gUnknown_085eb1a9, 0 + .4byte gUnknown_085eb1b6, 0 + .4byte gUnknown_085eb5c3, 0 + .4byte gUnknown_085eb5c8, 0 + .4byte gUnknown_085eb29a, 0 + .4byte gUnknown_085eb2a3, 0 + .4byte gUnknown_085eb372, 0 + .4byte gUnknown_085eb37f, 0 + .4byte gUnknown_085eb389, 0 + .4byte gText_Exit, 0 + .4byte gText_Yes, 0 + .4byte gText_No, 0 + .4byte gUnknown_085ead6d, 0 + .4byte gUnknown_085eae6e, 0 + .4byte gUnknown_085eae7c, 0 + .4byte gUnknown_085eae8a, 0 + .4byte gUnknown_085ead6d, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb372, 0 + .4byte gUnknown_085eb37f, 0 + .4byte gUnknown_085eb397, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb372, 0 + .4byte gUnknown_085eb37f, 0 + .4byte gUnknown_085eb389, 0 + .4byte gUnknown_085eb397, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb372, 0 + .4byte gUnknown_085eb37f, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb3a4, 0 + .4byte gUnknown_085eb3b1, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb3d4, 0 + .4byte gUnknown_085eb3c6, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb1c5, 0 + .4byte gUnknown_085eb1d1, 0 + .4byte gUnknown_085eb1dc, 0 + .4byte gUnknown_085eb1e7, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb212, 0 + .4byte gUnknown_085eb21d, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb227, 0 + .4byte gUnknown_085eb234, 0 + .4byte gUnknown_085eb241, 0 + .4byte gText_Cancel2, 0 + .4byte gUnknown_085eb24e, 0 + .4byte gUnknown_085eb255, 0 + .4byte gText_Exit, 0 + .4byte gText_MenuOptionPokedex, 0 + .4byte gText_MenuOptionPokemon, 0 + .4byte gText_MenuOptionBag, 0 + .4byte gText_MenuOptionPokenav, 0 + .4byte gUnknown_085eb278, 0 + .4byte gText_MenuOptionSave, 0 + .4byte gText_MenuOptionOption, 0 + .4byte gText_MenuOptionExit, 0 + .4byte gUnknown_085eb28a, 0 + .4byte gUnknown_085eb290, 0 + .4byte gUnknown_085eb295, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb2ad, 0 + .4byte gUnknown_085eb2bd, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb2ad, 0 + .4byte gUnknown_085eb2ca, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb2bd, 0 + .4byte gUnknown_085eb2ca, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb2ad, 0 + .4byte gUnknown_085eb2bd, 0 + .4byte gUnknown_085eb2ca, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb2e4, 0 + .4byte gUnknown_085eb2f0, 0 + .4byte gText_Exit, 0 + .4byte gText_Yes, 0 + .4byte gUnknown_085eb2fc, 0 + .4byte gUnknown_085eb3df, 0 + .4byte gUnknown_085eb3ea, 0 + .4byte gUnknown_085eb3f1, 0 + .4byte gUnknown_085eb3fc, 0 + .4byte gUnknown_085eb40a, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb415, 0 + .4byte gUnknown_085eb41d, 0 + .4byte gUnknown_085eb424, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb45c, 0 + .4byte gUnknown_085eb469, 0 + .4byte gUnknown_085eb475, 0 + .4byte gUnknown_085eb482, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb42f, 0 + .4byte gUnknown_085eb43a, 0 + .4byte gUnknown_085eb444, 0 + .4byte gUnknown_085eb451, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb48e, 0 + .4byte gUnknown_085eb496, 0 + .4byte gUnknown_085eb4a3, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb4ad, 0 + .4byte gUnknown_085eb4b9, 0 + .4byte gUnknown_085eb4c7, 0 + .4byte gUnknown_085eb4d4, 0 + .4byte gUnknown_085eb4e0, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb4eb, 0 + .4byte gUnknown_085eb4f9, 0 + .4byte gUnknown_085eb508, 0 + .4byte gUnknown_085eb516, 0 + .4byte gUnknown_085eb523, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb532, 0 + .4byte gUnknown_085eb543, 0 + .4byte gUnknown_085eb555, 0 + .4byte gUnknown_085eb563, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb56e, 0 + .4byte gUnknown_085eb57e, 0 + .4byte gUnknown_085eb589, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb5b6, 0 + .4byte gUnknown_085eb5bc, 0 + .4byte gUnknown_085eb5c3, 0 + .4byte gUnknown_085eb5c8, 0 + .4byte gUnknown_085eb5b6, 0 + .4byte gUnknown_085eb5c3, 0 + .4byte gUnknown_085eb5c8, 0 + .4byte gUnknown_085eb5b6, 0 + .4byte gUnknown_085eb5bc, 0 + .4byte gUnknown_085eb5c8, 0 + .4byte gUnknown_085eb5b6, 0 + .4byte gUnknown_085eb5c8, 0 + .4byte gUnknown_085ee14b, 0 + .4byte gUnknown_085ee14f, 0 + .4byte gUnknown_085eb2ff, 0 + .4byte gUnknown_085eb310, 0 + .4byte gUnknown_085eb317, 0 + .4byte gUnknown_085eb31f, 0 + .4byte gUnknown_085eb7b8, 0 + .4byte gUnknown_085eb7c7, 0 + .4byte gUnknown_085eb7d0, 0 + .4byte gUnknown_085eb7db, 0 + .4byte gUnknown_085eb4ad, 0 + .4byte gUnknown_085eb4b9, 0 + .4byte gUnknown_085eb4c7, 0 + .4byte gUnknown_085eb4d4, 0 + .4byte gUnknown_085eb597, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb5a6, 0 + .4byte gUnknown_085eb45c, 0 + .4byte gUnknown_085eb469, 0 + .4byte gUnknown_085eb475, 0 + .4byte gUnknown_085eb482, 0 + .4byte gText_Exit, 0 + .4byte gUnknown_085eb32d, 0 + .4byte gUnknown_085eb33e, 0 + .4byte gUnknown_085eb350, 0 + .4byte gUnknown_085eb361, 0 + .4byte gText_Exit, 0 + .4byte gText_Exit, 0 gUnknown_0858B760:: @ 858B760 .incbin "baserom.gba", 0x58b760, 0x390 diff --git a/data/event_scripts.s b/data/event_scripts.s index 3303bedae..30e2aa335 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -183,110 +183,216 @@ gUnknown_08272604:: @ 8272604 gUnknown_0827266F:: @ 827266F .string "Which PC should be accessed?$" + +gUnknown_0827268c:: @ 827268C .string "Accessed SOMEONE’S PC.$" + +gUnknown_082726a3:: @ 82726A3 .string "POKéMON Storage System opened.$" + +gUnknown_082726c2:: @ 82726C2 .string "Accessed {PLAYER}’s PC.$" + +gUnknown_082726d4:: @ 82726D4 .string "Accessed LANETTE’s PC.$" + +gUnknown_082726eb:: @ 82726EB .string "Hello, and welcome to\nthe POKéMON CENTER.\pWe restore your tired POKéMON\nto full health.\pWould you like to rest your POKéMON?$" + +gUnknown_08272768:: @ 8272768 .string "Okay, I’ll take your POKéMON\nfor a few seconds.$" + +gUnknown_08272798:: @ 8272798 .string "Thank you for waiting.\pWe’ve restored your POKéMON\nto full health.$" + +gUnknown_082727db:: @ 82727DB .string "We hope to see you again!$" + +gUnknown_082727f5:: @ 82727F5 .string "Hello, and welcome to\nthe POKéMON CENTER.\pWe restore your tired POKéMON\nto full health.\pWould you like to…$" + +gUnknown_08272860:: @ 8272860 .string "Th-that card…\nCould it be… The GOLD CARD?!\pOh, the gold color is brilliant!\nThe four stars seem to sparkle!\pI’ve seen several TRAINERS with\na SILVER CARD before, but, {PLAYER},\lyou’re the first TRAINER I’ve ever\lseen with a GOLD CARD!\pOkay, {PLAYER}, please allow me\nthe honor of resting your POKéMON!$" + +gUnknown_08272982:: @ 8272982 .string "I’m delighted to see you, {PLAYER}!\nYou want the usual, am I right?$" + +gUnknown_082729c0:: @ 82729C0 .string "Okay, I’ll take your POKéMON\nfor a few seconds.$" + +gUnknown_082729f0:: @ 82729F0 .string "Thank you for waiting.$" + +gUnknown_08272a07:: @ 8272A07 .string "We hope to see you again!$" + +gUnknown_08272a21:: @ 8272A21 .string "Welcome!\pHow may I serve you?$" + +gUnknown_08272a3f:: @ 8272A3F .string "Please come again!$" + +gUnknown_08272a52:: @ 8272A52 .string "{PLAYER}{STRING 5}, welcome!\pWhat can I do for you?$" + +gUnknown_08272a78:: @ 8272A78 .string "Obtained the {STR_VAR_2}!$" + +gUnknown_08272a89:: @ 8272A89 .string "The BAG is full…$" + +gUnknown_08272a9a:: @ 8272A9A .string "{PLAYER} put away the {STR_VAR_2}\nin the {STR_VAR_3} POCKET.$" + +gUnknown_08272abf:: @ 8272ABF .string "{PLAYER} found one {STR_VAR_2}!$" + +gUnknown_08272ad0:: @ 8272AD0 .string "Too bad!\nThe BAG is full…$" + +gUnknown_08272aea:: @ 8272AEA .string "{PLAYER} put away the {STR_VAR_2}\nin the BAG.$" + +gUnknown_08272b09:: @ 8272B09 .string "Obtained the {STR_VAR_2}!$" + +gUnknown_08272b1a:: @ 8272B1A .string "Too bad! There’s no room left for\nanother {STR_VAR_2}…$" + +gUnknown_08272b48:: @ 8272B48 .string "The {STR_VAR_2} was transferred\nto the PC.$" + +gUnknown_08272b6a:: @ 8272B6A .string "“Selected items for your convenience!”\nPOKéMON MART$" + +gUnknown_08272b9e:: @ 8272B9E .string "“Rejuvenate your tired partners!”\nPOKéMON CENTER$" + +gUnknown_08272bcf:: @ 8272BCF .string "{STR_VAR_1} might like this program.\n… … … … … … … … … … … … … … … …\pBetter get going!$" + +gUnknown_08272c1d:: @ 8272C1D .string "Welcome to LILYCOVE DEPARTMENT STORE.\pWhich floor would you like?$" + +gUnknown_08272c5f:: @ 8272C5F .string "The sandstorm is vicious.\nIt’s impossible to keep going.$" + +gUnknown_08272c98:: @ 8272C98 .string "An item in the BAG can be\nregistered to SELECT for easy use.$" + +gUnknown_08272cd5:: @ 8272CD5 .string "There’s an e-mail from POKéMON TRAINER\nSCHOOL.\p… … … … … …\pA POKéMON may learn up to four moves.\pA TRAINER’s expertise is tested on the\nmove sets chosen for POKéMON.\p… … … … … …$" + +gUnknown_08272d87:: @ 8272D87 .string "{PLAYER} booted up the PC.$" + +gUnknown_08272d9c:: @ 8272D9C .string "The link was canceled.$" + +gUnknown_08272db3:: @ 8272DB3 .string "Want to give a nickname to\nthe {STR_VAR_2} you received?$" + +gUnknown_08272de3:: @ 8272DE3 .string "{PLAYER} is out of usable\nPOKéMON!\p{PLAYER} whited out!$" + +gUnknown_08272e0f:: @ 8272E0F .string "Registered {STR_VAR_1} {STR_VAR_2}\nin the POKéNAV.$" + +gUnknown_08272e30:: @ 8272E30 .string "Do you know the TM SECRET POWER?\pOur group, we love the TM SECRET\nPOWER.\pOne of our members will give it to you.\nCome back and show me if you get it.\pWe’ll accept you as a member and sell\nyou good stuff in secrecy.$" + +gUnknown_08272f07:: @ 8272F07 .string "Your POKéMON may be infected with\nPOKéRUS.\pLittle is known about the POKéRUS\nexcept that they are microscopic life-\lforms that attach to POKéMON.\pWhile infected, POKéMON are said to\ngrow exceptionally well.$" + +gUnknown_08272fd6:: @ 8272FD6 .string "The water is dyed a deep blue…\nWould you like to SURF?$" + +gUnknown_0827300d:: @ 827300D .string "{STR_VAR_1} used SURF!$" + +gUnknown_0827301b:: @ 827301B .string "It sounded as if a door opened\nsomewhere far away.$" + +gUnknown_0827304e:: @ 827304E .string "There is a big hole in the wall.$" + +gUnknown_0827306f:: @ 827306F .string "I’m terribly sorry.\nThe POKéMON WIRELESS CLUB is\lundergoing adjustments now.$" + +gUnknown_082730bc:: @ 82730BC .string "It appears to be undergoing\nadjustments…$" + +gUnknown_082730e5:: @ 82730E5 .string "I’m terribly sorry. The TRADE CENTER\nis undergoing inspections.$" + +gUnknown_08273125:: @ 8273125 .string "I’m terribly sorry. The RECORD CORNER\nis under preparation.$" + +gUnknown_08273161:: @ 8273161 .string "{PLAYER} handed over the\n{STR_VAR_1}.$" + +gUnknown_08273178:: @ 8273178 .string "Thank you for accessing the\nMYSTERY GIFT System.$" + +gUnknown_082731a9:: @ 82731A9 .string "{PLAYER} found one {STR_VAR_1}\n{STR_VAR_2}!$" + +gUnknown_082731bd:: @ 82731BD .string "The weird tree doesn’t like the\nWAILMER PAIL!\pThe weird tree attacked!$" + +gUnknown_08273204:: @ 8273204 .string "The {STR_VAR_1} flew away!$" gText_PkmnTransferredSomeonesPC:: @ 8273216 @@ -301,28 +407,52 @@ gText_PkmnBoxSomeonesPCFull:: @ 8273296 gText_PkmnBoxLanettesPCFull:: @ 82732D9 .string "BOX “{STR_VAR_3}” on\nLANETTE’S PC was full.\p{STR_VAR_2} was transferred to\nBOX “{STR_VAR_1}.”$" + +gUnknown_0827331c:: @ 827331C .string "There’s no more room for POKéMON!\pThe POKéMON BOXES are full and\ncan’t accept any more!$" + +gUnknown_08273374:: @ 8273374 .string "Do you want to give a nickname to\nthis {STR_VAR_1}?$" + +gUnknown_0827339f:: @ 827339F .string "There is a questionnaire.\nWould you like to fill it out?$" + +gUnknown_082733d8:: @ 82733D8 .string "Thank you for taking the time to\nfill out our questionnaire.\pYour feedback will be used for\nfuture reference.$" + +gUnknown_08273446:: @ 8273446 .string "Oh, hello!\nYou know those words?\pThat means you must know about\nthe MYSTERY GIFT.\pFrom now on, you should be\nreceiving MYSTERY GIFTS!$" + +gUnknown_082734cc:: @ 82734CC .string "Once you save your game, you can\naccess the MYSTERY GIFT.$" + +gUnknown_08273506:: @ 8273506 .string "Oh, hello!\nYou know those words?\pThat means you must know about\nthe MYSTERY EVENT.$" + +gUnknown_08273559:: @ 8273559 .string "Once you save your game, you can\naccess the MYSTERY EVENT.$" + +gUnknown_08273594:: @ 8273594 .string "Thank you for using the MYSTERY\nEVENT System.\pYou must be {PLAYER}.\nThere is a ticket here for you.$" + +gUnknown_082735f2:: @ 82735F2 .string "It appears to be for use at\nthe LILYCOVE CITY port.\pWhy not give it a try and see what\nit is about?$" + +gUnknown_08273656:: @ 8273656 .string "The massive downpour appears to\nhave stopped…$" + +gUnknown_08273684:: @ 8273684 .string "The intense sunshine appears to\nhave subsided…$" gUnknown_082736B3:: @ 82736B3 @@ -554,7 +684,142 @@ gUnknown_0827E8DA:: @ 827E8DA .incbin "baserom.gba", 0x27e8da, 0x132 gUnknown_0827EA0C:: @ 827EA0C - .incbin "baserom.gba", 0x27ea0c, 0x3ff + .incbin "baserom.gba", 0x27ea0c, 0x2b0 + +gUnknown_0027ecbc:: @ 27ECBC + .incbin "baserom.gba", 0x27ecbc, 0x7 + +gUnknown_0027ecc3:: @ 27ECC3 + .incbin "baserom.gba", 0x27ecc3, 0xa + +gUnknown_0027eccd:: @ 27ECCD + .incbin "baserom.gba", 0x27eccd, 0x8 + +gUnknown_0027ecd5:: @ 27ECD5 + .incbin "baserom.gba", 0x27ecd5, 0x8 + +gUnknown_0027ecdd:: @ 27ECDD + .incbin "baserom.gba", 0x27ecdd, 0x6 + +gUnknown_0027ece3:: @ 27ECE3 + .incbin "baserom.gba", 0x27ece3, 0x8 + +gUnknown_0027eceb:: @ 27ECEB + .incbin "baserom.gba", 0x27eceb, 0x7 + +gUnknown_0027ecf2:: @ 27ECF2 + .incbin "baserom.gba", 0x27ecf2, 0x6 + +gUnknown_0027ecf8:: @ 27ECF8 + .incbin "baserom.gba", 0x27ecf8, 0x8 + +gUnknown_0027ed00:: @ 27ED00 + .incbin "baserom.gba", 0x27ed00, 0x6 + +gUnknown_0027ed06:: @ 27ED06 + .incbin "baserom.gba", 0x27ed06, 0xa + +gUnknown_0027ed10:: @ 27ED10 + .incbin "baserom.gba", 0x27ed10, 0x8 + +gUnknown_0027ed18:: @ 27ED18 + .incbin "baserom.gba", 0x27ed18, 0xa + +gUnknown_0027ed22:: @ 27ED22 + .incbin "baserom.gba", 0x27ed22, 0xa + +gUnknown_0027ed2c:: @ 27ED2C + .incbin "baserom.gba", 0x27ed2c, 0xa + +gUnknown_0027ed36:: @ 27ED36 + .incbin "baserom.gba", 0x27ed36, 0xa + +gUnknown_0027ed40:: @ 27ED40 + .incbin "baserom.gba", 0x27ed40, 0x6 + +gUnknown_0027ed46:: @ 27ED46 + .incbin "baserom.gba", 0x27ed46, 0x9 + +gUnknown_0027ed4f:: @ 27ED4F + .incbin "baserom.gba", 0x27ed4f, 0xa + +gUnknown_0027ed59:: @ 27ED59 + .incbin "baserom.gba", 0x27ed59, 0xc + +gUnknown_0027ed65:: @ 27ED65 + .incbin "baserom.gba", 0x27ed65, 0xb + +gUnknown_0027ed70:: @ 27ED70 + .incbin "baserom.gba", 0x27ed70, 0x4 + +gUnknown_0027ed74:: @ 27ED74 + .incbin "baserom.gba", 0x27ed74, 0x4 + +gUnknown_0027ed78:: @ 27ED78 + .incbin "baserom.gba", 0x27ed78, 0x8 + +gUnknown_0027ed80:: @ 27ED80 + .incbin "baserom.gba", 0x27ed80, 0x15 + +gUnknown_0027ed95:: @ 27ED95 + .incbin "baserom.gba", 0x27ed95, 0x15 + +gUnknown_0027edaa:: @ 27EDAA + .incbin "baserom.gba", 0x27edaa, 0xb + +gUnknown_0027edb5:: @ 27EDB5 + .incbin "baserom.gba", 0x27edb5, 0x5 + +gUnknown_0027edba:: @ 27EDBA + .incbin "baserom.gba", 0x27edba, 0x7 + +gUnknown_0027edc1:: @ 27EDC1 + .incbin "baserom.gba", 0x27edc1, 0x8 + +gUnknown_0027edc9:: @ 27EDC9 + .incbin "baserom.gba", 0x27edc9, 0xc + +gUnknown_0027edd5:: @ 27EDD5 + .incbin "baserom.gba", 0x27edd5, 0xf + +gUnknown_0027ede4:: @ 27EDE4 + .incbin "baserom.gba", 0x27ede4, 0xc + +gUnknown_0027edf0:: @ 27EDF0 + .incbin "baserom.gba", 0x27edf0, 0x5 + +gUnknown_0027edf5:: @ 27EDF5 + .incbin "baserom.gba", 0x27edf5, 0x2 + +gUnknown_0027edf7:: @ 27EDF7 + .incbin "baserom.gba", 0x27edf7, 0x2 + +gUnknown_0027edf9:: @ 27EDF9 + .incbin "baserom.gba", 0x27edf9, 0x2 + +gUnknown_0027edfb:: @ 27EDFB + .incbin "baserom.gba", 0x27edfb, 0x2 + +gUnknown_0027edfd:: @ 27EDFD + .incbin "baserom.gba", 0x27edfd, 0x2 + +gUnknown_0027edff:: @ 27EDFF + .incbin "baserom.gba", 0x27edff, 0x2 + +gUnknown_0027ee01:: @ 27EE01 + .incbin "baserom.gba", 0x27ee01, 0x2 + +gUnknown_0027ee03:: @ 27EE03 + .incbin "baserom.gba", 0x27ee03, 0x2 + +gUnknown_0027ee05:: @ 27EE05 + .incbin "baserom.gba", 0x27ee05, 0x2 + +gUnknown_0027ee07:: @ 27EE07 + .incbin "baserom.gba", 0x27ee07, 0x2 + +gUnknown_0027ee09:: @ 27EE09 + .incbin "baserom.gba", 0x27ee09, 0x2 gUnknown_0827EE0B:: @ 827EE0B .incbin "baserom.gba", 0x27ee0b, 0x118fa diff --git a/data/strings.s b/data/strings.s index 188516469..41cc64af8 100644 --- a/data/strings.s +++ b/data/strings.s @@ -50,6 +50,8 @@ gText_EggNickname:: @ 85E8264 gText_Pokemon:: @ 85E8268 .string "POKéMON$" + +gUnknown_085e8270:: @ 85E8270 .string "PROF. BIRCH$" gText_MainMenuNewGame:: @ 85E827C @@ -78,7 +80,11 @@ gText_MysteryGiftCantUse:: @ 85E82E5 gText_MysteryEventsCantUse:: @ 85E8328 .string "MYSTERY EVENTS can’t be used while\nthe Wireless Adapter is attached.$" + +gUnknown_085e836d:: @ 85E836D .string "Updating save file using external\ndata. Please wait.$" + +gUnknown_085e83a2:: @ 85E83A2 .string "The save file has been updated.$" gText_SaveFileCorrupted:: @ 85E83C2 @@ -92,29 +98,59 @@ gJPText_No1MSubCircuit:: @ 85E8440 gText_BatteryRunDry:: @ 85E8453 .string "The internal battery has run dry.\nThe game can be played.\pHowever, clock-based events will\nno longer occur.$" + +gUnknown_085e84bf:: @ 85E84BF .string "PLAYER$" + +gUnknown_085e84c6:: @ 85E84C6 .string "POKéDEX$" gText_MainMenuTime:: @ 85E84CE .string "TIME$" + +gUnknown_085e84d3:: @ 85E84D3 .string "BADGES$" + +gUnknown_085e84da:: @ 85E84DA .string "A Button$" + +gUnknown_085e84e3:: @ 85E84E3 .string "B Button$" + +gUnknown_085e84ec:: @ 85E84EC .string "R Button$" + +gUnknown_085e84f5:: @ 85E84F5 .string "L Button$" + +gUnknown_085e84fe:: @ 85E84FE .string "START$" + +gUnknown_085e8504:: @ 85E8504 .string "SELECT$" + +gUnknown_085e850b:: @ 85E850B .string "+ Control Pad$" + +gUnknown_085e8519:: @ 85E8519 .string "L Button R Button$" + +gUnknown_085e852c:: @ 85E852C .string "CONTROLS$" .align 2 + +gUnknown_085e8538:: @ 85E8538 .string "{UNK_CTRL_F80A}PICK {UNK_CTRL_F800}OK$" .align 2 + +gUnknown_085e8544:: @ 85E8544 .string "{UNK_CTRL_F800}NEXT$" .align 2 + +gUnknown_085e854c:: @ 85E854C .string "{UNK_CTRL_F800}NEXT {UNK_CTRL_F801}BACK$" .align 2 @@ -128,47 +164,131 @@ gText_PickCancel:: @ 85E8574 .align 2 gText_UnkCtrlF800Exit:: @ 85E8588 .string "{UNK_CTRL_F800}EXIT$" + +gUnknown_085e858f:: @ 85E858F .string "BOY$" + +gUnknown_085e8593:: @ 85E8593 .string "GIRL$" + +gUnknown_085e8598:: @ 85E8598 .string "STU$" + +gUnknown_085e859c:: @ 85E859C .string "MILTON$" + +gUnknown_085e85a3:: @ 85E85A3 .string "TOM$" + +gUnknown_085e85a7:: @ 85E85A7 .string "KENNY$" + +gUnknown_085e85ad:: @ 85E85AD .string "REID$" + +gUnknown_085e85b2:: @ 85E85B2 .string "JUDE$" + +gUnknown_085e85b7:: @ 85E85B7 .string "JAXSON$" + +gUnknown_085e85be:: @ 85E85BE .string "EASTON$" + +gUnknown_085e85c5:: @ 85E85C5 .string "WALKER$" + +gUnknown_085e85cc:: @ 85E85CC .string "TERU$" + +gUnknown_085e85d1:: @ 85E85D1 .string "JOHNNY$" + +gUnknown_085e85d8:: @ 85E85D8 .string "BRETT$" + +gUnknown_085e85de:: @ 85E85DE .string "SETH$" + +gUnknown_085e85e3:: @ 85E85E3 .string "TERRY$" + +gUnknown_085e85e9:: @ 85E85E9 .string "CASEY$" + +gUnknown_085e85ef:: @ 85E85EF .string "DARREN$" + +gUnknown_085e85f6:: @ 85E85F6 .string "LANDON$" + +gUnknown_085e85fd:: @ 85E85FD .string "COLLIN$" + +gUnknown_085e8604:: @ 85E8604 .string "STANLEY$" + +gUnknown_085e860c:: @ 85E860C .string "QUINCY$" + +gUnknown_085e8613:: @ 85E8613 .string "KIMMY$" + +gUnknown_085e8619:: @ 85E8619 .string "TIARA$" + +gUnknown_085e861f:: @ 85E861F .string "BELLA$" + +gUnknown_085e8625:: @ 85E8625 .string "JAYLA$" + +gUnknown_085e862b:: @ 85E862B .string "ALLIE$" + +gUnknown_085e8631:: @ 85E8631 .string "LIANNA$" + +gUnknown_085e8638:: @ 85E8638 .string "SARA$" + +gUnknown_085e863d:: @ 85E863D .string "MONICA$" + +gUnknown_085e8644:: @ 85E8644 .string "CAMILA$" + +gUnknown_085e864b:: @ 85E864B .string "AUBREE$" + +gUnknown_085e8652:: @ 85E8652 .string "RUTHIE$" + +gUnknown_085e8659:: @ 85E8659 .string "HAZEL$" + +gUnknown_085e865f:: @ 85E865F .string "NADINE$" + +gUnknown_085e8666:: @ 85E8666 .string "TANJA$" + +gUnknown_085e866c:: @ 85E866C .string "YASMIN$" + +gUnknown_085e8673:: @ 85E8673 .string "NICOLA$" + +gUnknown_085e867a:: @ 85E867A .string "LILLIE$" + +gUnknown_085e8681:: @ 85E8681 .string "TERRA$" + +gUnknown_085e8687:: @ 85E8687 .string "LUCY$" + +gUnknown_085e868c:: @ 85E868C .string "HALIE$" gText_ThisIsAPokemon:: @ 85E8692 @@ -182,13 +302,23 @@ gText_UnkHeight:: @ 85E86C6 gText_UnkWeight:: @ 85E86D0 .string "????.? lbs.$" + +gUnknown_085e86dc:: @ 85E86DC .string " POKéMON$" + +gUnknown_085e86fb:: @ 85E86FB .string "{CLEAR_TO 0x0C} ’ ”$" + +gUnknown_085e8709:: @ 85E8709 .string " . lbs.$" + +gUnknown_085e871a:: @ 85E871A .string "$" gText_CryOf:: @ 85E871B .string "CRY OF$" + +gUnknown_085e8722:: @ 85E8722 .string "$" gText_SizeComparedTo:: @ 85E8723 @@ -211,61 +341,161 @@ gText_SearchCompleted:: @ 85E8773 gUnknown_085E8785:: @ 85E8785 .string "No matching POKéMON were found.$" + +gUnknown_085e87a5:: @ 85E87A5 .string "Search for POKéMON based on\nselected parameters.$" + +gUnknown_085e87d6:: @ 85E87D6 .string "Switch POKéDEX listings.$" + +gUnknown_085e87ef:: @ 85E87EF .string "Return to the POKéDEX.$" + +gUnknown_085e8806:: @ 85E8806 .string "Select the POKéDEX mode.$" + +gUnknown_085e881f:: @ 85E881F .string "Select the POKéDEX listing mode.$" + +gUnknown_085e8840:: @ 85E8840 .string "List by the first letter in the name.\nSpotted POKéMON only.$" + +gUnknown_085e887c:: @ 85E887C .string "List by body color.\nSpotted POKéMON only.$" + +gUnknown_085e88a6:: @ 85E88A6 .string "List by type.\nOwned POKéMON only.$" + +gUnknown_085e88c8:: @ 85E88C8 .string "Execute search/switch.$" + +gUnknown_085e88df:: @ 85E88DF .string "HOENN DEX$" + +gUnknown_085e88e9:: @ 85E88E9 .string "NATIONAL DEX$" + +gUnknown_085e88f6:: @ 85E88F6 .string "NUMERICAL MODE$" + +gUnknown_085e8905:: @ 85E8905 .string "A TO Z MODE$" + +gUnknown_085e8911:: @ 85E8911 .string "HEAVIEST MODE$" + +gUnknown_085e891f:: @ 85E891F .string "LIGHTEST MODE$" + +gUnknown_085e892d:: @ 85E892D .string "TALLEST MODE$" + +gUnknown_085e893a:: @ 85E893A .string "SMALLEST MODE$" + +gUnknown_085e8948:: @ 85E8948 .string "ABC$" + +gUnknown_085e894c:: @ 85E894C .string "DEF$" + +gUnknown_085e8950:: @ 85E8950 .string "GHI$" + +gUnknown_085e8954:: @ 85E8954 .string "JKL$" + +gUnknown_085e8958:: @ 85E8958 .string "MNO$" + +gUnknown_085e895c:: @ 85E895C .string "PQR$" + +gUnknown_085e8960:: @ 85E8960 .string "STU$" + +gUnknown_085e8964:: @ 85E8964 .string "VWX$" + +gUnknown_085e8968:: @ 85E8968 .string "YZ$" + +gUnknown_085e896b:: @ 85E896B .string "RED$" + +gUnknown_085e896f:: @ 85E896F .string "BLUE$" + +gUnknown_085e8974:: @ 85E8974 .string "YELLOW$" + +gUnknown_085e897b:: @ 85E897B .string "GREEN$" + +gUnknown_085e8981:: @ 85E8981 .string "BLACK$" + +gUnknown_085e8987:: @ 85E8987 .string "BROWN$" + +gUnknown_085e898d:: @ 85E898D .string "PURPLE$" + +gUnknown_085e8994:: @ 85E8994 .string "GRAY$" + +gUnknown_085e8999:: @ 85E8999 .string "WHITE$" + +gUnknown_085e899f:: @ 85E899F .string "PINK$" + +gUnknown_085e89a4:: @ 85E89A4 .string "HOENN region’s POKéDEX$" + +gUnknown_085e89bb:: @ 85E89BB .string "National edition POKéDEX$" + +gUnknown_085e89d4:: @ 85E89D4 .string "POKéMON are listed according to their\nnumber.$" + +gUnknown_085e8a02:: @ 85E8A02 .string "Spotted and owned POKéMON are listed\nalphabetically.$" + +gUnknown_085e8a37:: @ 85E8A37 .string "Owned POKéMON are listed from the\nheaviest to the lightest.$" + +gUnknown_085e8a73:: @ 85E8A73 .string "Owned POKéMON are listed from the\nlightest to the heaviest.$" + +gUnknown_085e8aaf:: @ 85E8AAF .string "Owned POKéMON are listed from the\ntallest to the smallest.$" + +gUnknown_085e8aea:: @ 85E8AEA .string "Owned POKéMON are listed from the\nsmallest to the tallest.$" + +gUnknown_085e8b25:: @ 85E8B25 .string "$" + +gUnknown_085e8b26:: @ 85E8B26 .string "DON’T SPECIFY.$" + +gUnknown_085e8b35:: @ 85E8B35 .string "NONE$" gText_SelectorArrow:: @ 85E8B3A .string "▶$" + +gUnknown_085e8b3c:: @ 85E8B3C .string " $" gText_WelcomeToHOF:: @ 85E8B3E .string "Welcome to the HALL OF FAME!$" + +gUnknown_085e8b5b:: @ 85E8B5B .string "Spotted POKéMON: {STR_VAR_1}!\nOwned POKéMON: {STR_VAR_2}!\pPROF. BIRCH’s POKéDEX rating!\pPROF. BIRCH: Let’s see…\p$" + +gUnknown_085e8bba:: @ 85E8BBA .string "SAVING…\nDON’T TURN OFF THE POWER.$" gText_HOFCorrupted:: @ 85E8BDC @@ -282,6 +512,8 @@ gText_Number:: @ 85E8C36 gText_Level:: @ 85E8C3B .string "Lv. $" + +gUnknown_085e8c40:: @ 85E8C40 .string "IDNo. /$" gText_Name:: @ 85E8C48 @@ -295,18 +527,32 @@ gText_BirchInTrouble:: @ 85E8C53 gText_ConfirmStarterChoice:: @ 85E8C90 .string "Do you choose this POKéMON?$" + +gUnknown_085e8cac:: @ 85E8CAC .string "POKéMON$" gText_FlyToWhere:: @ 85E8CB4 .string "FLY to where?$" + +gUnknown_085e8cc2:: @ 85E8CC2 .string "USE$" + +gUnknown_085e8cc6:: @ 85E8CC6 .string "TOSS$" + +gUnknown_085e8ccb:: @ 85E8CCB .string "REGISTER$" + +gUnknown_085e8cd4:: @ 85E8CD4 .string "GIVE$" + +gUnknown_085e8cd9:: @ 85E8CD9 .string "CHECK TAG$" gText_Confirm:: @ 85E8CE3 .string "CONFIRM$" + +gUnknown_085e8ceb:: @ 85E8CEB .string "WALK$" gText_Cancel:: @ 85E8CF0 @@ -314,19 +560,35 @@ gText_Cancel:: @ 85E8CF0 gText_Cancel2:: @ 85E8CF7 .string "CANCEL$" + +gUnknown_085e8cfe:: @ 85E8CFE .string "SHOW$" gText_EmptyString2:: @ 85E8D03 .string "$" + +gUnknown_085e8d04:: @ 85E8D04 .string "CANCEL$" + +gUnknown_085e8d0b:: @ 85E8D0B .string "ITEM$" + +gUnknown_085e8d10:: @ 85E8D10 .string "MAIL$" + +gUnknown_085e8d15:: @ 85E8D15 .string "TAKE$" + +gUnknown_085e8d1a:: @ 85E8D1A .string "STORE$" + +gUnknown_085e8d20:: @ 85E8D20 .string "CHECK$" gText_None:: @ 85E8D26 .string "NONE$" + +gUnknown_085e8d2b:: @ 85E8D2B .string "DESELECT$" gText_ThreeMarks:: @ 85E8D34 @@ -358,7 +620,11 @@ gText_LevelSymbol:: @ 85E8D4D gText_UnkCtrlF908Clear01:: @ 85E8D4F .string "{UNK_CTRL_F908}{CLEAR 0x01}$" + +gUnknown_085e8d55:: @ 85E8D55 .string "+$" + +gUnknown_085e8d57:: @ 85E8D57 .string "{RIGHT_ARROW}$" gText_UnkCtrlF907F908:: @ 85E8D59 @@ -375,10 +641,14 @@ gText_GoBackPrevMenu:: @ 85E8D62 gText_WhatWouldYouLike:: @ 85E8D80 .string "What would you like to do?$" + +gUnknown_085e8d9b:: @ 85E8D9B .string "GIVE$" gText_xVar1:: @ 85E8DA0 .string "×{STR_VAR_1}$" + +gUnknown_085e8da4:: @ 85E8DA4 .string " BERRY$" gText_Coins:: @ 85E8DAB @@ -563,19 +833,47 @@ gText_UnkF908Var1Var2:: @ 85E9263 gText_BerryTag:: @ 85E926B .string "BERRY TAG$" + +gUnknown_085e9275:: @ 85E9275 .string "RED {POKEBLOCK}$" + +gUnknown_085e927f:: @ 85E927F .string "BLUE {POKEBLOCK}$" + +gUnknown_085e928a:: @ 85E928A .string "PINK {POKEBLOCK}$" + +gUnknown_085e9295:: @ 85E9295 .string "GREEN {POKEBLOCK}$" + +gUnknown_085e92a1:: @ 85E92A1 .string "YELLOW {POKEBLOCK}$" + +gUnknown_085e92ae:: @ 85E92AE .string "PURPLE {POKEBLOCK}$" + +gUnknown_085e92bb:: @ 85E92BB .string "INDIGO {POKEBLOCK}$" + +gUnknown_085e92c8:: @ 85E92C8 .string "BROWN {POKEBLOCK}$" + +gUnknown_085e92d4:: @ 85E92D4 .string "LITEBLUE {POKEBLOCK}$" + +gUnknown_085e92e3:: @ 85E92E3 .string "OLIVE {POKEBLOCK}$" + +gUnknown_085e92ef:: @ 85E92EF .string "GRAY {POKEBLOCK}$" + +gUnknown_085e92fa:: @ 85E92FA .string "BLACK {POKEBLOCK}$" + +gUnknown_085e9306:: @ 85E9306 .string "WHITE {POKEBLOCK}$" + +gUnknown_085e9312:: @ 85E9312 .string "GOLD {POKEBLOCK}$" gText_Spicy:: @ 85E931D @@ -593,7 +891,11 @@ gText_Bitter:: @ 85E932D gText_Sour:: @ 85E9334 .string "SOUR$" + +gUnknown_085e9339:: @ 85E9339 .string "TASTY$" + +gUnknown_085e933f:: @ 85E933F .string "FEEL$" gText_StowCase:: @ 85E9344 @@ -617,8 +919,14 @@ gText_Var1HappilyAteVar2:: @ 85E9390 gText_Var1DisdainfullyAteVar2:: @ 85E93A9 .string "{STR_VAR_1} disdainfully ate the\n{STR_VAR_2}.{PAUSE_UNTIL_PRESS}$" + +gUnknown_085e93c7:: @ 85E93C7 .string "BUY$" + +gUnknown_085e93cb:: @ 85E93CB .string "SELL$" + +gUnknown_085e93d0:: @ 85E93D0 .string "QUIT$" gText_InBagVar1:: @ 85E93D5 @@ -684,15 +992,35 @@ gText_TurnedOverVar1ForVar2:: @ 85E9677 gText_PokedollarVar1:: @ 85E969C .string "¥{STR_VAR_1}$" + +gUnknown_085e96a0:: @ 85E96A0 .string "SHIFT$" + +gUnknown_085e96a6:: @ 85E96A6 .string "SEND OUT$" + +gUnknown_085e96af:: @ 85E96AF .string "SWITCH$" + +gUnknown_085e96b6:: @ 85E96B6 .string "SUMMARY$" + +gUnknown_085e96be:: @ 85E96BE .string "MOVES$" + +gUnknown_085e96c4:: @ 85E96C4 .string "ENTER$" + +gUnknown_085e96ca:: @ 85E96CA .string "NO ENTRY$" + +gUnknown_085e96d3:: @ 85E96D3 .string "TAKE$" + +gUnknown_085e96d8:: @ 85E96D8 .string "READ$" + +gUnknown_085e96dd:: @ 85E96DD .string "TRADE$" gText_HP3:: @ 85E96E3 @@ -821,6 +1149,8 @@ gText_PkmnThawedOut:: @ 85E9CA2 gText_PPWasRestored:: @ 85E9CB7 .string "PP was restored.{PAUSE_UNTIL_PRESS}$" + +gUnknown_085e9cca:: @ 85E9CCA .string "{STR_VAR_1} regained health.{PAUSE_UNTIL_PRESS}$" gText_PkmnBecameHealthy:: @ 85E9CE0 @@ -856,45 +1186,125 @@ gText_ThrowAwayItem:: @ 85E9E00 gText_ItemThrownAway:: @ 85E9E14 .string "The {STR_VAR_1}\nwas thrown away.{PAUSE_UNTIL_PRESS}$" + +gUnknown_085e9e2e:: @ 85E9E2E .string "Teach which POKéMON?$" + +gUnknown_085e9e43:: @ 85E9E43 .string "Choose a POKéMON.$" + +gUnknown_085e9e55:: @ 85E9E55 .string "Move to where?$" + +gUnknown_085e9e64:: @ 85E9E64 .string "Teach which POKéMON?$" + +gUnknown_085e9e79:: @ 85E9E79 .string "Use on which POKéMON?$" + +gUnknown_085e9e8f:: @ 85E9E8F .string "Give to which POKéMON?$" + +gUnknown_085e9ea6:: @ 85E9EA6 .string "Do what with this {PKMN}?$" + +gUnknown_085e9ebc:: @ 85E9EBC .string "There’s nothing to CUT.$" + +gUnknown_085e9ed4:: @ 85E9ED4 .string "You can’t SURF here.$" + +gUnknown_085e9ee9:: @ 85E9EE9 .string "You’re already SURFING.$" + +gUnknown_085e9f01:: @ 85E9F01 .string "Can’t use that here.$" + +gUnknown_085e9f16:: @ 85E9F16 .string "Restore which move?$" + +gUnknown_085e9f2a:: @ 85E9F2A .string "Boost PP of which move?$" + +gUnknown_085e9f42:: @ 85E9F42 .string "Do what with an item?$" + +gUnknown_085e9f58:: @ 85E9F58 .string "No POKéMON for battle!$" + +gUnknown_085e9f6f:: @ 85E9F6F .string "Choose a POKéMON.$" + +gUnknown_085e9f81:: @ 85E9F81 .string "Not enough HP…$" + +gUnknown_085e9f90:: @ 85E9F90 .string "{STR_VAR_1} POKéMON are needed.$" + +gUnknown_085e9fa7:: @ 85E9FA7 .string "POKéMON can’t be the same.$" + +gUnknown_085e9fc2:: @ 85E9FC2 .string "No identical hold items.$" + +gUnknown_085e9fdb:: @ 85E9FDB .string "The current is much too fast!$" + +gUnknown_085e9ff9:: @ 85E9FF9 .string "Do what with the MAIL?$" + +gUnknown_085ea010:: @ 85EA010 .string "Choose POKéMON or CANCEL.$" + +gUnknown_085ea02a:: @ 85EA02A .string "Choose POKéMON and confirm.$" + +gUnknown_085ea046:: @ 85EA046 .string "Let’s enjoy cycling!$" + +gUnknown_085ea05b:: @ 85EA05B .string "This is in use already.$" + +gUnknown_085ea073:: @ 85EA073 .string "{STR_VAR_1} is already holding\none {STR_VAR_2}.$" + +gUnknown_085ea091:: @ 85EA091 .string "No use.$" + +gUnknown_085ea099:: @ 85EA099 .string "ABLE$" + +gUnknown_085ea09e:: @ 85EA09E .string "FIRST$" + +gUnknown_085ea0a4:: @ 85EA0A4 .string "SECOND$" + +gUnknown_085ea0ab:: @ 85EA0AB .string "THIRD$" + +gUnknown_085ea0b1:: @ 85EA0B1 .string "ABLE$" + +gUnknown_085ea0b6:: @ 85EA0B6 .string "NOT ABLE$" + +gUnknown_085ea0bf:: @ 85EA0BF .string "ABLE!$" + +gUnknown_085ea0c5:: @ 85EA0C5 .string "NOT ABLE!$" + +gUnknown_085ea0cf:: @ 85EA0CF .string "LEARNED$" + +gUnknown_085ea0d7:: @ 85EA0D7 .string "HAVE$" + +gUnknown_085ea0dc:: @ 85EA0DC .string "DON’T HAVE$" + +gUnknown_085ea0e7:: @ 85EA0E7 .string "FOURTH$" gText_PkmnCantParticipate:: @ 85EA0EE @@ -922,34 +1332,44 @@ gText_PauseUntilPress:: @ 85EA1CA .string "{PAUSE_UNTIL_PRESS}$" gJPText_PutVar1IntoSpinner:: @ 85EA1CD - .string "{STR_VAR_1}を ぐるぐるこうかんに\nだして よろしいですか?$" @ "{STR_VAR_1}wo gurugurukoukanni\ndashite yoroshiidesuka?" ("do you want to put {STR_VAR_1} into the spinner?" in Japanese) + .string "{STR_VAR_1}を ぐるぐるこうかんに\nだして よろしいですか?$" @ "{STR_VAR_1}wo gurugurukoukanni\ndashite yoroshiidesuka?" ("do you want to put {STR_VAR_1} into the spinner?" in Japanese) - .align 2 + .align 2 gText_OnlyPkmnForBattle:: @ 85EA1E8 .string "That’s your only\nPOKéMON for battle.$" - .align 2 + .align 2 gText_PkmnCantBeTradedNow:: @ 85EA210 .string "That POKéMON can’t be traded\nnow.$" - .align 2 + .align 2 gText_EggCantBeTradedNow:: @ 85EA234 - .string "An EGG can’t be traded now.$" - - .align 2 - .string "The other TRAINER’s POKéMON\ncan’t be traded now.$" - - .align 2 - .string "The other TRAINER can’t accept\nthat POKéMON now.$" - - .align 2 - .string "You can’t trade with that\nTRAINER now.$" - - .align 2 - .string "That isn’t the type of POKéMON\nthat the other TRAINER wants.$" - - .align 2 - .string "That isn’t an EGG.$" + .string "An EGG can’t be traded now.$" + + .align 2 + +gUnknown_085ea250:: @ 85EA250 + .string "The other TRAINER’s POKéMON\ncan’t be traded now.$" + + .align 2 + +gUnknown_085ea284:: @ 85EA284 + .string "The other TRAINER can’t accept\nthat POKéMON now.$" + + .align 2 + +gUnknown_085ea2b8:: @ 85EA2B8 + .string "You can’t trade with that\nTRAINER now.$" + + .align 2 + +gUnknown_085ea2e0:: @ 85EA2E0 + .string "That isn’t the type of POKéMON\nthat the other TRAINER wants.$" + + .align 2 + +gUnknown_085ea320:: @ 85EA320 + .string "That isn’t an EGG.$" gText_Register:: @ 85EA333 .string "REGISTER$" @@ -972,6 +1392,8 @@ gText_Speed2:: @ 85EA35B gText_HP4:: @ 85EA361 .string "HP$" + +gUnknown_085ea364:: @ 85EA364 .string "$" gText_OTSlash:: @ 85EA365 @@ -1010,6 +1432,8 @@ gText_RibbonsVar1:: @ 85EA3B4 gText_EmptyString5:: @ 85EA3C0 .string "$" + +gUnknown_085ea3c1:: @ 85EA3C1 .string "EVENTS$" gText_Switch:: @ 85EA3C8 @@ -1096,29 +1520,61 @@ gText_RegisteredDataDeleted:: @ 85EA762 gText_NoRegistry:: @ 85EA785 .string "There is no REGISTRY.{PAUSE_UNTIL_PRESS}$" + +gUnknown_085ea79d:: @ 85EA79D .string "DEL REGIST.$" + +gUnknown_085ea7a9:: @ 85EA7A9 .string "{STR_VAR_3}{STR_VAR_1}/{STR_VAR_2}$" + +gUnknown_085ea7b1:: @ 85EA7B1 .string "DECORATE$" + +gUnknown_085ea7ba:: @ 85EA7BA .string "PUT AWAY$" + +gUnknown_085ea7c3:: @ 85EA7C3 .string "TOSS$" gText_Color161Shadow161:: @ 85EA7C8 .string "{COLOR 161}{SHADOW 161}$" + +gUnknown_085ea7cf:: @ 85EA7CF .string "Put out the selected decoration item.$" + +gUnknown_085ea7f5:: @ 85EA7F5 .string "Store the chosen decoration in the PC.$" + +gUnknown_085ea81c:: @ 85EA81C .string "Throw away unwanted decorations.$" gText_NoDecorations:: @ 85EA83D .string "There are no decorations.{PAUSE_UNTIL_PRESS}$" + +gUnknown_085ea859:: @ 85EA859 .string "DESK$" + +gUnknown_085ea85e:: @ 85EA85E .string "CHAIR$" + +gUnknown_085ea864:: @ 85EA864 .string "PLANT$" + +gUnknown_085ea86a:: @ 85EA86A .string "ORNAMENT$" + +gUnknown_085ea873:: @ 85EA873 .string "MAT$" + +gUnknown_085ea877:: @ 85EA877 .string "POSTER$" + +gUnknown_085ea87e:: @ 85EA87E .string "DOLL$" + +gUnknown_085ea883:: @ 85EA883 .string "CUSHION$" gText_Gold:: @ 85EA88B @@ -1145,6 +1601,8 @@ gText_NoMoreDecorations:: @ 85EA8EA gText_NoMoreDecorations2:: @ 85EA931 .string "No more decorations can be placed.\nThe most that can be placed are {STR_VAR_1}.$" + +gUnknown_085ea978:: @ 85EA978 .string "This can’t be placed here.\nIt must be on a DESK, etc.$" gText_CantPlaceInRoom:: @ 85EA9AE @@ -1174,17 +1632,33 @@ gText_DecorationReturnedToPC:: @ 85EAAC5 gText_NoDecorationsInUse:: @ 85EAAEC .string "There are no decorations in use.{PAUSE_UNTIL_PRESS}$" + +gUnknown_085eab0f:: @ 85EAB0F .string "TRISTAN$" + +gUnknown_085eab17:: @ 85EAB17 .string "PHILIP$" + +gUnknown_085eab1e:: @ 85EAB1E .string "DENNIS$" + +gUnknown_085eab25:: @ 85EAB25 .string "ROBERTO$" + +gUnknown_085eab2d:: @ 85EAB2D .string "TURN OFF$" + +gUnknown_085eab36:: @ 85EAB36 .string "DECORATION$" + +gUnknown_085eab41:: @ 85EAB41 .string "ITEM STORAGE$" gText_Mailbox:: @ 85EAB4E .string "MAILBOX$" + +gUnknown_085eab56:: @ 85EAB56 .string "DEPOSIT ITEM$" gText_WithdrawItem:: @ 85EAB63 @@ -1193,8 +1667,14 @@ gText_WithdrawItem:: @ 85EAB63 gText_TossItem:: @ 85EAB71 .string "TOSS ITEM$" + +gUnknown_085eab7b:: @ 85EAB7B .string "Store items in the PC.$" + +gUnknown_085eab92:: @ 85EAB92 .string "Take out items from the PC.$" + +gUnknown_085eabae:: @ 85EABAE .string "Throw away items stored in the PC.$" gText_NoItems:: @ 85EABD1 @@ -1209,8 +1689,14 @@ gText_WithdrawHowManyItems:: @ 85EAC09 gText_WithdrawXItems:: @ 85EAC22 .string "Withdrew {STR_VAR_2}\n{STR_VAR_1}(s).$" + +gUnknown_085eac35:: @ 85EAC35 .string "READ$" + +gUnknown_085eac3a:: @ 85EAC3A .string "MOVE TO BAG$" + +gUnknown_085eac46:: @ 85EAC46 .string "GIVE$" gText_NoMailHere:: @ 85EAC4B @@ -1252,16 +1738,38 @@ gText_Phoebe:: @ 85EAD29 gText_Glacia:: @ 85EAD30 .string "GLACIA$" + +gUnknown_085ead37:: @ 85EAD37 .string "PETALBURG$" + +gUnknown_085ead41:: @ 85EAD41 .string "SLATEPORT$" + +gUnknown_085ead4b:: @ 85EAD4B .string "LITTLEROOT$" + +gUnknown_085ead56:: @ 85EAD56 .string "LILYCOVE$" + +gUnknown_085ead5f:: @ 85EAD5F .string "DEWFORD$" + +gUnknown_085ead67:: @ 85EAD67 .string "ENTER$" + +gUnknown_085ead6d:: @ 85EAD6D .string "INFO$" + +gUnknown_085ead72:: @ 85EAD72 .string "What’s a CONTEST?$" + +gUnknown_085ead84:: @ 85EAD84 .string "Types of CONTESTS$" + +gUnknown_085ead96:: @ 85EAD96 .string "Ranks$" + +gUnknown_085ead9c:: @ 85EAD9C .string "Judging$" gUnknown_085EADA4:: @@ -1278,22 +1786,56 @@ gUnknown_085EADD5:: gUnknown_085EADE7:: .string "TOUGHNESS CONTEST$" + +gUnknown_085eadf9:: @ 85EADF9 .string "DECORATION$" + +gUnknown_085eae04:: @ 85EAE04 .string "PACK UP$" + +gUnknown_085eae0c:: @ 85EAE0C .string "COUNT$" + +gUnknown_085eae12:: @ 85EAE12 .string "REGISTRY$" + +gUnknown_085eae1b:: @ 85EAE1B .string "INFORMATION$" + +gUnknown_085eae27:: @ 85EAE27 .string "MACH$" + +gUnknown_085eae2c:: @ 85EAE2C .string "ACRO$" + +gUnknown_085eae31:: @ 85EAE31 .string "PSN$" + +gUnknown_085eae35:: @ 85EAE35 .string "PAR$" + +gUnknown_085eae39:: @ 85EAE39 .string "SLP$" + +gUnknown_085eae3d:: @ 85EAE3D .string "BRN$" + +gUnknown_085eae41:: @ 85EAE41 .string "FRZ$" + +gUnknown_085eae45:: @ 85EAE45 .string "TOXIC$" + +gUnknown_085eae4b:: @ 85EAE4B .string "OK$" + +gUnknown_085eae4e:: @ 85EAE4E .string "QUIT$" + +gUnknown_085eae53:: @ 85EAE53 .string "Saw it$" + +gUnknown_085eae5a:: @ 85EAE5A .string "Not yet$" gText_Yes:: @ 85EAE62 @@ -1302,12 +1844,26 @@ gText_Yes:: @ 85EAE62 gText_No:: @ 85EAE66 .string "NO$" + +gUnknown_085eae69:: @ 85EAE69 .string "INFO$" + +gUnknown_085eae6e:: @ 85EAE6E .string "SINGLE BATTLE$" + +gUnknown_085eae7c:: @ 85EAE7C .string "DOUBLE BATTLE$" + +gUnknown_085eae8a:: @ 85EAE8A .string "MULTI BATTLE$" + +gUnknown_085eae97:: @ 85EAE97 .string "MR. BRINEY$" + +gUnknown_085eaea2:: @ 85EAEA2 .string "CHALLENGE$" + +gUnknown_085eaeac:: @ 85EAEAC .string "INFO$" gText_Lv50:: @ 85EAEB1 @@ -1316,44 +1872,122 @@ gText_Lv50:: @ 85EAEB1 gText_OpenLevel:: @ 85EAEB8 .string "OPEN LEVEL$" + +gUnknown_085eaec3:: @ 85EAEC3 .string "FRESH WATER{CLEAR_TO 0x48}¥200$" + +gUnknown_085eaed6:: @ 85EAED6 .string "SODA POP{CLEAR_TO 0x48}¥300$" + +gUnknown_085eaee6:: @ 85EAEE6 .string "LEMONADE{CLEAR_TO 0x48}¥350$" + +gUnknown_085eaef6:: @ 85EAEF6 .string "HOW TO RIDE$" + +gUnknown_085eaf02:: @ 85EAF02 .string "HOW TO TURN$" + +gUnknown_085eaf0e:: @ 85EAF0E .string "SANDY SLOPES$" + +gUnknown_085eaf1b:: @ 85EAF1B .string "WHEELIES$" + +gUnknown_085eaf24:: @ 85EAF24 .string "BUNNY-HOPS$" + +gUnknown_085eaf2f:: @ 85EAF2F .string "JUMP$" + +gUnknown_085eaf34:: @ 85EAF34 .string "Satisfied$" + +gUnknown_085eaf3e:: @ 85EAF3E .string "Dissatisfied$" + +gUnknown_085eaf4b:: @ 85EAF4B .string "DEEPSEATOOTH$" + +gUnknown_085eaf58:: @ 85EAF58 .string "DEEPSEASCALE$" + +gUnknown_085eaf65:: @ 85EAF65 .string "BLUE FLUTE$" + +gUnknown_085eaf70:: @ 85EAF70 .string "YELLOW FLUTE$" + +gUnknown_085eaf7d:: @ 85EAF7D .string "RED FLUTE$" + +gUnknown_085eaf87:: @ 85EAF87 .string "WHITE FLUTE$" + +gUnknown_085eaf93:: @ 85EAF93 .string "BLACK FLUTE$" + +gUnknown_085eaf9f:: @ 85EAF9F .string "GLASS CHAIR$" + +gUnknown_085eafab:: @ 85EAFAB .string "GLASS DESK$" + +gUnknown_085eafb6:: @ 85EAFB6 .string "TREECKO DOLL 1,000 COINS$" + +gUnknown_085eafcf:: @ 85EAFCF .string "TORCHIC DOLL 1,000 COINS$" + +gUnknown_085eafe8:: @ 85EAFE8 .string "MUDKIP DOLL 1,000 COINS$" + +gUnknown_085eb002:: @ 85EB002 .string " 50 COINS ¥1,000$" + +gUnknown_085eb017:: @ 85EB017 .string "500 COINS ¥10,000$" + +gUnknown_085eb02a:: @ 85EB02A .string "Excellent$" + +gUnknown_085eb034:: @ 85EB034 .string "Not so good$" + +gUnknown_085eb040:: @ 85EB040 .string "RED SHARD$" + +gUnknown_085eb04a:: @ 85EB04A .string "YELLOW SHARD$" + +gUnknown_085eb057:: @ 85EB057 .string "BLUE SHARD$" + +gUnknown_085eb062:: @ 85EB062 .string "GREEN SHARD$" + +gUnknown_085eb06e:: @ 85EB06E .string "BATTLE FRONTIER$" + +gUnknown_085eb07e:: @ 85EB07E .string "Right$" + +gUnknown_085eb084:: @ 85EB084 .string "Left$" + +gUnknown_085eb089:: @ 85EB089 .string "TM32{CLEAR_TO 0x48}1,500 COINS$" + +gUnknown_085eb09c:: @ 85EB09C .string "TM29{CLEAR_TO 0x48}3,500 COINS$" + +gUnknown_085eb0af:: @ 85EB0AF .string "TM35{CLEAR_TO 0x48}4,000 COINS$" + +gUnknown_085eb0c2:: @ 85EB0C2 .string "TM24{CLEAR_TO 0x48}4,000 COINS$" + +gUnknown_085eb0d5:: @ 85EB0D5 .string "TM13{CLEAR_TO 0x48}4,000 COINS$" gText_Cool:: @ 85EB0E8 @@ -1371,19 +2005,47 @@ gText_Smart:: @ 85EB0F9 gText_Tough:: @ 85EB0FF .string "TOUGH$" + +gUnknown_085eb105:: @ 85EB105 .string "NORMAL$" + +gUnknown_085eb10c:: @ 85EB10C .string "SUPER$" + +gUnknown_085eb112:: @ 85EB112 .string "HYPER$" + +gUnknown_085eb118:: @ 85EB118 .string "MASTER$" + +gUnknown_085eb11f:: @ 85EB11F .string "COOL$" + +gUnknown_085eb124:: @ 85EB124 .string "BEAUTY$" + +gUnknown_085eb12b:: @ 85EB12B .string "CUTE$" + +gUnknown_085eb130:: @ 85EB130 .string "SMART$" + +gUnknown_085eb136:: @ 85EB136 .string "TOUGH$" + +gUnknown_085eb13c:: @ 85EB13C .string "ITEMS$" + +gUnknown_085eb142:: @ 85EB142 .string "KEY ITEMS$" + +gUnknown_085eb14c:: @ 85EB14C .string "POKé BALLS$" + +gUnknown_085eb157:: @ 85EB157 .string "TMs & HMs$" + +gUnknown_085eb161:: @ 85EB161 .string "BERRIES$" gText_SomeonesPC:: @ 85EB169 @@ -1401,23 +2063,59 @@ gText_HallOfFame:: @ 85EB18B gText_LogOff:: @ 85EB198 .string "LOG OFF$" + +gUnknown_085eb1a0:: @ 85EB1A0 .string "OPPONENT$" + +gUnknown_085eb1a9:: @ 85EB1A9 .string "TOURNEY TREE$" + +gUnknown_085eb1b6:: @ 85EB1B6 .string "READY TO START$" + +gUnknown_085eb1c5:: @ 85EB1C5 .string "NORMAL RANK$" + +gUnknown_085eb1d1:: @ 85EB1D1 .string "SUPER RANK$" + +gUnknown_085eb1dc:: @ 85EB1DC .string "HYPER RANK$" + +gUnknown_085eb1e7:: @ 85EB1E7 .string "MASTER RANK$" + +gUnknown_085eb1f3:: @ 85EB1F3 .string "SINGLE$" + +gUnknown_085eb1fa:: @ 85EB1FA .string "DOUBLE$" + +gUnknown_085eb201:: @ 85EB201 .string "MULTI$" + +gUnknown_085eb207:: @ 85EB207 .string "MULTI-LINK$" + +gUnknown_085eb212:: @ 85EB212 .string "BATTLE BAG$" + +gUnknown_085eb21d:: @ 85EB21D .string "HELD ITEM$" + +gUnknown_085eb227:: @ 85EB227 .string "LINK CONTEST$" + +gUnknown_085eb234:: @ 85EB234 .string "ABOUT E-MODE$" + +gUnknown_085eb241:: @ 85EB241 .string "ABOUT G-MODE$" + +gUnknown_085eb24e:: @ 85EB24E .string "E-MODE$" + +gUnknown_085eb255:: @ 85EB255 .string "G-MODE$" gText_MenuOptionPokedex:: @ 85EB25C @@ -1432,6 +2130,8 @@ gText_MenuOptionBag:: @ 85EB26C gText_MenuOptionPokenav:: @ 85EB270 .string "POKéNAV$" + +gUnknown_085eb278:: @ 85EB278 .string "$" gText_MenuOptionSave:: @ 85EB279 @@ -1443,77 +2143,220 @@ gText_MenuOptionOption:: @ 85EB27E gText_MenuOptionExit:: @ 85EB285 .string "EXIT$" - .align 2 +gUnknown_085eb28a:: @ 85EB28A + .string " " + +gUnknown_085eb28c:: @ 85EB28C .string "5BP$" + +gUnknown_085eb290:: @ 85EB290 .string "10BP$" + +gUnknown_085eb295:: @ 85EB295 .string "15BP$" + +gUnknown_085eb29a:: @ 85EB29A .string "RED TENT$" + +gUnknown_085eb2a3:: @ 85EB2A3 .string "BLUE TENT$" + +gUnknown_085eb2ad:: @ 85EB2AD .string "SOUTHERN ISLAND$" + +gUnknown_085eb2bd:: @ 85EB2BD .string "BIRTH ISLAND$" + +gUnknown_085eb2ca:: @ 85EB2CA .string "FARAWAY ISLAND$" + +gUnknown_085eb2d9:: @ 85EB2D9 .string "NAVEL ROCK$" + +gUnknown_085eb2e4:: @ 85EB2E4 .string "CLAW FOSSIL$" + +gUnknown_085eb2f0:: @ 85EB2F0 .string "ROOT FOSSIL$" + +gUnknown_085eb2fc:: @ 85EB2FC .string "NO$" + +gUnknown_085eb2ff:: @ 85EB2FF .string "I’ll battle now!$" + +gUnknown_085eb310:: @ 85EB310 .string "I won!$" + +gUnknown_085eb317:: @ 85EB317 .string "I lost!$" + +gUnknown_085eb31f:: @ 85EB31F .string "I won’t tell.$" + +gUnknown_085eb32d:: @ 85EB32D .string "NORMAL TAG MATCH$" + +gUnknown_085eb33e:: @ 85EB33E .string "VARIETY TAG MATCH$" + +gUnknown_085eb350:: @ 85EB350 .string "UNIQUE TAG MATCH$" + +gUnknown_085eb361:: @ 85EB361 .string "EXPERT TAG MATCH$" + +gUnknown_085eb372:: @ 85EB372 .string "TRADE CENTER$" + +gUnknown_085eb37f:: @ 85EB37F .string "COLOSSEUM$" + +gUnknown_085eb389:: @ 85EB389 .string "RECORD CORNER$" + +gUnknown_085eb397:: @ 85EB397 .string "BERRY CRUSH$" + +gUnknown_085eb3a3:: @ 85EB3A3 .string "$" + +gUnknown_085eb3a4:: @ 85EB3A4 .string "POKéMON JUMP$" + +gUnknown_085eb3b1:: @ 85EB3B1 .string "DODRIO BERRY-PICKING$" + +gUnknown_085eb3c6:: @ 85EB3C6 .string "BECOME LEADER$" + +gUnknown_085eb3d4:: @ 85EB3D4 .string "JOIN GROUP$" + +gUnknown_085eb3df:: @ 85EB3DF .string "TWO STYLES$" + +gUnknown_085eb3ea:: @ 85EB3EA .string "LV. 50$" + +gUnknown_085eb3f1:: @ 85EB3F1 .string "OPEN LEVEL$" + +gUnknown_085eb3fc:: @ 85EB3FC .string "{PKMN} TYPE & NO.$" + +gUnknown_085eb40a:: @ 85EB40A .string "HOLD ITEMS$" + +gUnknown_085eb415:: @ 85EB415 .string "SYMBOLS$" + +gUnknown_085eb41d:: @ 85EB41D .string "RECORD$" + +gUnknown_085eb424:: @ 85EB424 .string "BATTLE PTS$" + +gUnknown_085eb42f:: @ 85EB42F .string "TOWER INFO$" + +gUnknown_085eb43a:: @ 85EB43A .string "BATTLE {PKMN}$" + +gUnknown_085eb444:: @ 85EB444 .string "BATTLE SALON$" + +gUnknown_085eb451:: @ 85EB451 .string "MULTI-LINK$" + +gUnknown_085eb45c:: @ 85EB45C .string "BATTLE RULES$" + +gUnknown_085eb469:: @ 85EB469 .string "JUDGE: MIND$" + +gUnknown_085eb475:: @ 85EB475 .string "JUDGE: SKILL$" + +gUnknown_085eb482:: @ 85EB482 .string "JUDGE: BODY$" + +gUnknown_085eb48e:: @ 85EB48E .string "MATCHUP$" + +gUnknown_085eb496:: @ 85EB496 .string "TOURNEY TREE$" + +gUnknown_085eb4a3:: @ 85EB4A3 .string "DOUBLE KO$" + +gUnknown_085eb4ad:: @ 85EB4AD .string "BASIC RULES$" + +gUnknown_085eb4b9:: @ 85EB4B9 .string "SWAP: PARTNER$" + +gUnknown_085eb4c7:: @ 85EB4C7 .string "SWAP: NUMBER$" + +gUnknown_085eb4d4:: @ 85EB4D4 .string "SWAP: NOTES$" + +gUnknown_085eb4e0:: @ 85EB4E0 .string "OPEN LEVEL$" + +gUnknown_085eb4eb:: @ 85EB4EB .string "BATTLE BASICS$" + +gUnknown_085eb4f9:: @ 85EB4F9 .string "POKéMON NATURE$" + +gUnknown_085eb508:: @ 85EB508 .string "POKéMON MOVES$" + +gUnknown_085eb516:: @ 85EB516 .string "UNDERPOWERED$" + +gUnknown_085eb523:: @ 85EB523 .string "WHEN IN DANGER$" + +gUnknown_085eb532:: @ 85EB532 .string "PYRAMID: POKéMON$" + +gUnknown_085eb543:: @ 85EB543 .string "PYRAMID: TRAINERS$" + +gUnknown_085eb555:: @ 85EB555 .string "PYRAMID: MAZE$" + +gUnknown_085eb563:: @ 85EB563 .string "BATTLE BAG$" + +gUnknown_085eb56e:: @ 85EB56E .string "POKéNAV AND BAG$" + +gUnknown_085eb57e:: @ 85EB57E .string "HELD ITEMS$" + +gUnknown_085eb589:: @ 85EB589 .string "POKéMON ORDER$" + +gUnknown_085eb597:: @ 85EB597 .string "BATTLE POKéMON$" + +gUnknown_085eb5a6:: @ 85EB5A6 .string "BATTLE TRAINERS$" + +gUnknown_085eb5b6:: @ 85EB5B6 .string "GO ON$" + +gUnknown_085eb5bc:: @ 85EB5BC .string "RECORD$" + +gUnknown_085eb5c3:: @ 85EB5C3 .string "REST$" + +gUnknown_085eb5c8:: @ 85EB5C8 .string "RETIRE$" gText_99TimesPlus:: @ 85EB5CF @@ -1528,6 +2371,8 @@ gText_SpaceSeconds:: @ 85EB5E5 gText_SpaceTimes:: @ 85EB5EE .string " time(s)$" + +gUnknown_085eb5f7:: @ 85EB5F7 .string ".$" gText_BigGuy:: @ 85EB5F9 @@ -1542,28 +2387,74 @@ gText_Son:: @ 85EB60A gText_Daughter:: @ 85EB60E .string "daughter$" + +gUnknown_085eb617:: @ 85EB617 .string "BLUE FLUTE$" + +gUnknown_085eb622:: @ 85EB622 .string "YELLOW FLUTE$" + +gUnknown_085eb62f:: @ 85EB62F .string "RED FLUTE$" + +gUnknown_085eb639:: @ 85EB639 .string "WHITE FLUTE$" + +gUnknown_085eb645:: @ 85EB645 .string "BLACK FLUTE$" + +gUnknown_085eb651:: @ 85EB651 .string "PRETTY CHAIR$" + +gUnknown_085eb65e:: @ 85EB65E .string "PRETTY DESK$" + +gUnknown_085eb66a:: @ 85EB66A .string "1F$" + +gUnknown_085eb66d:: @ 85EB66D .string "2F$" + +gUnknown_085eb670:: @ 85EB670 .string "3F$" + +gUnknown_085eb673:: @ 85EB673 .string "4F$" + +gUnknown_085eb676:: @ 85EB676 .string "5F$" + +gUnknown_085eb679:: @ 85EB679 .string "6F$" + +gUnknown_085eb67c:: @ 85EB67C .string "7F$" + +gUnknown_085eb67f:: @ 85EB67F .string "8F$" + +gUnknown_085eb682:: @ 85EB682 .string "9F$" + +gUnknown_085eb685:: @ 85EB685 .string "10F$" + +gUnknown_085eb689:: @ 85EB689 .string "11F$" + +gUnknown_085eb68d:: @ 85EB68D .string "B1F$" + +gUnknown_085eb691:: @ 85EB691 .string "B2F$" + +gUnknown_085eb695:: @ 85EB695 .string "B3F$" + +gUnknown_085eb699:: @ 85EB699 .string "B4F$" + +gUnknown_085eb69d:: @ 85EB69D .string "ROOFTOP$" gText_ElevatorNowOn:: @ 85EB6A5 @@ -1572,107 +2463,303 @@ gText_ElevatorNowOn:: @ 85EB6A5 gText_BP:: @ 85EB6AD .string "BP$" + +gUnknown_085eb6b0:: @ 85EB6B0 .string "ENERGYPOWDER{CLEAR_TO 0x72}{SIZE 0}50$" + +gUnknown_085eb6c5:: @ 85EB6C5 .string "ENERGY ROOT{CLEAR_TO 0x72}{SIZE 0}80$" + +gUnknown_085eb6d9:: @ 85EB6D9 .string "HEAL POWDER{CLEAR_TO 0x72}{SIZE 0}50$" + +gUnknown_085eb6ed:: @ 85EB6ED .string "REVIVAL HERB{CLEAR_TO 0x6C}{SIZE 0}300$" + +gUnknown_085eb703:: @ 85EB703 .string "PROTEIN{CLEAR_TO 0x63}{SIZE 0}1,000$" + +gUnknown_085eb716:: @ 85EB716 .string "IRON{CLEAR_TO 0x63}{SIZE 0}1,000$" + +gUnknown_085eb726:: @ 85EB726 .string "CARBOS{CLEAR_TO 0x63}{SIZE 0}1,000$" + +gUnknown_085eb738:: @ 85EB738 .string "CALCIUM{CLEAR_TO 0x63}{SIZE 0}1,000$" + +gUnknown_085eb74b:: @ 85EB74B .string "ZINC{CLEAR_TO 0x63}{SIZE 0}1,000$" + +gUnknown_085eb75b:: @ 85EB75B .string "HP UP{CLEAR_TO 0x63}{SIZE 0}1,000$" + +gUnknown_085eb76c:: @ 85EB76C .string "PP UP{CLEAR_TO 0x63}{SIZE 0}3,000$" + +gUnknown_085eb77d:: @ 85EB77D .string "RANKING HALL$" + +gUnknown_085eb78a:: @ 85EB78A .string "EXCHANGE SERVICE$" + +gUnknown_085eb79b:: @ 85EB79B .string "LILYCOVE CITY$" + +gUnknown_085eb7a9:: @ 85EB7A9 .string "SLATEPORT CITY$" + +gUnknown_085eb7b8:: @ 85EB7B8 .string "CAVE OF ORIGIN$" + +gUnknown_085eb7c7:: @ 85EB7C7 .string "MT. PYRE$" + +gUnknown_085eb7d0:: @ 85EB7D0 .string "SKY PILLAR$" + +gUnknown_085eb7db:: @ 85EB7DB .string "Don’t remember$" gText_Exit:: @ 85EB7EA .string "EXIT$" + +gUnknown_085eb7ef:: @ 85EB7EF .string "Exit from the BOX?$" + +gUnknown_085eb802:: @ 85EB802 .string "What do you want to do?$" + +gUnknown_085eb81a:: @ 85EB81A .string "Please pick a theme.$" + +gUnknown_085eb82f:: @ 85EB82F .string "Pick the wallpaper.$" + +gUnknown_085eb843:: @ 85EB843 .string "{SPECIAL_F7 0x00} is selected.$" + +gUnknown_085eb853:: @ 85EB853 .string "Jump to which BOX?$" + +gUnknown_085eb866:: @ 85EB866 .string "Deposit in which BOX?$" + +gUnknown_085eb87c:: @ 85EB87C .string "{SPECIAL_F7 0x00} was deposited.$" + +gUnknown_085eb88e:: @ 85EB88E .string "The BOX is full.$" + +gUnknown_085eb89f:: @ 85EB89F .string "Release this POKéMON?$" + +gUnknown_085eb8b5:: @ 85EB8B5 .string "{SPECIAL_F7 0x00} was released.$" + +gUnknown_085eb8c6:: @ 85EB8C6 .string "Bye-bye, {SPECIAL_F7 0x00}!$" + +gUnknown_085eb8d3:: @ 85EB8D3 .string "Mark your POKéMON.$" + +gUnknown_085eb8e6:: @ 85EB8E6 .string "That’s your last POKéMON!$" + +gUnknown_085eb900:: @ 85EB900 .string "Your party’s full!$" + +gUnknown_085eb913:: @ 85EB913 .string "You’re holding a POKéMON!$" + +gUnknown_085eb92d:: @ 85EB92D .string "Which one will you take?$" + +gUnknown_085eb946:: @ 85EB946 .string "You can’t release an EGG.$" + +gUnknown_085eb960:: @ 85EB960 .string "Continue BOX operations?$" + +gUnknown_085eb979:: @ 85EB979 .string "{SPECIAL_F7 0x00} came back!$" + +gUnknown_085eb987:: @ 85EB987 .string "Was it worried about you?$" + +gUnknown_085eb9a1:: @ 85EB9A1 .string "… … … … !$" + +gUnknown_085eb9ab:: @ 85EB9AB .string "Please remove the MAIL.$" + +gUnknown_085eb9c3:: @ 85EB9C3 .string "GIVE to a POKéMON?$" + +gUnknown_085eb9d6:: @ 85EB9D6 .string "Placed item in the BAG.$" + +gUnknown_085eb9ee:: @ 85EB9EE .string "The BAG is full.$" + +gUnknown_085eb9ff:: @ 85EB9FF .string "Put this item in the BAG?$" + +gUnknown_085eba19:: @ 85EBA19 .string "{SPECIAL_F7 0x00} is now held.$" + +gUnknown_085eba29:: @ 85EBA29 .string "Changed to {SPECIAL_F7 0x00}.$" + +gUnknown_085eba38:: @ 85EBA38 .string "MAIL can’t be stored!$" + +gUnknown_085eba4e:: @ 85EBA4E .string "CANCEL$" + +gUnknown_085eba55:: @ 85EBA55 .string "STORE$" + +gUnknown_085eba5b:: @ 85EBA5B .string "WITHDRAW$" + +gUnknown_085eba64:: @ 85EBA64 .string "SHIFT$" + +gUnknown_085eba6a:: @ 85EBA6A .string "MOVE$" + +gUnknown_085eba6f:: @ 85EBA6F .string "PLACE$" + +gUnknown_085eba75:: @ 85EBA75 .string "SUMMARY$" + +gUnknown_085eba7d:: @ 85EBA7D .string "RELEASE$" + +gUnknown_085eba85:: @ 85EBA85 .string "MARK$" + +gUnknown_085eba8a:: @ 85EBA8A .string "NAME$" + +gUnknown_085eba8f:: @ 85EBA8F .string "JUMP$" + +gUnknown_085eba94:: @ 85EBA94 .string "WALLPAPER$" + +gUnknown_085eba9e:: @ 85EBA9E .string "TAKE$" + +gUnknown_085ebaa3:: @ 85EBAA3 .string "GIVE$" + +gUnknown_085ebaa8:: @ 85EBAA8 .string "SWITCH$" + +gUnknown_085ebaaf:: @ 85EBAAF .string "BAG$" + +gUnknown_085ebab3:: @ 85EBAB3 .string "INFO$" + +gUnknown_085ebab8:: @ 85EBAB8 .string "SCENERY 1$" + +gUnknown_085ebac2:: @ 85EBAC2 .string "SCENERY 2$" + +gUnknown_085ebacc:: @ 85EBACC .string "SCENERY 3$" + +gUnknown_085ebad6:: @ 85EBAD6 .string "ETCETERA$" + +gUnknown_085ebadf:: @ 85EBADF .string "FRIENDS$" + +gUnknown_085ebae7:: @ 85EBAE7 .string "FOREST$" + +gUnknown_085ebaee:: @ 85EBAEE .string "CITY$" + +gUnknown_085ebaf3:: @ 85EBAF3 .string "DESERT$" + +gUnknown_085ebafa:: @ 85EBAFA .string "SAVANNA$" + +gUnknown_085ebb02:: @ 85EBB02 .string "CRAG$" + +gUnknown_085ebb07:: @ 85EBB07 .string "VOLCANO$" + +gUnknown_085ebb0f:: @ 85EBB0F .string "SNOW$" + +gUnknown_085ebb14:: @ 85EBB14 .string "CAVE$" + +gUnknown_085ebb19:: @ 85EBB19 .string "BEACH$" + +gUnknown_085ebb1f:: @ 85EBB1F .string "SEAFLOOR$" + +gUnknown_085ebb28:: @ 85EBB28 .string "RIVER$" + +gUnknown_085ebb2e:: @ 85EBB2E .string "SKY$" + +gUnknown_085ebb32:: @ 85EBB32 .string "POLKA-DOT$" + +gUnknown_085ebb3c:: @ 85EBB3C .string "POKéCENTER$" + +gUnknown_085ebb47:: @ 85EBB47 .string "MACHINE$" + +gUnknown_085ebb4f:: @ 85EBB4F .string "SIMPLE$" + +gUnknown_085ebb56:: @ 85EBB56 .string "What would you like to do?$" + +gUnknown_085ebb71:: @ 85EBB71 .string "WITHDRAW POKéMON$" + +gUnknown_085ebb82:: @ 85EBB82 .string "DEPOSIT POKéMON$" + +gUnknown_085ebb92:: @ 85EBB92 .string "MOVE POKéMON$" + +gUnknown_085ebb9f:: @ 85EBB9F .string "MOVE ITEMS$" + +gUnknown_085ebbaa:: @ 85EBBAA .string "SEE YA!$" + +gUnknown_085ebbb2:: @ 85EBBB2 .string "Move POKéMON stored in BOXES to\nyour party.$" + +gUnknown_085ebbde:: @ 85EBBDE .string "Store POKéMON in your party in BOXES.$" + +gUnknown_085ebc04:: @ 85EBC04 .string "Organize the POKéMON in BOXES and\nin your party.$" + +gUnknown_085ebc35:: @ 85EBC35 .string "Move items held by any POKéMON\nin a BOX or your party.$" + +gUnknown_085ebc6c:: @ 85EBC6C .string "Return to the previous menu.$" gText_JustOnePkmn:: @ 85EBC89 @@ -1684,24 +2771,54 @@ gText_PartyFull:: @ 85EBCAD gText_Box:: @ 85EBCC1 .string "BOX$" + +gUnknown_085ebcc5:: @ 85EBCC5 .string "Check the map of the HOENN region.$" + +gUnknown_085ebce8:: @ 85EBCE8 .string "Check POKéMON in detail.$" + +gUnknown_085ebd01:: @ 85EBD01 .string "Call a registered TRAINER.$" + +gUnknown_085ebd1c:: @ 85EBD1C .string "Check obtained RIBBONS.$" + +gUnknown_085ebd34:: @ 85EBD34 .string "Put away the POKéNAV.$" gText_NoRibbonWinners:: @ 85EBD4A .string "There are no RIBBON winners.$" + +gUnknown_085ebd67:: @ 85EBD67 .string "No TRAINERS are registered.$" + +gUnknown_085ebd83:: @ 85EBD83 .string "Check party POKéMON in detail.$" + +gUnknown_085ebda2:: @ 85EBDA2 .string "Check all POKéMON in detail.$" + +gUnknown_085ebdbf:: @ 85EBDBF .string "Return to the POKéNAV menu.$" + +gUnknown_085ebddb:: @ 85EBDDB .string "Find cool POKéMON.$" + +gUnknown_085ebdee:: @ 85EBDEE .string "Find beautiful POKéMON.$" + +gUnknown_085ebe06:: @ 85EBE06 .string "Find cute POKéMON.$" + +gUnknown_085ebe19:: @ 85EBE19 .string "Find smart POKéMON.$" + +gUnknown_085ebe2d:: @ 85EBE2D .string "Find tough POKéMON.$" + +gUnknown_085ebe41:: @ 85EBE41 .string "Return to the CONDITION menu.$" gText_NumberRegistered:: @ 85EBE5F @@ -1710,24 +2827,62 @@ gText_NumberRegistered:: @ 85EBE5F gText_NumberOfBattles:: @ 85EBE6E .string "No. of battles$" + +gUnknown_085ebe7d:: @ 85EBE7D .string "DETAIL$" + +gUnknown_085ebe84:: @ 85EBE84 .string "CALL$" + +gUnknown_085ebe89:: @ 85EBE89 .string "EXIT$" + +gUnknown_085ebe8e:: @ 85EBE8E .string "Can’t call opponent here.$" + +gUnknown_085ebea8:: @ 85EBEA8 .string "STRATEGY$" + +gUnknown_085ebeb1:: @ 85EBEB1 .string "TRAINER’S POKéMON$" + +gUnknown_085ebec3:: @ 85EBEC3 .string "SELF-INTRODUCTION$" + +gUnknown_085ebed5:: @ 85EBED5 .string "{CLEAR 0x80}$" + +gUnknown_085ebed9:: @ 85EBED9 .string "{UNK_CTRL_F800}ZOOM {UNK_CTRL_F801}CANCEL$" + +gUnknown_085ebee9:: @ 85EBEE9 .string "{UNK_CTRL_F800}FULL {UNK_CTRL_F801}CANCEL$" + +gUnknown_085ebef9:: @ 85EBEF9 .string "{UNK_CTRL_F800}CONDITION {UNK_CTRL_F801}CANCEL$" + +gUnknown_085ebf0e:: @ 85EBF0E .string "{UNK_CTRL_F800}MARKINGS {UNK_CTRL_F801}CANCEL$" + +gUnknown_085ebf22:: @ 85EBF22 .string "{UNK_CTRL_F800}SELECT MARK {UNK_CTRL_F801}CANCEL$" + +gUnknown_085ebf39:: @ 85EBF39 .string "{UNK_CTRL_F800}MENU {UNK_CTRL_F801}CANCEL$" + +gUnknown_085ebf49:: @ 85EBF49 .string "{UNK_CTRL_F800}OK {UNK_CTRL_F801}CANCEL$" + +gUnknown_085ebf57:: @ 85EBF57 .string "{UNK_CTRL_F801}CANCEL$" + +gUnknown_085ebf60:: @ 85EBF60 .string "{UNK_CTRL_F800}RIBBONS {UNK_CTRL_F801}CANCEL$" + +gUnknown_085ebf73:: @ 85EBF73 .string "{UNK_CTRL_F800}CHECK {UNK_CTRL_F801}CANCEL$" + +gUnknown_085ebf84:: @ 85EBF84 .string "{UNK_CTRL_F801}CANCEL$" gText_NatureSlash:: @ 85EBF8D @@ -1742,16 +2897,30 @@ gText_InParty:: @ 85EBFCE gText_Number2:: @ 85EBFD7 .string "No. $" + +gUnknown_085ebfdc:: @ 85EBFDC .string "RIBBONS$" + +gUnknown_085ebfe4:: @ 85EBFE4 .string "{SPECIAL_F7 0x00}{COLOR_HIGHLIGHT_SHADOW LIGHT_RED WHITE GREEN}♂{COLOR_HIGHLIGHT_SHADOW DARK_GREY WHITE LIGHT_GREY}/{LV}{SPECIAL_F7 0x01}$" + +gUnknown_085ebff6:: @ 85EBFF6 .string "{SPECIAL_F7 0x00}{COLOR_HIGHLIGHT_SHADOW LIGHT_GREEN WHITE BLUE}♀{COLOR_HIGHLIGHT_SHADOW DARK_GREY WHITE LIGHT_GREY}/{LV}{SPECIAL_F7 0x01}$" + +gUnknown_085ec008:: @ 85EC008 .string "{SPECIAL_F7 0x00}/{LV}{SPECIAL_F7 0x01}$" gText_Unknown:: @ 85EC00F .string "UNKNOWN$" + +gUnknown_085ec017:: @ 85EC017 .string "CALL$" + +gUnknown_085ec01c:: @ 85EC01C .string "CHECK$" + +gUnknown_085ec022:: @ 85EC022 .string "CANCEL$" gText_NumberF700:: @ 85EC029 @@ -1760,44 +2929,122 @@ gText_NumberF700:: @ 85EC029 gText_RibbonsF700:: @ 85EC030 .string "RIBBONS {SPECIAL_F7 0x00}$" + +gUnknown_085ec03b:: @ 85EC03B .string "{SPECIAL_F7 0x00}{COLOR_HIGHLIGHT_SHADOW LIGHT_RED WHITE GREEN}♂{COLOR_HIGHLIGHT_SHADOW DARK_GREY WHITE LIGHT_GREY}/{LV}{SPECIAL_F7 0x01}{SPECIAL_F7 0x02}$" + +gUnknown_085ec04f:: @ 85EC04F .string "{SPECIAL_F7 0x00}{COLOR_HIGHLIGHT_SHADOW LIGHT_GREEN WHITE BLUE}♀{COLOR_HIGHLIGHT_SHADOW DARK_GREY WHITE LIGHT_GREY}/{LV}{SPECIAL_F7 0x01}{SPECIAL_F7 0x02}$" + +gUnknown_085ec063:: @ 85EC063 .string "{SPECIAL_F7 0x00}/{LV}{SPECIAL_F7 0x01}{SPECIAL_F7 0x02}$" + +gUnknown_085ec06c:: @ 85EC06C .string "Combine four words or phrases$" + +gUnknown_085ec08a:: @ 85EC08A .string "and make your profile.$" + +gUnknown_085ec0a1:: @ 85EC0A1 .string "Combine six words or phrases$" + +gUnknown_085ec0be:: @ 85EC0BE .string "and make a message.$" + +gUnknown_085ec0d2:: @ 85EC0D2 .string "Find words that describe your$" + +gUnknown_085ec0f0:: @ 85EC0F0 .string "feelings right now.$" + +gUnknown_085ec104:: @ 85EC104 .string "With four phrases,$" + +gUnknown_085ec117:: @ 85EC117 .string "Combine nine words or phrases$" + +gUnknown_085ec135:: @ 85EC135 .string "and make a message.$" + +gUnknown_085ec149:: @ 85EC149 .string "Change just one word or phrase$" + +gUnknown_085ec168:: @ 85EC168 .string "and improve the BARD’s song.$" + +gUnknown_085ec185:: @ 85EC185 .string "Your profile$" + +gUnknown_085ec192:: @ 85EC192 .string "Your feeling at the battle’s start$" + +gUnknown_085ec1b5:: @ 85EC1B5 .string "What you say if you win a battle$" + +gUnknown_085ec1d6:: @ 85EC1D6 .string "What you say if you lose a battle$" + +gUnknown_085ec1f8:: @ 85EC1F8 .string "The answer$" + +gUnknown_085ec203:: @ 85EC203 .string "The MAIL message$" + +gUnknown_085ec214:: @ 85EC214 .string "The MAIL salutation$" + +gUnknown_085ec228:: @ 85EC228 .string "The new song$" + +gUnknown_085ec235:: @ 85EC235 .string "Combine two words or phrases$" + +gUnknown_085ec252:: @ 85EC252 .string "and make a trendy saying.$" + +gUnknown_085ec26c:: @ 85EC26C .string "The trendy saying$" + +gUnknown_085ec27e:: @ 85EC27E .string "is as shown. Okay?$" + +gUnknown_085ec291:: @ 85EC291 .string "Combine two words or phrases$" + +gUnknown_085ec2ae:: @ 85EC2AE .string "to teach her a good saying.$" + +gUnknown_085ec2ca:: @ 85EC2CA .string "Find words which fit$" + +gUnknown_085ec2df:: @ 85EC2DF .string "the TRAINER’s image.$" + +gUnknown_085ec2f4:: @ 85EC2F4 .string "The image:$" + +gUnknown_085ec2ff:: @ 85EC2FF .string "Out of the listed choices,$" + +gUnknown_085ec31a:: @ 85EC31A .string "select the answer to the quiz!$" + +gUnknown_085ec339:: @ 85EC339 .string "and create a quiz!$" + +gUnknown_085ec34c:: @ 85EC34C .string "Pick a word or phrase and$" + +gUnknown_085ec366:: @ 85EC366 .string "set the quiz answer.$" + +gUnknown_085ec37b:: @ 85EC37B .string "The answer:$" + +gUnknown_085ec387:: @ 85EC387 .string "The quiz:$" + +gUnknown_085ec391:: @ 85EC391 .string "Apprentice’s phrase:$" gText_QuitEditing:: @ 85EC3A6 @@ -1806,7 +3053,11 @@ gText_QuitEditing:: @ 85EC3A6 gText_StopGivingPkmnMail:: @ 85EC3B4 .string "Stop giving the POKéMON MAIL?$" + +gUnknown_085ec3d2:: @ 85EC3D2 .string "and fill out the questionnaire.$" + +gUnknown_085ec3f2:: @ 85EC3F2 .string "Let’s reply to the interview!$" gText_AllTextBeingEditedWill:: @ 85EC410 @@ -1815,10 +3066,20 @@ gText_AllTextBeingEditedWill:: @ 85EC410 gText_BeDeletedThatOkay:: @ 85EC42F .string "be deleted. Is that okay?$" + +gUnknown_085ec449:: @ 85EC449 .string "Quit editing?$" + +gUnknown_085ec457:: @ 85EC457 .string "The edited text will not be saved.$" + +gUnknown_085ec47a:: @ 85EC47A .string "Is that okay?$" + +gUnknown_085ec488:: @ 85EC488 .string "Please enter a phrase or word.$" + +gUnknown_085ec4a7:: @ 85EC4A7 .string "The entire text can’t be deleted.$" gText_OnlyOnePhrase:: @ 85EC4C9 @@ -1827,27 +3088,63 @@ gText_OnlyOnePhrase:: @ 85EC4C9 gText_OriginalSongWillBeUsed:: @ 85EC4E9 .string "The original song will be used.$" + +gUnknown_085ec509:: @ 85EC509 .string "That’s trendy already!$" gText_CombineTwoWordsOrPhrases:: @ 85EC520 .string "Combine two words or phrases.$" + +gUnknown_085ec53e:: @ 85EC53E .string "Quit giving information?$" + +gUnknown_085ec557:: @ 85EC557 .string "Stop giving the POKéMON MAIL?$" + +gUnknown_085ec575:: @ 85EC575 .string "Create a quiz!$" + +gUnknown_085ec584:: @ 85EC584 .string "Set the answer!$" + +gUnknown_085ec594:: @ 85EC594 .string "Cancel the selection?$" + +gUnknown_085ec5aa:: @ 85EC5AA .string "PROFILE$" + +gUnknown_085ec5b2:: @ 85EC5B2 .string "At the battle’s start:$" + +gUnknown_085ec5c9:: @ 85EC5C9 .string "Upon winning a battle:$" + +gUnknown_085ec5e0:: @ 85EC5E0 .string "Upon losing a battle:$" + +gUnknown_085ec5f6:: @ 85EC5F6 .string "The BARD’s Song$" + +gUnknown_085ec606:: @ 85EC606 .string "What’s hip and happening?$" + +gUnknown_085ec620:: @ 85EC620 .string "Interview$" + +gUnknown_085ec62a:: @ 85EC62A .string "Good saying$" + +gUnknown_085ec636:: @ 85EC636 .string "Fan’s question$" + +gUnknown_085ec645:: @ 85EC645 .string "クイズの こたえは?$" @ "kuizuno kotaeha?" ("The quiz's answer is?" in Japanese) + +gUnknown_085ec650:: @ 85EC650 .string "Apprentice’s phrase$" + +gUnknown_085ec664:: @ 85EC664 .string "QUESTIONNAIRE$" gText_YouCannotQuitHere:: @ 85EC672 @@ -1862,8 +3159,14 @@ gText_F700sQuiz:: @ 85EC6A8 gText_Lady:: @ 85EC6B2 .string "Lady$" + +gUnknown_085ec6b7:: @ 85EC6B7 .string "After you have read the quiz$" + +gUnknown_085ec6d4:: @ 85EC6D4 .string "question, press the A Button.$" + +gUnknown_085ec6f2:: @ 85EC6F2 .string "The quiz answer is?$" gText_LikeToQuitQuiz:: @ 85EC706 @@ -1872,6 +3175,8 @@ gText_LikeToQuitQuiz:: @ 85EC706 gText_ChallengeQuestionMark:: @ 85EC727 .string "challenge?$" + +gUnknown_085ec732:: @ 85EC732 .string "Is this quiz OK?$" gText_CreateAQuiz:: @ 85EC743 @@ -1883,16 +3188,30 @@ gText_SelectTheAnswer:: @ 85EC752 gText_LyricsCantBeDeleted:: @ 85EC765 .string "The lyrics can’t be deleted.$" + +gUnknown_085ec782:: @ 85EC782 .string "POKéMON LEAGUE$" + +gUnknown_085ec791:: @ 85EC791 .string "POKéMON CENTER$" gText_GetsAPokeBlockQuestion:: @ 85EC7A0 .string " gets a {POKEBLOCK}?$" + +gUnknown_085ec7af:: @ 85EC7AF .string "Coolness $" + +gUnknown_085ec7b9:: @ 85EC7B9 .string "Beauty $" + +gUnknown_085ec7c1:: @ 85EC7C1 .string "Cuteness $" + +gUnknown_085ec7cb:: @ 85EC7CB .string "Smartness $" + +gUnknown_085ec7d6:: @ 85EC7D6 .string "Toughness $" gText_WasEnhanced:: @ 85EC7E1 @@ -2015,69 +3334,193 @@ gText_Second:: @ 85ECB80 gText_Third:: @ 85ECB87 .string "third$" + +gUnknown_085ecb8d:: @ 85ECB8D .string "0 pts$" + +gUnknown_085ecb93:: @ 85ECB93 .string "10 pts$" + +gUnknown_085ecb9a:: @ 85ECB9A .string "20 pts$" + +gUnknown_085ecba1:: @ 85ECBA1 .string "30 pts$" + +gUnknown_085ecba8:: @ 85ECBA8 .string "40 pts$" + +gUnknown_085ecbaf:: @ 85ECBAF .string "50 pts$" + +gUnknown_085ecbb6:: @ 85ECBB6 .string "60 pts$" + +gUnknown_085ecbbd:: @ 85ECBBD .string "70 pts$" + +gUnknown_085ecbc4:: @ 85ECBC4 .string "80 pts$" + +gUnknown_085ecbcb:: @ 85ECBCB .string "90 pts$" + +gUnknown_085ecbd2:: @ 85ECBD2 .string "100 pts$" + +gUnknown_085ecbda:: @ 85ECBDA .string "?$" + +gUnknown_085ecbdc:: @ 85ECBDC .string "KISS POSTER{CLEAR_TO 0x5E}16BP$" + +gUnknown_085ecbef:: @ 85ECBEF .string "KISS CUSHION{CLEAR_TO 0x5E}32BP$" + +gUnknown_085ecc03:: @ 85ECC03 .string "SMOOCHUM DOLL{CLEAR_TO 0x5E}32BP$" + +gUnknown_085ecc18:: @ 85ECC18 .string "TOGEPI DOLL{CLEAR_TO 0x5E}48BP$" + +gUnknown_085ecc2b:: @ 85ECC2B .string "MEOWTH DOLL{CLEAR_TO 0x5E}48BP$" + +gUnknown_085ecc3e:: @ 85ECC3E .string "CLEFAIRY DOLL{CLEAR_TO 0x5E}48BP$" + +gUnknown_085ecc53:: @ 85ECC53 .string "DITTO DOLL{CLEAR_TO 0x5E}48BP$" + +gUnknown_085ecc65:: @ 85ECC65 .string "CYNDAQUIL DOLL{CLEAR_TO 0x5E}80BP$" + +gUnknown_085ecc7b:: @ 85ECC7B .string "CHIKORITA DOLL{CLEAR_TO 0x5E}80BP$" + +gUnknown_085ecc91:: @ 85ECC91 .string "TOTODILE DOLL{CLEAR_TO 0x5E}80BP$" + +gUnknown_085ecca6:: @ 85ECCA6 .string "LAPRAS DOLL{CLEAR_TO 0x58}128BP$" + +gUnknown_085eccba:: @ 85ECCBA .string "SNORLAX DOLL{CLEAR_TO 0x58}128BP$" + +gUnknown_085ecccf:: @ 85ECCCF .string "VENUSAUR DOLL{CLEAR_TO 0x58}256BP$" + +gUnknown_085ecce5:: @ 85ECCE5 .string "CHARIZARD DOLL{CLEAR_TO 0x58}256BP$" + +gUnknown_085eccfc:: @ 85ECCFC .string "BLASTOISE DOLL{CLEAR_TO 0x58}256BP$" + +gUnknown_085ecd13:: @ 85ECD13 .string "PROTEIN{CLEAR_TO 0x64}1BP$" + +gUnknown_085ecd21:: @ 85ECD21 .string "CALCIUM{CLEAR_TO 0x64}1BP$" + +gUnknown_085ecd2f:: @ 85ECD2F .string "IRON{CLEAR_TO 0x64}1BP$" + +gUnknown_085ecd3a:: @ 85ECD3A .string "ZINC{CLEAR_TO 0x64}1BP$" + +gUnknown_085ecd45:: @ 85ECD45 .string "CARBOS{CLEAR_TO 0x64}1BP$" + +gUnknown_085ecd52:: @ 85ECD52 .string "HP UP{CLEAR_TO 0x64}1BP$" + +gUnknown_085ecd5e:: @ 85ECD5E .string "LEFTOVERS{CLEAR_TO 0x5E}48BP$" + +gUnknown_085ecd6f:: @ 85ECD6F .string "WHITE HERB{CLEAR_TO 0x5E}48BP$" + +gUnknown_085ecd81:: @ 85ECD81 .string "QUICK CLAW{CLEAR_TO 0x5E}48BP$" + +gUnknown_085ecd93:: @ 85ECD93 .string "MENTAL HERB{CLEAR_TO 0x5E}48BP$" + +gUnknown_085ecda6:: @ 85ECDA6 .string "BRIGHTPOWDER{CLEAR_TO 0x5E}64BP$" + +gUnknown_085ecdba:: @ 85ECDBA .string "CHOICE BAND{CLEAR_TO 0x5E}64BP$" + +gUnknown_085ecdcd:: @ 85ECDCD .string "KING’S ROCK{CLEAR_TO 0x5E}64BP$" + +gUnknown_085ecde0:: @ 85ECDE0 .string "FOCUS BAND{CLEAR_TO 0x5E}64BP$" + +gUnknown_085ecdf2:: @ 85ECDF2 .string "SCOPE LENS{CLEAR_TO 0x5E}64BP$" + +gUnknown_085ece04:: @ 85ECE04 .string "SOFTBOILED{CLEAR_TO 0x4E}16BP$" + +gUnknown_085ece16:: @ 85ECE16 .string "SEISMIC TOSS{CLEAR_TO 0x4E}24BP$" + +gUnknown_085ece2a:: @ 85ECE2A .string "DREAM EATER{CLEAR_TO 0x4E}24BP$" + +gUnknown_085ece3d:: @ 85ECE3D .string "MEGA PUNCH{CLEAR_TO 0x4E}24BP$" + +gUnknown_085ece4f:: @ 85ECE4F .string "MEGA KICK{CLEAR_TO 0x4E}48BP$" + +gUnknown_085ece60:: @ 85ECE60 .string "BODY SLAM{CLEAR_TO 0x4E}48BP$" + +gUnknown_085ece71:: @ 85ECE71 .string "ROCK SLIDE{CLEAR_TO 0x4E}48BP$" + +gUnknown_085ece83:: @ 85ECE83 .string "COUNTER{CLEAR_TO 0x4E}48BP$" + +gUnknown_085ece92:: @ 85ECE92 .string "THUNDER WAVE{CLEAR_TO 0x4E}48BP$" + +gUnknown_085ecea6:: @ 85ECEA6 .string "SWORDS DANCE{CLEAR_TO 0x4E}48BP$" + +gUnknown_085eceba:: @ 85ECEBA .string "DEFENSE CURL{CLEAR_TO 0x4E}16BP$" + +gUnknown_085ecece:: @ 85ECECE .string "SNORE{CLEAR_TO 0x4E}24BP$" + +gUnknown_085ecedb:: @ 85ECEDB .string "MUD-SLAP{CLEAR_TO 0x4E}24BP$" + +gUnknown_085eceeb:: @ 85ECEEB .string "SWIFT{CLEAR_TO 0x4E}24BP$" + +gUnknown_085ecef8:: @ 85ECEF8 .string "ICY WIND{CLEAR_TO 0x4E}24BP$" + +gUnknown_085ecf08:: @ 85ECF08 .string "ENDURE{CLEAR_TO 0x4E}48BP$" + +gUnknown_085ecf16:: @ 85ECF16 .string "PSYCH UP{CLEAR_TO 0x4E}48BP$" + +gUnknown_085ecf26:: @ 85ECF26 .string "ICE PUNCH{CLEAR_TO 0x4E}48BP$" + +gUnknown_085ecf37:: @ 85ECF37 .string "THUNDERPUNCH{CLEAR_TO 0x4E}48BP$" + +gUnknown_085ecf4b:: @ 85ECF4B .string "FIRE PUNCH{CLEAR_TO 0x4E}48BP$" - + gText_PkmnFainted3:: @ 85ECF5D .string "{STR_VAR_1} fainted…\p\n$" @@ -2093,6 +3536,8 @@ gText_TrainerCardIDNo:: @ 85ECF78 gText_TrainerCardMoney:: @ 85ECF7E .string "MONEY$" + +gUnknown_085ecf84:: @ 85ECF84 .string "¥$" gText_TrainerCardPokedex:: @ 85ECF86 @@ -2104,11 +3549,15 @@ gText_EmptyString6:: @ 85ECF8E gText_Colon2:: @ 85ECF8F .string ":$" + +gUnknown_085ecf91:: @ 85ECF91 .string " points$" gText_TrainerCardTime:: @ 85ECF99 .string "TIME$" + +gUnknown_085ecf9e:: @ 85ECF9E .string "ゲ-ムポイント$" @ "geemupointo" ("game point" in Japanese) gText_Var1sTrainerCard:: @ 85ECFA6 @@ -2117,7 +3566,11 @@ gText_Var1sTrainerCard:: @ 85ECFA6 gText_HallOfFameDebut:: @ 85ECFB8 .string "HALL OF FAME DEBUT $" + +gUnknown_085ecfcd:: @ 85ECFCD .string "LINK BATTLES$" + +gUnknown_085ecfda:: @ 85ECFDA .string "LINK CABLE BATTLES$" gText_WinsLosses:: @ 85ECFED @@ -2156,27 +3609,51 @@ gText_BattleTower:: @ 85ED0D3 gText_WSlashStraightSlash:: @ 85ED0E0 .string "W/{COLOR RED}{SHADOW LIGHT_RED}{STR_VAR_1}{COLOR DARK_GREY}{SHADOW LIGHT_GREY} STRAIGHT/{COLOR RED}{SHADOW LIGHT_RED}{STR_VAR_2}$" + +gUnknown_085ed104:: @ 85ED104 .string "BATTLE TOWER$" + +gUnknown_085ed111:: @ 85ED111 .string "BATTLE DOME$" + +gUnknown_085ed11d:: @ 85ED11D .string "BATTLE PALACE$" + +gUnknown_085ed12b:: @ 85ED12B .string "BATTLE FACTORY$" + +gUnknown_085ed13a:: @ 85ED13A .string "BATTLE ARENA$" + +gUnknown_085ed147:: @ 85ED147 .string "BATTLE PIKE$" + +gUnknown_085ed153:: @ 85ED153 .string "BATTLE PYRAMID$" .align 2 + +gUnknown_085ed164:: @ 85ED164 .string "{STR_VAR_1} SINGLE$" .align 2 + +gUnknown_085ed170:: @ 85ED170 .string "{STR_VAR_1} DOUBLE$" .align 2 + +gUnknown_085ed17c:: @ 85ED17C .string "{STR_VAR_1} MULTI$" .align 2 + +gUnknown_085ed188:: @ 85ED188 .string "{STR_VAR_1} LINK$" .align 2 + +gUnknown_085ed190:: @ 85ED190 .string "{STR_VAR_1}$" gText_Give:: @ 85ED193 @@ -2218,11 +3695,15 @@ gText_CommunicationStandby:: @ 85ED207 gText_ColorDarkGrey:: @ 85ED21E .string "{COLOR DARK_GREY}$" + +gUnknown_085ed222:: @ 85ED222 .string "{COLOR_HIGHLIGHT_SHADOW DYNAMIC_COLOR6 WHITE DYNAMIC_COLOR5}$" gText_HighlightDarkGrey:: @ 85ED228 .string "{HIGHLIGHT DARK_GREY}$" + +gUnknown_085ed22c:: @ 85ED22C .string " $" gText_DynColor2Male:: @ 85ED22E @@ -2233,22 +3714,22 @@ gText_DynColor1Female:: @ 85ED233 gText_DynColor2:: @ 85ED238 .string "{COLOR DYNAMIC_COLOR2}$" - + gText_Upper:: @ 85ED23C .string "UPPER$" - + gText_Lower:: @ 85ED242 .string "lower$" - + gText_Others:: @ 85ED248 .string "OTHERS$" - + gText_Symbols:: @ 85ED24F .string "SYMBOLS$" - + gText_Register2:: @ 85ED257 .string "REGISTER$" - + gText_Exit2:: @ 85ED260 .string "EXIT$" @@ -2270,7 +3751,11 @@ gText_F700JoinedChat:: @ 85ED2A9 gText_F700LeftChat:: @ 85ED2BD .string "{SPECIAL_F7 0x00} left the chat.$" + +gUnknown_085ed2cf:: @ 85ED2CF .string "{SPECIAL_F7 0x00}の{SPECIAL_F7 0x01}ひきめ:$" @ "{SPECIAL_F7 0x00}'s {SPECIAL_F7 0x01}hikime" + +gUnknown_085ed2d9:: @ 85ED2D9 .string "{SPECIAL_F7 0x00}の{SPECIAL_F7 0x01}ひきめは いません$" @ "{SPECIAL_F7 0x00}'s {SPECIAL_F7 0x01}hikimeha imasen" gText_ExitingChat:: @ 85ED2E8 @@ -2324,26 +3809,54 @@ gText_ThankYou:: @ 85ED440 gText_ByeBye:: @ 85ED44A .string "BYE-BYE!$" + +gUnknown_085ed453:: @ 85ED453 .string "Attack the weak points!$" + +gUnknown_085ed46b:: @ 85ED46B .string "Ultimate STEEL POKéMON.$" + +gUnknown_085ed483:: @ 85ED483 .string "I’d climb even waterfalls$" + +gUnknown_085ed49d:: @ 85ED49D .string "to find a rare stone!$" + +gUnknown_085ed4b3:: @ 85ED4B3 .string "I’m the strongest and most$" + +gUnknown_085ed4ce:: @ 85ED4CE .string "energetic after all!$" + +gUnknown_085ed4e3:: @ 85ED4E3 .string "Battle with knowledge!$" + +gUnknown_085ed4fa:: @ 85ED4FA .string "I will use various POKéMON.$" + +gUnknown_085ed516:: @ 85ED516 .string "I’ll be a better POKéMON$" + +gUnknown_085ed52f:: @ 85ED52F .string "prof than my father is!$" + +gUnknown_085ed547:: @ 85ED547 .string "I’m not so good at battles.$" + +gUnknown_085ed563:: @ 85ED563 .string "I’ll use any POKéMON!$" + +gUnknown_085ed579:: @ 85ED579 .string "My POKéMON and I help$" + +gUnknown_085ed58f:: @ 85ED58F .string "my father’s research.$" gText_HatchedFromEgg:: @ 85ED5A5 .string "{STR_VAR_1} hatched from the EGG!$" gText_NickHatchPrompt:: @ 85ED5BE - .string "Would you like to nickname the newly\nhatched {STR_VAR_1}?$" + .string "Would you like to nickname the newly\nhatched {STR_VAR_1}?$" .align 2 gText_ReadyToBerryCrush:: @ 85ED5F0 @@ -2404,7 +3917,7 @@ gText_Var1Berry:: @ 85ED7FC .align 2 gText_TimeColon:: @ 85ED808 .string "Time:$" - + .align 2 gText_PressingSpeed:: @ 85ED810 .string "Pressing Speed:$" @@ -2479,35 +3992,95 @@ gText_BattleRecord:: @ 85ED90E gText_BattlePoints:: @ 85ED91C .string "Battle Points$" + +gUnknown_085ed92a:: @ 85ED92A .string "CANCEL$" + +gUnknown_085ed931:: @ 85ED931 .string "$" + +gUnknown_085ed932:: @ 85ED932 .string "Check BATTLE FRONTIER MAP.$" + +gUnknown_085ed94d:: @ 85ED94D .string "Check TRAINER CARD.$" + +gUnknown_085ed961:: @ 85ED961 .string "View recorded battle.$" + +gUnknown_085ed977:: @ 85ED977 .string "Put away the FRONTIER PASS.$" + +gUnknown_085ed993:: @ 85ED993 .string "Your current Battle Points.$" + +gUnknown_085ed9af:: @ 85ED9AF .string "Your collected Symbols.$" + +gUnknown_085ed9c7:: @ 85ED9C7 .string "Battle Tower - Ability Symbol$" + +gUnknown_085ed9e5:: @ 85ED9E5 .string "Battle Dome - Tactics Symbol$" + +gUnknown_085eda02:: @ 85EDA02 .string "Battle Palace - Spirits Symbol$" + +gUnknown_085eda21:: @ 85EDA21 .string "Battle Arena - Guts Symbol$" + +gUnknown_085eda3c:: @ 85EDA3C .string "Battle Factory - Knowledge Symbol$" + +gUnknown_085eda5e:: @ 85EDA5E .string "Battle Pike - Luck Symbol$" + +gUnknown_085eda78:: @ 85EDA78 .string "Battle Pyramid - Brave Symbol$" + +gUnknown_085eda96:: @ 85EDA96 .string "There is no Battle Record.$" + +gUnknown_085edab1:: @ 85EDAB1 .string "BATTLE TOWER$" + +gUnknown_085edabe:: @ 85EDABE .string "BATTLE DOME$" + +gUnknown_085edaca:: @ 85EDACA .string "BATTLE PALACE$" + +gUnknown_085edad8:: @ 85EDAD8 .string "BATTLE ARENA$" + +gUnknown_085edae5:: @ 85EDAE5 .string "BATTLE FACTORY$" + +gUnknown_085edaf4:: @ 85EDAF4 .string "BATTLE PIKE$" + +gUnknown_085edb00:: @ 85EDB00 .string "BATTLE PYRAMID$" + +gUnknown_085edb0f:: @ 85EDB0F .string "KO opponents and aim for the top!\nYour ability will be tested.$" + +gUnknown_085edb4e:: @ 85EDB4E .string "Keep winning at the tournament!\nYour tactics will be tested.$" + +gUnknown_085edb8b:: @ 85EDB8B .string "Watch your POKéMON battle!\nYour spirit will be tested.$" + +gUnknown_085edbc2:: @ 85EDBC2 .string "Win battles with teamed-up POKéMON!\nYour guts will be tested.$" + +gUnknown_085edc00:: @ 85EDC00 .string "Aim for victory using rental POKéMON!\nYour knowledge will be tested.$" + +gUnknown_085edc45:: @ 85EDC45 .string "Select one of three paths to battle!\nYour luck will be tested.$" + +gUnknown_085edc84:: @ 85EDC84 .string "Aim for the top with exploration!\nYour bravery will be tested.$" gText_ContinueMenuPlayer:: @ 85EDCC3 @@ -2542,7 +4115,7 @@ gText_BerryPickingResults:: @ 85EDD49 gText_10P30P50P50P:: @ 85EDD6B .string "{CLEAR_TO 0x03}10P{CLEAR_TO 0x2B}30P{CLEAR_TO 0x53}50P{CLEAR_TO 0x77}{UNK_CTRL_F9DD}50P$" - + gText_AnnouncingRankings:: @ 85EDD86 .string "Announcing rankings!$" @@ -2639,6 +4212,8 @@ gText_4th:: @ 85EDFAC gText_Friend:: @ 85EDFB0 .string "Friend$" + +gUnknown_085edfb7:: @ 85EDFB7 .string "POKeMON$" gJPText_MysteryGift:: @ 85EDFBF @@ -2690,8 +4265,13 @@ gUnknown_085EE120:: @ 85EE120 gUnknown_085EE12D:: @ 85EE12D .byte 0x06, 0x07, 0x0a, 0x20, 0x00, 0x54, 0x77, 0xae, 0x00, 0x44, 0x0d, 0xfe, 0x94, 0xae, 0x60, 0x37, 0x00, 0x1e, 0x40, 0x2e, 0x00, 0x44, 0x07, 0x1f, 0x0e, 0x2e, 0x44, 0x0c, 0x10, 0xff +gUnknown_085ee14b:: @ 85EE14B .string "RED$" + +gUnknown_085ee14f:: @ 85EE14F .string "BLUE$" + +gUnknown_085ee154:: @ 85EE154 .string "---$" gText_SingleBattleRoomResults:: @ 85EE158 @@ -2779,31 +4359,49 @@ gText_FloorsCleared:: @ 85EE39C .string "Floors cleared: {STR_VAR_1}$" .align 2 + +gUnknown_085ee3b0:: @ 85EE3B0 .string "LV. 50$" .align 2 + +gUnknown_085ee3b8:: @ 85EE3B8 .string "OPEN LEVEL$" .align 2 + +gUnknown_085ee3c4:: @ 85EE3C4 .string "Win streak: {STR_VAR_2}$" .align 2 + +gUnknown_085ee3d4:: @ 85EE3D4 .string "Clear streak: {STR_VAR_2}$" .align 2 + +gUnknown_085ee3e8:: @ 85EE3E8 .string "Rooms cleared: {STR_VAR_2}$" .align 2 + +gUnknown_085ee3fc:: @ 85EE3FC .string "KOs in a row: {STR_VAR_2}$" .align 2 + +gUnknown_085ee410:: @ 85EE410 .string "Floors cleared: {STR_VAR_2}$" .align 2 gText_1Dot:: @ 85EE424 .string "1.$" + +gUnknown_085ee427:: @ 85EE427 .string "2.$" + +gUnknown_085ee42a:: @ 85EE42A .string "3.$" gText_SavingDontTurnOff2:: @ 85EE42D @@ -2842,12 +4440,26 @@ gText_ABtnTitleScreen:: @ 85EE572 gText_Option:: @ 85EE589 .string "OPTION$" + +gUnknown_085ee590:: @ 85EE590 .string "TEXT SPEED$" + +gUnknown_085ee59b:: @ 85EE59B .string "BATTLE SCENE$" + +gUnknown_085ee5a8:: @ 85EE5A8 .string "BATTLE STYLE$" + +gUnknown_085ee5b5:: @ 85EE5B5 .string "SOUND$" + +gUnknown_085ee5bb:: @ 85EE5BB .string "FRAME$" + +gUnknown_085ee5c1:: @ 85EE5C1 .string "CANCEL$" + +gUnknown_085ee5c8:: @ 85EE5C8 .string "BUTTON MODE$" gText_TextSpeedSlow:: @ 85EE5D4 @@ -2895,9 +4507,17 @@ gText_ButtonTypeLEqualsA:: @ 85EE65D gText_XPLink:: @ 85EE667 .string "{STR_VAR_1}P LINK$" + +gUnknown_085ee670:: @ 85EE670 .string "BRONZE$" + +gUnknown_085ee677:: @ 85EE677 .string "COPPER$" + +gUnknown_085ee67e:: @ 85EE67E .string "SILVER$" + +gUnknown_085ee685:: @ 85EE685 .string "GOLD$" gText_Day:: @ 85EE68A @@ -2909,20 +4529,50 @@ gText_Colon3:: @ 85EE68E gText_Confirm2:: @ 85EE690 .string "CONFIRM$" + +gUnknown_085ee698:: @ 85EE698 .string "Days$" + +gUnknown_085ee69d:: @ 85EE69D .string "Time:$" + +gUnknown_085ee6a3:: @ 85EE6A3 .string "Game time$" + +gUnknown_085ee6ad:: @ 85EE6AD .string "RTC time$" + +gUnknown_085ee6b6:: @ 85EE6B6 .string "Updated time$" + +gUnknown_085ee6c3:: @ 85EE6C3 .string "POKéDEX$" + +gUnknown_085ee6cb:: @ 85EE6CB .string "POKéMON$" + +gUnknown_085ee6d3:: @ 85EE6D3 .string "BAG$" + +gUnknown_085ee6d7:: @ 85EE6D7 .string "POKéNAV$" + +gUnknown_085ee6df:: @ 85EE6DF .string "{PLAYER}$" + +gUnknown_085ee6e2:: @ 85EE6E2 .string "SAVE$" + +gUnknown_085ee6e7:: @ 85EE6E7 .string "OPTION$" + +gUnknown_085ee6ee:: @ 85EE6EE .string "EXIT$" + +gUnknown_085ee6f3:: @ 85EE6F3 .string "RETIRE$" + +gUnknown_085ee6fa:: @ 85EE6FA .string "REST$" gText_SafariBallStock:: @ 85EE6FF @@ -2931,13 +4581,29 @@ gText_SafariBallStock:: @ 85EE6FF gText_BattlePyramidFloor:: @ 85EE716 .string "Battle Pyramid\n{STR_VAR_1}$" + +gUnknown_085ee728:: @ 85EE728 .string "Floor 1$" + +gUnknown_085ee730:: @ 85EE730 .string "Floor 2$" + +gUnknown_085ee738:: @ 85EE738 .string "Floor 3$" + +gUnknown_085ee740:: @ 85EE740 .string "Floor 4$" + +gUnknown_085ee748:: @ 85EE748 .string "Floor 5$" + +gUnknown_085ee750:: @ 85EE750 .string "Floor 6$" + +gUnknown_085ee758:: @ 85EE758 .string "Floor 7$" + +gUnknown_085ee760:: @ 85EE760 .string "Peak$" gText_LinkStandby2:: @ 85EE765 @@ -2958,7 +4624,11 @@ gText_EventSafelyLoaded:: @ 85EE80A gText_LoadErrorEndingSession:: @ 85EE827 .string "Loading error.\nEnding session.$" + +gUnknown_085ee846:: @ 85EE846 .string "プレイヤー$" @ "pureiyaa" ("player" in Japanese) + +gUnknown_085ee84c:: @ 85EE84C .string "さま$" @ "sama" (a very high honorific) gText_DexHoenn:: @ 85EE84F @@ -2969,8 +4639,12 @@ gText_DexNational:: @ 85EE855 gText_PokedexDiploma:: @ 85EE85E .string "PLAYER: {CLEAR 0x10}{COLOR RED}{SHADOW LIGHT_RED}{PLAYER}{COLOR DARK_GREY}{SHADOW LIGHT_GREY}\n\nThis document certifies\nthat you have successfully\ncompleted your\n{STR_VAR_1} POKéDEX.\n\n{CLEAR_TO 0x42}{COLOR RED}{SHADOW LIGHT_RED}GAME FREAK$" - + + +gUnknown_085ee8dc:: @ 85EE8DC .string "{COLOR RED}{SHADOW LIGHT_RED}ゲ-ムフリ-ク$" @ geemufuriku ("Game Freak" in Japanese) + +gUnknown_085ee8ea:: @ 85EE8EA .string "{COLOR RED}{SHADOW LIGHT_RED}$" gText_Hoenn:: @ 85EE8F1 @@ -3006,11 +4680,23 @@ gText_TakeGoodCareOfX:: @ 85EE977 gText_ThreeQuestionMarks:: @ 85EEA42 .string "???$" + +gUnknown_085eea46:: @ 85EEA46 .string "MAX. HP$" + +gUnknown_085eea4e:: @ 85EEA4E .string "ATTACK$" + +gUnknown_085eea55:: @ 85EEA55 .string "DEFENSE$" + +gUnknown_085eea5d:: @ 85EEA5D .string "SPEED$" + +gUnknown_085eea63:: @ 85EEA63 .string "SP. ATK$" + +gUnknown_085eea6b:: @ 85EEA6B .string "SP. DEF$" gText_UnkCtrlF904:: @ 85EEA73 @@ -3028,9 +4714,17 @@ gText_MixingRecords:: @ 85EEA7E gText_RecordMixingComplete:: @ 85EEA8E .string "Record mixing completed.\nThank you for waiting.$" + +gUnknown_085eeabe:: @ 85EEABE .string "YOUR NAME?$" + +gUnknown_085eeac9:: @ 85EEAC9 .string "BOX NAME?$" + +gUnknown_085eead3:: @ 85EEAD3 .string "{STR_VAR_1}’s nickname?$" + +gUnknown_085eeae2:: @ 85EEAE2 .string "Tell him the words.$" gText_MoveOkBack:: @ 85EEAF6 @@ -3159,12 +4853,18 @@ gText_PkmnForSwap:: @ 85EECD1 gText_Cancel3:: @ 85EECDD .string "CANCEL$" + +gUnknown_085eece4:: @ 85EECE4 .string "SWAP$" + +gUnknown_085eece9:: @ 85EECE9 .string "ACCEPT$" gText_AcceptThisPkmn:: @ 85EECF0 .string "Accept this POKéMON?$" + +gUnknown_085eed05:: @ 85EED05 .string " $" gText_SamePkmnInPartyAlready:: @ 85EED0A @@ -3193,7 +4893,7 @@ gText_PeopleTrading:: @ 85EED5F gText_PeopleBattling:: @ 85EED6F .string "People battling:$" - + gText_PeopleInUnionRoom:: @ 85EED80 .string "People in the UNION ROOM:$" @@ -3202,13 +4902,13 @@ gText_PeopleCommunicating:: @ 85EED9A gText_F700Players:: @ 85EEDB0 .string "{SPECIAL_F7 0} players$" - + gText_F701Players:: @ 85EEDBB .string "{SPECIAL_F7 1} players$" - + gText_F702Players:: @ 85EEDC6 .string "{SPECIAL_F7 2} players$" - + gText_F703Players:: @ 85EEDD1 .string "{SPECIAL_F7 3} players$" @@ -3218,53 +4918,53 @@ gText_F703Players:: @ 85EEDD1 .4byte gText_F702Players .4byte gText_F703Players - .align 2 + .align 2 gText_WonderCards:: @ 85EEDEC - .string "WONDER CARDS$" + .string "WONDER CARDS$" - .align 2 + .align 2 gText_WonderNews:: @ 85EEDFC - .string "WONDER NEWS$" + .string "WONDER NEWS$" - .align 2 + .align 2 gText_WirelessCommunication:: @ 85EEE08 - .string "WIRELESS COMMUNICATION$" + .string "WIRELESS COMMUNICATION$" - .align 2 + .align 2 gText_Friend2:: @ 85EEE20 - .string "FRIEND$" + .string "FRIEND$" - .align 2 + .align 2 gText_Exit3:: @ 85EEE28 - .string "EXIT$" + .string "EXIT$" - .align 2 + .align 2 gText_Receive:: @ 85EEE30 - .string "RECEIVE$" + .string "RECEIVE$" - .align 2 + .align 2 gText_Send:: @ 85EEE38 - .string "SEND$" + .string "SEND$" - .align 2 + .align 2 gText_Toss:: @ 85EEE40 - .string "TOSS$" + .string "TOSS$" - .align 2 + .align 2 gText_VarietyOfEventsImportedWireless:: @ 85EEE48 - .string "A variety of events will be imported\nover Wireless Communication.$" + .string "A variety of events will be imported\nover Wireless Communication.$" - .align 2 -gText_WonderCardsInPossession:: @ 85EEE40 - .string "Read the WONDER CARDS in your\npossession.$" + .align 2 +gText_WonderCardsInPossession:: @ 85EEE8C + .string "Read the WONDER CARDS in your\npossession.$" - .align 2 + .align 2 gText_ReadNewsThatArrived:: @ 85EEEB8 - .string "Read the NEWS that arrived.$" + .string "Read the NEWS that arrived.$" - .align 2 + .align 2 gText_ReturnToTitle:: @ 85EEED4 - .string "Return to the title screen.$" + .string "Return to the title screen.$" .align 2 gText_DontHaveCardNewOneInput:: @ 85EEEF0 @@ -3283,63 +4983,65 @@ gText_WhereShouldNewsBeAccessed:: @ 85EEF94 .string "Where should the WONDER NEWS\nbe accessed?$" .align 2 + +gUnknown_085eefc0:: @ 85EEFC0 .string "Communication standby…\nB Button: Cancel$" .align 2 gText_Communicating:: @ 85EEFE8 - .string "Communicating…$" + .string "Communicating…$" .align 2 gText_CommunicationCompleted:: @ 85EEFF8 - .string "Communication completed.$" + .string "Communication completed.$" .align 2 gText_CommunicationError:: @ 85EF014 - .string "Communication error.$" + .string "Communication error.$" .align 2 gText_CommunicationCanceled:: @ 85EF02C - .string "Communication has been canceled.$" + .string "Communication has been canceled.$" .align 2 gText_ThrowAwayWonderCard:: @ 85EF050 - .string "Throw away the WONDER CARD\nand input a new CARD?$" + .string "Throw away the WONDER CARD\nand input a new CARD?$" .align 2 gText_HaventReceivedCardsGift:: @ 85EF084 - .string "You haven’t received the CARD’s gift\nyet. Input a new CARD anyway?$" + .string "You haven’t received the CARD’s gift\nyet. Input a new CARD anyway?$" .align 2 gText_WonderCardReceivedFrom:: @ 85EF0C8 - .string "A WONDER CARD has been received\nfrom {STR_VAR_1}.$" + .string "A WONDER CARD has been received\nfrom {STR_VAR_1}.$" .align 2 gText_WonderNewsReceivedFrom:: @ 85EF0F4 - .string "A WONDER NEWS item has been\nreceived from {STR_VAR_1}.$" + .string "A WONDER NEWS item has been\nreceived from {STR_VAR_1}.$" .align 2 gText_WonderCardReceived:: @ 85EF124 - .string "A new WONDER CARD has been\nreceived.$" + .string "A new WONDER CARD has been\nreceived.$" .align 2 gText_WonderNewsReceived:: @ 85EF14C - .string "A new WONDER NEWS item has been\nreceived.$" + .string "A new WONDER NEWS item has been\nreceived.$" .align 2 gText_NewStampReceived:: @ 85EF178 - .string "A new STAMP has been received.$" + .string "A new STAMP has been received.$" .align 2 gText_NewTrainerReceived:: @ 85EF198 - .string "A new TRAINER has arrived.$" + .string "A new TRAINER has arrived.$" .align 2 gText_AlreadyHadCard:: @ 85EF1B4 - .string "You already had that\nWONDER CARD.$" + .string "You already had that\nWONDER CARD.$" .align 2 gText_AlreadyHadNews:: @ 85EF1D8 - .string "You already had that\nWONDER NEWS item.$" + .string "You already had that\nWONDER NEWS item.$" .align 2 gText_AlreadyHadStamp:: @ 85EF200 @@ -3465,7 +5167,7 @@ gText_TotalRecordWLD:: @ 85EF6A1 gText_WinLoseDraw:: @ 85EF6BD .string "{CLEAR_TO 0x53}WIN{CLEAR_TO 0x80}LOSE{CLEAR_TO 0xB0}DRAW$" - + gText_CommunicationStandby5:: @ 85EF6D2 .string "Communication standby…$" @@ -3484,9 +5186,17 @@ gText_YouDontHaveThreeCoins:: @ 85EF734 gText_ReelTimeHelp:: @ 85EF750 .string "REEL TIME\nHere’s your chance to take\naim and nail marks!\nReel Time continues for the\nawarded number of spins.\nIt all ends on a Big Bonus.$" + +gUnknown_085ef7da:: @ 85EF7DA .string "The two seem to get along\nvery well.$" + +gUnknown_085ef7ff:: @ 85EF7FF .string "The two seem to get along.$" + +gUnknown_085ef81a:: @ 85EF81A .string "The two don’t seem to like\neach other much.$" + +gUnknown_085ef846:: @ 85EF846 .string "The two prefer to play with other\nPOKéMON than each other.$" gText_NewLine2:: @ 85EF881 @@ -3507,9 +5217,17 @@ gText_TimeCleared:: @ 85EF895 gText_XMinYDotZSec:: @ 85EF8A3 .string "{STR_VAR_1} min. {STR_VAR_2}.{STR_VAR_3} sec.$" + +gUnknown_085ef8b6:: @ 85EF8B6 .string "1F$" + +gUnknown_085ef8b9:: @ 85EF8B9 .string "2F$" + +gUnknown_085ef8bc:: @ 85EF8BC .string "3F$" + +gUnknown_085ef8bf:: @ 85EF8BF .string "4F$" gText_TeachWhichMoveToPkmn:: @ 85EF8C2 @@ -3533,6 +5251,8 @@ gText_12AndPoof:: @ 85EF979 gText_PkmnForgotMoveAndLearnedNew:: @ 85EF9A6 .string "{STR_VAR_1} forgot {STR_VAR_3}.\pAnd…\p{STR_VAR_1} learned {STR_VAR_2}.$" + +gUnknown_085ef9c8:: @ 85EF9C8 .string "{STR_VAR_1} did not learn the\nmove {STR_VAR_2}.$" gText_GiveUpTeachingNewMove:: @ 85EF9E6 @@ -3547,6 +5267,8 @@ gText_BattleMoves2:: @ 85EFA31 gText_ContestMoves2:: @ 85EFA3E .string "CONTEST MOVES$" + +gUnknown_085efa4c:: @ 85EFA4C .string "TYPE/$" gText_PPSlash:: @ 85EFA52 @@ -3564,11 +5286,23 @@ gText_Appeal2:: @ 85EFA67 gText_Jam2:: @ 85EFA6E .string "JAM$" + +gUnknown_085efa72:: @ 85EFA72 .string "KIRA$" + +gUnknown_085efa77:: @ 85EFA77 .string "AMY$" + +gUnknown_085efa7b:: @ 85EFA7B .string "JOHN$" + +gUnknown_085efa80:: @ 85EFA80 .string "ROY$" + +gUnknown_085efa84:: @ 85EFA84 .string "GABBY$" + +gUnknown_085efa8a:: @ 85EFA8A .string "ANNA$" gText_ClearAllSaveData:: @ 85EFA8F @@ -3586,27 +5320,71 @@ gText_Confirm3:: @ 85EFAE0 gText_Cancel4:: @ 85EFAE8 .string "CANCEL$" + +gUnknown_085efaef:: @ 85EFAEF .string "DEVON PRES$" + +gUnknown_085efafa:: @ 85EFAFA .string "MR. STONE$" + +gUnknown_085efb04:: @ 85EFB04 .string "HARD AS ROCK$" + +gUnknown_085efb11:: @ 85EFB11 .string "STEVEN$" + +gUnknown_085efb18:: @ 85EFB18 .string "RAD NEIGHBOR$" + +gUnknown_085efb25:: @ 85EFB25 .string "RELIABLE ONE$" + +gUnknown_085efb32:: @ 85EFB32 .string "CALM & KIND$" + +gUnknown_085efb3e:: @ 85EFB3E .string "{PKMN} LOVER$" + +gUnknown_085efb47:: @ 85EFB47 .string "DAD$" + +gUnknown_085efb4b:: @ 85EFB4B .string "MOM$" + +gUnknown_085efb4f:: @ 85EFB4F .string "ELUSIVE EYES$" + +gUnknown_085efb5c:: @ 85EFB5C .string "SCOTT$" + +gUnknown_085efb62:: @ 85EFB62 .string "ROCKIN’ WHIZ$" + +gUnknown_085efb6f:: @ 85EFB6F .string "THE BIG HIT$" + +gUnknown_085efb7b:: @ 85EFB7B .string "SWELL SHOCK$" + +gUnknown_085efb87:: @ 85EFB87 .string "PASSION BURN$" + +gUnknown_085efb94:: @ 85EFB94 .string "SKY TAMER$" + +gUnknown_085efb9e:: @ 85EFB9E .string "MYSTIC DUO$" + +gUnknown_085efba9:: @ 85EFBA9 .string "DANDY CHARM$" + +gUnknown_085efbb5:: @ 85EFBB5 .string "ELITE FOUR$" + +gUnknown_085efbc0:: @ 85EFBC0 .string "CHAMPION$" + +gUnknown_085efbc9:: @ 85EFBC9 .string "{PKMN} PROF.$" gText_CommStandbyAwaitingOtherPlayer:: @ 85EFBD2 @@ -3618,25 +5396,65 @@ gText_BattleWasRefused:: @ 85EFC0C gText_RefusedBattle:: @ 85EFC27 .string "Refused the battle.{PAUSE 60}$" + +gUnknown_085efc3e:: @ 85EFC3E .string "NO WEATHER$" + +gUnknown_085efc49:: @ 85EFC49 .string "SUNNY$" + +gUnknown_085efc4f:: @ 85EFC4F .string "SUNNY2$" + +gUnknown_085efc56:: @ 85EFC56 .string "RAIN$" + +gUnknown_085efc5b:: @ 85EFC5B .string "SNOW$" + +gUnknown_085efc60:: @ 85EFC60 .string "LIGHTNING$" + +gUnknown_085efc6a:: @ 85EFC6A .string "FOG$" + +gUnknown_085efc6e:: @ 85EFC6E .string "VOLCANO ASH$" + +gUnknown_085efc7a:: @ 85EFC7A .string "SANDSTORM$" + +gUnknown_085efc84:: @ 85EFC84 .string "FOG2$" + +gUnknown_085efc89:: @ 85EFC89 .string "SEAFLOOR$" + +gUnknown_085efc92:: @ 85EFC92 .string "CLOUDY$" + +gUnknown_085efc99:: @ 85EFC99 .string "SUNNY3$" + +gUnknown_085efca0:: @ 85EFCA0 .string "HEAVY RAIN$" + +gUnknown_085efcab:: @ 85EFCAB .string "SEAFLOOR2$" + +gUnknown_085efcb5:: @ 85EFCB5 .string "DEL. ALL$" + +gUnknown_085efcbe:: @ 85EFCBE .string "CANCEL$" + +gUnknown_085efcc5:: @ 85EFCC5 .string "OK$" + +gUnknown_085efcc8:: @ 85EFCC8 .string "QUIZ$" + +gUnknown_085efccd:: @ 85EFCCD .string "ANSWER$" gText_PokeBalls:: @ 85EFCD4 From 55bae5e8adb9418552c7bd8b75523c2c8a67052b Mon Sep 17 00:00:00 2001 From: scnorton Date: Mon, 25 Sep 2017 14:47:44 -0400 Subject: [PATCH 03/13] data/script_menu.s --- data/data3_a1.s | 454 ------------------------ data/event_scripts.s | 90 ++--- data/script_menu.s | 827 +++++++++++++++++++++++++++++++++++++++++++ ld_script.txt | 1 + src/berry.c | 52 ++- 5 files changed, 924 insertions(+), 500 deletions(-) create mode 100644 data/script_menu.s diff --git a/data/data3_a1.s b/data/data3_a1.s index 7516c34ff..14d3b54df 100644 --- a/data/data3_a1.s +++ b/data/data3_a1.s @@ -5,460 +5,6 @@ .section .rodata -gUnknown_0858AB24:: @ 858AB24 -@ replacing .incbin "baserom.gba", 0x0058ab24, 0xac - .2byte 50, 20 - .2byte 50, 20 - .2byte 50, 20 - .2byte 50, 20 - .2byte 50, 20 - .2byte 50, 30 - .2byte 50, 30 - .2byte 50, 30 - .2byte 50, 30 - .2byte 50, 30 - .2byte 60, 50 - .2byte 60, 50 - .2byte 60, 50 - .2byte 60, 50 - .2byte 60, 50 - .2byte 80, 70 - .2byte 80, 70 - .2byte 80, 70 - .2byte 80, 70 - .2byte 80, 70 - .2byte 100, 100 - .2byte 100, 100 - .2byte 100, 100 - .2byte 100, 100 - .2byte 100, 100 - .2byte 130, 150 - .2byte 130, 150 - .2byte 130, 150 - .2byte 130, 150 - .2byte 130, 150 - .2byte 160, 250 - .2byte 160, 250 - .2byte 160, 250 - .2byte 160, 250 - .2byte 160, 250 - .2byte 180, 500 - .2byte 180, 500 - .2byte 180, 500 - .2byte 180, 500 - .2byte 180, 500 - .2byte 200, 750 - .2byte 200, 750 - .2byte 150, 200 - -gBlankBerryTree:: @ 858ABD0 - .4byte 0x0, 0x0 - -gUnknown_0858ABD8:: @ 858ABD8 -@ replacing .incbin "baserom.gba", 0x0058abd8, 0xb88 - .4byte gUnknown_085ead37, 0 - .4byte gUnknown_085ead41, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085ead67, 0 - .4byte gUnknown_085ead6d, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085ead72, 0 - .4byte gUnknown_085ead84, 0 - .4byte gUnknown_085ead96, 0 - .4byte gText_Cancel2, 0 - .4byte gUnknown_085EADA4, 0 - .4byte gUnknown_085EADB5, 0 - .4byte gUnknown_085EADC4, 0 - .4byte gUnknown_085EADD5, 0 - .4byte gUnknown_085EADE7, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eadf9, 0 - .4byte gUnknown_085eae04, 0 - .4byte gUnknown_085eae12, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eadf9, 0 - .4byte gUnknown_085eae04, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085e8ccb, 0 - .4byte gUnknown_085eae12, 0 - .4byte gUnknown_085eae1b, 0 - .4byte gText_Cancel2, 0 - .4byte gUnknown_085eae27, 0 - .4byte gUnknown_085eae2c, 0 - .4byte gUnknown_085eae31, 0 - .4byte gUnknown_085eae35, 0 - .4byte gUnknown_085eae39, 0 - .4byte gUnknown_085eae3d, 0 - .4byte gUnknown_085eae41, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085ead5f, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eae53, 0 - .4byte gUnknown_085eae5a, 0 - .4byte gText_Yes, 0 - .4byte gText_No, 0 - .4byte gUnknown_085ead6d, 0 - .4byte gUnknown_085eaea2, 0 - .4byte gUnknown_085eaeac, 0 - .4byte gText_Exit, 0 - .4byte gText_Lv50, 0 - .4byte gText_OpenLevel, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_0027ecbc, 0 - .4byte gUnknown_0027ecc3, 0 - .4byte gUnknown_0027eccd, 0 - .4byte gUnknown_0027ecd5, 0 - .4byte gUnknown_0027ecdd, 0 - .4byte gUnknown_0027ece3, 0 - .4byte gUnknown_0027eceb, 0 - .4byte gUnknown_0027ecf2, 0 - .4byte gUnknown_0027ecf8, 0 - .4byte gUnknown_0027ed00, 0 - .4byte gUnknown_0027ed06, 0 - .4byte gUnknown_0027ed10, 0 - .4byte gUnknown_0027ed18, 0 - .4byte gUnknown_0027ed22, 0 - .4byte gUnknown_0027ed2c, 0 - .4byte gUnknown_0027ed36, 0 - .4byte gUnknown_0027ed40, 0 - .4byte gUnknown_0027ed46, 0 - .4byte gUnknown_0027ed4f, 0 - .4byte gUnknown_0027ed59, 0 - .4byte gUnknown_0027ed65, 0 - .4byte gUnknown_0027ed70, 0 - .4byte gUnknown_0027ed74, 0 - .4byte gUnknown_0027ed78, 0 - .4byte gUnknown_0027ed80, 0 - .4byte gUnknown_0027ed95, 0 - .4byte gUnknown_0027edaa, 0 - .4byte gUnknown_0027edb5, 0 - .4byte gUnknown_0027edba, 0 - .4byte gUnknown_0027edc1, 0 - .4byte gUnknown_0027edc9, 0 - .4byte gUnknown_0027edd5, 0 - .4byte gUnknown_0027ede4, 0 - .4byte gUnknown_0027edf0, 0 - .4byte gUnknown_0027edf5, 0 - .4byte gUnknown_0027edf7, 0 - .4byte gUnknown_0027edf9, 0 - .4byte gUnknown_0027edfb, 0 - .4byte gUnknown_0027edfd, 0 - .4byte gUnknown_0027edff, 0 - .4byte gUnknown_0027ee01, 0 - .4byte gUnknown_0027ee03, 0 - .4byte gUnknown_0027ee05, 0 - .4byte gUnknown_0027ee07, 0 - .4byte gUnknown_0027ee09, 0 - .4byte gUnknown_085eaec3, 0 - .4byte gUnknown_085eaed6, 0 - .4byte gUnknown_085eaee6, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eaef6, 0 - .4byte gUnknown_085eaf02, 0 - .4byte gUnknown_085eaf0e, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eaf1b, 0 - .4byte gUnknown_085eaf24, 0 - .4byte gUnknown_085eaf2f, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eaf34, 0 - .4byte gUnknown_085eaf3e, 0 - .4byte gUnknown_085eaf4b, 0 - .4byte gUnknown_085eaf58, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eaf65, 0 - .4byte gUnknown_085eaf70, 0 - .4byte gUnknown_085eaf7d, 0 - .4byte gUnknown_085eaf87, 0 - .4byte gUnknown_085eaf93, 0 - .4byte gUnknown_085eaf9f, 0 - .4byte gUnknown_085eafab, 0 - .4byte gText_Cancel2, 0 - .4byte gUnknown_085eafb6, 0 - .4byte gUnknown_085eafcf, 0 - .4byte gUnknown_085eafe8, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb089, 0 - .4byte gUnknown_085eb09c, 0 - .4byte gUnknown_085eb0af, 0 - .4byte gUnknown_085eb0c2, 0 - .4byte gUnknown_085eb0d5, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb002, 0 - .4byte gUnknown_085eb017, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb02a, 0 - .4byte gUnknown_085eb034, 0 - .4byte gUnknown_085eb79b, 0 - .4byte gUnknown_085eb06e, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb7a9, 0 - .4byte gUnknown_085eb79b, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb07e, 0 - .4byte gUnknown_085eb084, 0 - .4byte gUnknown_085eb79b, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb676, 0 - .4byte gUnknown_085eb673, 0 - .4byte gUnknown_085eb670, 0 - .4byte gUnknown_085eb66d, 0 - .4byte gUnknown_085eb66a, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb040, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb04a, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb040, 0 - .4byte gUnknown_085eb04a, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb057, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb040, 0 - .4byte gUnknown_085eb057, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb04a, 0 - .4byte gUnknown_085eb057, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb040, 0 - .4byte gUnknown_085eb04a, 0 - .4byte gUnknown_085eb057, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb062, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb040, 0 - .4byte gUnknown_085eb062, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb04a, 0 - .4byte gUnknown_085eb062, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb040, 0 - .4byte gUnknown_085eb04a, 0 - .4byte gUnknown_085eb062, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb057, 0 - .4byte gUnknown_085eb062, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb040, 0 - .4byte gUnknown_085eb057, 0 - .4byte gUnknown_085eb062, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb04a, 0 - .4byte gUnknown_085eb057, 0 - .4byte gUnknown_085eb062, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb040, 0 - .4byte gUnknown_085eb04a, 0 - .4byte gUnknown_085eb057, 0 - .4byte gUnknown_085eb062, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb1a0, 0 - .4byte gUnknown_085eb1a9, 0 - .4byte gUnknown_085eb1b6, 0 - .4byte gUnknown_085eb5bc, 0 - .4byte gUnknown_085eb5c3, 0 - .4byte gUnknown_085eb5c8, 0 - .4byte gUnknown_085eb1a0, 0 - .4byte gUnknown_085eb1a9, 0 - .4byte gUnknown_085eb1b6, 0 - .4byte gUnknown_085eb5c3, 0 - .4byte gUnknown_085eb5c8, 0 - .4byte gUnknown_085eb29a, 0 - .4byte gUnknown_085eb2a3, 0 - .4byte gUnknown_085eb372, 0 - .4byte gUnknown_085eb37f, 0 - .4byte gUnknown_085eb389, 0 - .4byte gText_Exit, 0 - .4byte gText_Yes, 0 - .4byte gText_No, 0 - .4byte gUnknown_085ead6d, 0 - .4byte gUnknown_085eae6e, 0 - .4byte gUnknown_085eae7c, 0 - .4byte gUnknown_085eae8a, 0 - .4byte gUnknown_085ead6d, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb372, 0 - .4byte gUnknown_085eb37f, 0 - .4byte gUnknown_085eb397, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb372, 0 - .4byte gUnknown_085eb37f, 0 - .4byte gUnknown_085eb389, 0 - .4byte gUnknown_085eb397, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb372, 0 - .4byte gUnknown_085eb37f, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb3a4, 0 - .4byte gUnknown_085eb3b1, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb3d4, 0 - .4byte gUnknown_085eb3c6, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb1c5, 0 - .4byte gUnknown_085eb1d1, 0 - .4byte gUnknown_085eb1dc, 0 - .4byte gUnknown_085eb1e7, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb212, 0 - .4byte gUnknown_085eb21d, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb227, 0 - .4byte gUnknown_085eb234, 0 - .4byte gUnknown_085eb241, 0 - .4byte gText_Cancel2, 0 - .4byte gUnknown_085eb24e, 0 - .4byte gUnknown_085eb255, 0 - .4byte gText_Exit, 0 - .4byte gText_MenuOptionPokedex, 0 - .4byte gText_MenuOptionPokemon, 0 - .4byte gText_MenuOptionBag, 0 - .4byte gText_MenuOptionPokenav, 0 - .4byte gUnknown_085eb278, 0 - .4byte gText_MenuOptionSave, 0 - .4byte gText_MenuOptionOption, 0 - .4byte gText_MenuOptionExit, 0 - .4byte gUnknown_085eb28a, 0 - .4byte gUnknown_085eb290, 0 - .4byte gUnknown_085eb295, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb2ad, 0 - .4byte gUnknown_085eb2bd, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb2ad, 0 - .4byte gUnknown_085eb2ca, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb2bd, 0 - .4byte gUnknown_085eb2ca, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb2ad, 0 - .4byte gUnknown_085eb2bd, 0 - .4byte gUnknown_085eb2ca, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb2e4, 0 - .4byte gUnknown_085eb2f0, 0 - .4byte gText_Exit, 0 - .4byte gText_Yes, 0 - .4byte gUnknown_085eb2fc, 0 - .4byte gUnknown_085eb3df, 0 - .4byte gUnknown_085eb3ea, 0 - .4byte gUnknown_085eb3f1, 0 - .4byte gUnknown_085eb3fc, 0 - .4byte gUnknown_085eb40a, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb415, 0 - .4byte gUnknown_085eb41d, 0 - .4byte gUnknown_085eb424, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb45c, 0 - .4byte gUnknown_085eb469, 0 - .4byte gUnknown_085eb475, 0 - .4byte gUnknown_085eb482, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb42f, 0 - .4byte gUnknown_085eb43a, 0 - .4byte gUnknown_085eb444, 0 - .4byte gUnknown_085eb451, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb48e, 0 - .4byte gUnknown_085eb496, 0 - .4byte gUnknown_085eb4a3, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb4ad, 0 - .4byte gUnknown_085eb4b9, 0 - .4byte gUnknown_085eb4c7, 0 - .4byte gUnknown_085eb4d4, 0 - .4byte gUnknown_085eb4e0, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb4eb, 0 - .4byte gUnknown_085eb4f9, 0 - .4byte gUnknown_085eb508, 0 - .4byte gUnknown_085eb516, 0 - .4byte gUnknown_085eb523, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb532, 0 - .4byte gUnknown_085eb543, 0 - .4byte gUnknown_085eb555, 0 - .4byte gUnknown_085eb563, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb56e, 0 - .4byte gUnknown_085eb57e, 0 - .4byte gUnknown_085eb589, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb5b6, 0 - .4byte gUnknown_085eb5bc, 0 - .4byte gUnknown_085eb5c3, 0 - .4byte gUnknown_085eb5c8, 0 - .4byte gUnknown_085eb5b6, 0 - .4byte gUnknown_085eb5c3, 0 - .4byte gUnknown_085eb5c8, 0 - .4byte gUnknown_085eb5b6, 0 - .4byte gUnknown_085eb5bc, 0 - .4byte gUnknown_085eb5c8, 0 - .4byte gUnknown_085eb5b6, 0 - .4byte gUnknown_085eb5c8, 0 - .4byte gUnknown_085ee14b, 0 - .4byte gUnknown_085ee14f, 0 - .4byte gUnknown_085eb2ff, 0 - .4byte gUnknown_085eb310, 0 - .4byte gUnknown_085eb317, 0 - .4byte gUnknown_085eb31f, 0 - .4byte gUnknown_085eb7b8, 0 - .4byte gUnknown_085eb7c7, 0 - .4byte gUnknown_085eb7d0, 0 - .4byte gUnknown_085eb7db, 0 - .4byte gUnknown_085eb4ad, 0 - .4byte gUnknown_085eb4b9, 0 - .4byte gUnknown_085eb4c7, 0 - .4byte gUnknown_085eb4d4, 0 - .4byte gUnknown_085eb597, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb5a6, 0 - .4byte gUnknown_085eb45c, 0 - .4byte gUnknown_085eb469, 0 - .4byte gUnknown_085eb475, 0 - .4byte gUnknown_085eb482, 0 - .4byte gText_Exit, 0 - .4byte gUnknown_085eb32d, 0 - .4byte gUnknown_085eb33e, 0 - .4byte gUnknown_085eb350, 0 - .4byte gUnknown_085eb361, 0 - .4byte gText_Exit, 0 - .4byte gText_Exit, 0 - -gUnknown_0858B760:: @ 858B760 - .incbin "baserom.gba", 0x58b760, 0x390 - -gUnknown_0858BAF0:: @ 858BAF0 - .incbin "baserom.gba", 0x58baf0, 0x78 - -gUnknown_0858BB68:: @ 858BB68 - .incbin "baserom.gba", 0x58bb68, 0x8 - -gUnknown_0858BB70:: @ 858BB70 - .incbin "baserom.gba", 0x58bb70, 0x10 - -gUnknown_0858BB80:: @ 858BB80 - .incbin "baserom.gba", 0x58bb80, 0x1c - -gUnknown_0858BB9C:: @ 858BB9C - .incbin "baserom.gba", 0x58bb9c, 0x10 - -gUnknown_0858BBAC:: @ 858BBAC - .incbin "baserom.gba", 0x58bbac, 0x10 - -gUnknown_0858BBBC:: @ 858BBBC - .incbin "baserom.gba", 0x58bbbc, 0x10 - -gUnknown_0858BBCC:: @ 858BBCC - .incbin "baserom.gba", 0x58bbcc, 0x14 - -gUnknown_0858BBE0:: @ 858BBE0 - .incbin "baserom.gba", 0x58bbe0, 0xc - -gUnknown_0858BBEC:: @ 858BBEC - .incbin "baserom.gba", 0x58bbec, 0x18c - gUnknown_0858BD78:: @ 858BD78 .incbin "baserom.gba", 0x58bd78, 0x40 diff --git a/data/event_scripts.s b/data/event_scripts.s index 30e2aa335..b3aa055d8 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -686,139 +686,139 @@ gUnknown_0827E8DA:: @ 827E8DA gUnknown_0827EA0C:: @ 827EA0C .incbin "baserom.gba", 0x27ea0c, 0x2b0 -gUnknown_0027ecbc:: @ 27ECBC +gUnknown_0827ecbc:: @ 27ECBC .incbin "baserom.gba", 0x27ecbc, 0x7 -gUnknown_0027ecc3:: @ 27ECC3 +gUnknown_0827ecc3:: @ 27ECC3 .incbin "baserom.gba", 0x27ecc3, 0xa -gUnknown_0027eccd:: @ 27ECCD +gUnknown_0827eccd:: @ 27ECCD .incbin "baserom.gba", 0x27eccd, 0x8 -gUnknown_0027ecd5:: @ 27ECD5 +gUnknown_0827ecd5:: @ 27ECD5 .incbin "baserom.gba", 0x27ecd5, 0x8 -gUnknown_0027ecdd:: @ 27ECDD +gUnknown_0827ecdd:: @ 27ECDD .incbin "baserom.gba", 0x27ecdd, 0x6 -gUnknown_0027ece3:: @ 27ECE3 +gUnknown_0827ece3:: @ 27ECE3 .incbin "baserom.gba", 0x27ece3, 0x8 -gUnknown_0027eceb:: @ 27ECEB +gUnknown_0827eceb:: @ 27ECEB .incbin "baserom.gba", 0x27eceb, 0x7 -gUnknown_0027ecf2:: @ 27ECF2 +gUnknown_0827ecf2:: @ 27ECF2 .incbin "baserom.gba", 0x27ecf2, 0x6 -gUnknown_0027ecf8:: @ 27ECF8 +gUnknown_0827ecf8:: @ 27ECF8 .incbin "baserom.gba", 0x27ecf8, 0x8 -gUnknown_0027ed00:: @ 27ED00 +gUnknown_0827ed00:: @ 27ED00 .incbin "baserom.gba", 0x27ed00, 0x6 -gUnknown_0027ed06:: @ 27ED06 +gUnknown_0827ed06:: @ 27ED06 .incbin "baserom.gba", 0x27ed06, 0xa -gUnknown_0027ed10:: @ 27ED10 +gUnknown_0827ed10:: @ 27ED10 .incbin "baserom.gba", 0x27ed10, 0x8 -gUnknown_0027ed18:: @ 27ED18 +gUnknown_0827ed18:: @ 27ED18 .incbin "baserom.gba", 0x27ed18, 0xa -gUnknown_0027ed22:: @ 27ED22 +gUnknown_0827ed22:: @ 27ED22 .incbin "baserom.gba", 0x27ed22, 0xa -gUnknown_0027ed2c:: @ 27ED2C +gUnknown_0827ed2c:: @ 27ED2C .incbin "baserom.gba", 0x27ed2c, 0xa -gUnknown_0027ed36:: @ 27ED36 +gUnknown_0827ed36:: @ 27ED36 .incbin "baserom.gba", 0x27ed36, 0xa -gUnknown_0027ed40:: @ 27ED40 +gUnknown_0827ed40:: @ 27ED40 .incbin "baserom.gba", 0x27ed40, 0x6 -gUnknown_0027ed46:: @ 27ED46 +gUnknown_0827ed46:: @ 27ED46 .incbin "baserom.gba", 0x27ed46, 0x9 -gUnknown_0027ed4f:: @ 27ED4F +gUnknown_0827ed4f:: @ 27ED4F .incbin "baserom.gba", 0x27ed4f, 0xa -gUnknown_0027ed59:: @ 27ED59 +gUnknown_0827ed59:: @ 27ED59 .incbin "baserom.gba", 0x27ed59, 0xc -gUnknown_0027ed65:: @ 27ED65 +gUnknown_0827ed65:: @ 27ED65 .incbin "baserom.gba", 0x27ed65, 0xb -gUnknown_0027ed70:: @ 27ED70 +gUnknown_0827ed70:: @ 27ED70 .incbin "baserom.gba", 0x27ed70, 0x4 -gUnknown_0027ed74:: @ 27ED74 +gUnknown_0827ed74:: @ 27ED74 .incbin "baserom.gba", 0x27ed74, 0x4 -gUnknown_0027ed78:: @ 27ED78 +gUnknown_0827ed78:: @ 27ED78 .incbin "baserom.gba", 0x27ed78, 0x8 -gUnknown_0027ed80:: @ 27ED80 +gUnknown_0827ed80:: @ 27ED80 .incbin "baserom.gba", 0x27ed80, 0x15 -gUnknown_0027ed95:: @ 27ED95 +gUnknown_0827ed95:: @ 27ED95 .incbin "baserom.gba", 0x27ed95, 0x15 -gUnknown_0027edaa:: @ 27EDAA +gUnknown_0827edaa:: @ 27EDAA .incbin "baserom.gba", 0x27edaa, 0xb -gUnknown_0027edb5:: @ 27EDB5 +gUnknown_0827edb5:: @ 27EDB5 .incbin "baserom.gba", 0x27edb5, 0x5 -gUnknown_0027edba:: @ 27EDBA +gUnknown_0827edba:: @ 27EDBA .incbin "baserom.gba", 0x27edba, 0x7 -gUnknown_0027edc1:: @ 27EDC1 +gUnknown_0827edc1:: @ 27EDC1 .incbin "baserom.gba", 0x27edc1, 0x8 -gUnknown_0027edc9:: @ 27EDC9 +gUnknown_0827edc9:: @ 27EDC9 .incbin "baserom.gba", 0x27edc9, 0xc -gUnknown_0027edd5:: @ 27EDD5 +gUnknown_0827edd5:: @ 27EDD5 .incbin "baserom.gba", 0x27edd5, 0xf -gUnknown_0027ede4:: @ 27EDE4 +gUnknown_0827ede4:: @ 27EDE4 .incbin "baserom.gba", 0x27ede4, 0xc -gUnknown_0027edf0:: @ 27EDF0 +gUnknown_0827edf0:: @ 27EDF0 .incbin "baserom.gba", 0x27edf0, 0x5 -gUnknown_0027edf5:: @ 27EDF5 +gUnknown_0827edf5:: @ 27EDF5 .incbin "baserom.gba", 0x27edf5, 0x2 -gUnknown_0027edf7:: @ 27EDF7 +gUnknown_0827edf7:: @ 27EDF7 .incbin "baserom.gba", 0x27edf7, 0x2 -gUnknown_0027edf9:: @ 27EDF9 +gUnknown_0827edf9:: @ 27EDF9 .incbin "baserom.gba", 0x27edf9, 0x2 -gUnknown_0027edfb:: @ 27EDFB +gUnknown_0827edfb:: @ 27EDFB .incbin "baserom.gba", 0x27edfb, 0x2 -gUnknown_0027edfd:: @ 27EDFD +gUnknown_0827edfd:: @ 27EDFD .incbin "baserom.gba", 0x27edfd, 0x2 -gUnknown_0027edff:: @ 27EDFF +gUnknown_0827edff:: @ 27EDFF .incbin "baserom.gba", 0x27edff, 0x2 -gUnknown_0027ee01:: @ 27EE01 +gUnknown_0827ee01:: @ 27EE01 .incbin "baserom.gba", 0x27ee01, 0x2 -gUnknown_0027ee03:: @ 27EE03 +gUnknown_0827ee03:: @ 27EE03 .incbin "baserom.gba", 0x27ee03, 0x2 -gUnknown_0027ee05:: @ 27EE05 +gUnknown_0827ee05:: @ 27EE05 .incbin "baserom.gba", 0x27ee05, 0x2 -gUnknown_0027ee07:: @ 27EE07 +gUnknown_0827ee07:: @ 27EE07 .incbin "baserom.gba", 0x27ee07, 0x2 -gUnknown_0027ee09:: @ 27EE09 +gUnknown_0827ee09:: @ 27EE09 .incbin "baserom.gba", 0x27ee09, 0x2 gUnknown_0827EE0B:: @ 827EE0B diff --git a/data/script_menu.s b/data/script_menu.s new file mode 100644 index 000000000..3a98e2fa5 --- /dev/null +++ b/data/script_menu.s @@ -0,0 +1,827 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + +gUnknown_0858ABD8:: @ 858ABD8 +@ replacing .incbin "baserom.gba", 0x0058abd8, 0x18 + .4byte gUnknown_085ead37, 0 + .4byte gUnknown_085ead41, 0 + .4byte gText_Exit, 0 + +gUnknown_0858abf0:: @ 58ABF0 +@ replacing .incbin "baserom.gba", 0x0058abf0, 0x18 + .4byte gUnknown_085ead67, 0 + .4byte gUnknown_085ead6d, 0 + .4byte gText_Exit, 0 + +gUnknown_0858ac08:: @ 58AC08 +@ replacing .incbin "baserom.gba", 0x0058ac08, 0x20 + .4byte gUnknown_085ead72, 0 + .4byte gUnknown_085ead84, 0 + .4byte gUnknown_085ead96, 0 + .4byte gText_Cancel2, 0 + +gUnknown_0858ac28:: @ 58AC28 +@ replacing .incbin "baserom.gba", 0x0058ac28, 0x30 + .4byte gUnknown_085EADA4, 0 + .4byte gUnknown_085EADB5, 0 + .4byte gUnknown_085EADC4, 0 + .4byte gUnknown_085EADD5, 0 + .4byte gUnknown_085EADE7, 0 + .4byte gText_Exit, 0 + +gUnknown_0858ac58:: @ 58AC58 +@ replacing .incbin "baserom.gba", 0x0058ac58, 0x20 + .4byte gUnknown_085eadf9, 0 + .4byte gUnknown_085eae04, 0 + .4byte gUnknown_085eae12, 0 + .4byte gText_Exit, 0 + +gUnknown_0858ac78:: @ 58AC78 +@ replacing .incbin "baserom.gba", 0x0058ac78, 0x18 + .4byte gUnknown_085eadf9, 0 + .4byte gUnknown_085eae04, 0 + .4byte gText_Exit, 0 + +gUnknown_0858ac90:: @ 58AC90 +@ replacing .incbin "baserom.gba", 0x0058ac90, 0x20 + .4byte gUnknown_085e8ccb, 0 + .4byte gUnknown_085eae12, 0 + .4byte gUnknown_085eae1b, 0 + .4byte gText_Cancel2, 0 + +gUnknown_0858acb0:: @ 58ACB0 +@ replacing .incbin "baserom.gba", 0x0058acb0, 0x10 + .4byte gUnknown_085eae27, 0 + .4byte gUnknown_085eae2c, 0 + +gUnknown_0858acc0:: @ 58ACC0 +@ replacing .incbin "baserom.gba", 0x0058acc0, 0x30 + .4byte gUnknown_085eae31, 0 + .4byte gUnknown_085eae35, 0 + .4byte gUnknown_085eae39, 0 + .4byte gUnknown_085eae3d, 0 + .4byte gUnknown_085eae41, 0 + .4byte gText_Exit, 0 + +gUnknown_0858acf0:: @ 58ACF0 +@ replacing .incbin "baserom.gba", 0x0058acf0, 0x10 + .4byte gUnknown_085ead5f, 0 + .4byte gText_Exit, 0 + +gUnknown_0858ad00:: @ 58AD00 +@ replacing .incbin "baserom.gba", 0x0058ad00, 0x10 + .4byte gUnknown_085eae53, 0 + .4byte gUnknown_085eae5a, 0 + +gUnknown_0858ad10:: @ 58AD10 +@ replacing .incbin "baserom.gba", 0x0058ad10, 0x18 + .4byte gText_Yes, 0 + .4byte gText_No, 0 + .4byte gUnknown_085ead6d, 0 + +gUnknown_0858ad28:: @ 58AD28 +@ replacing .incbin "baserom.gba", 0x0058ad28, 0x18 + .4byte gUnknown_085eaea2, 0 + .4byte gUnknown_085eaeac, 0 + .4byte gText_Exit, 0 + +gUnknown_0858ad40:: @ 58AD40 +@ replacing .incbin "baserom.gba", 0x0058ad40, 0x18 + .4byte gText_Lv50, 0 + .4byte gText_OpenLevel, 0 + .4byte gText_Exit, 0 + +gUnknown_0858ad58:: @ 58AD58 +@ replacing .incbin "baserom.gba", 0x0058ad58, 0x18 + .4byte gUnknown_0827ecbc, 0 + .4byte gUnknown_0827ecc3, 0 + .4byte gUnknown_0827eccd, 0 + +gUnknown_0858ad70:: @ 58AD70 +@ replacing .incbin "baserom.gba", 0x0058ad70, 0x18 + .4byte gUnknown_0827ecd5, 0 + .4byte gUnknown_0827ecdd, 0 + .4byte gUnknown_0827ece3, 0 + +gUnknown_0858ad88:: @ 58AD88 +@ replacing .incbin "baserom.gba", 0x0058ad88, 0x18 + .4byte gUnknown_0827eceb, 0 + .4byte gUnknown_0827ecf2, 0 + .4byte gUnknown_0827ecf8, 0 + +gUnknown_0858ada0:: @ 58ADA0 +@ replacing .incbin "baserom.gba", 0x0058ada0, 0x18 + .4byte gUnknown_0827ed00, 0 + .4byte gUnknown_0827ed06, 0 + .4byte gUnknown_0827ed10, 0 + +gUnknown_0858adb8:: @ 58ADB8 +@ replacing .incbin "baserom.gba", 0x0058adb8, 0x18 + .4byte gUnknown_0827ed18, 0 + .4byte gUnknown_0827ed22, 0 + .4byte gUnknown_0827ed2c, 0 + +gUnknown_0858add0:: @ 58ADD0 +@ replacing .incbin "baserom.gba", 0x0058add0, 0x18 + .4byte gUnknown_0827ed36, 0 + .4byte gUnknown_0827ed40, 0 + .4byte gUnknown_0827ed46, 0 + +gUnknown_0858ade8:: @ 58ADE8 +@ replacing .incbin "baserom.gba", 0x0058ade8, 0x18 + .4byte gUnknown_0827ed4f, 0 + .4byte gUnknown_0827ed59, 0 + .4byte gUnknown_0827ed65, 0 + +gUnknown_0858ae00:: @ 58AE00 +@ replacing .incbin "baserom.gba", 0x0058ae00, 0x18 + .4byte gUnknown_0827ed70, 0 + .4byte gUnknown_0827ed74, 0 + .4byte gUnknown_0827ed78, 0 + +gUnknown_0858ae18:: @ 58AE18 +@ replacing .incbin "baserom.gba", 0x0058ae18, 0x18 + .4byte gUnknown_0827ed80, 0 + .4byte gUnknown_0827ed95, 0 + .4byte gUnknown_0827edaa, 0 + +gUnknown_0858ae30:: @ 58AE30 +@ replacing .incbin "baserom.gba", 0x0058ae30, 0x18 + .4byte gUnknown_0827edb5, 0 + .4byte gUnknown_0827edba, 0 + .4byte gUnknown_0827edc1, 0 + +gUnknown_0858ae48:: @ 58AE48 +@ replacing .incbin "baserom.gba", 0x0058ae48, 0x18 + .4byte gUnknown_0827edc9, 0 + .4byte gUnknown_0827edd5, 0 + .4byte gUnknown_0827ede4, 0 + +gUnknown_0858ae60:: @ 58AE60 +@ replacing .incbin "baserom.gba", 0x0058ae60, 0x18 + .4byte gUnknown_0827edf0, 0 + .4byte gUnknown_0827edf5, 0 + .4byte gUnknown_0827edf7, 0 + +gUnknown_0858ae78:: @ 58AE78 +@ replacing .incbin "baserom.gba", 0x0058ae78, 0x18 + .4byte gUnknown_0827edf9, 0 + .4byte gUnknown_0827edfb, 0 + .4byte gUnknown_0827edfd, 0 + +gUnknown_0858ae90:: @ 58AE90 +@ replacing .incbin "baserom.gba", 0x0058ae90, 0x18 + .4byte gUnknown_0827edff, 0 + .4byte gUnknown_0827ee01, 0 + .4byte gUnknown_0827ee03, 0 + +gUnknown_0858aea8:: @ 58AEA8 +@ replacing .incbin "baserom.gba", 0x0058aea8, 0x18 + .4byte gUnknown_0827ee05, 0 + .4byte gUnknown_0827ee07, 0 + .4byte gUnknown_0827ee09, 0 + +gUnknown_0858aec0:: @ 58AEC0 +@ replacing .incbin "baserom.gba", 0x0058aec0, 0x20 + .4byte gUnknown_085eaec3, 0 + .4byte gUnknown_085eaed6, 0 + .4byte gUnknown_085eaee6, 0 + .4byte gText_Exit, 0 + +gUnknown_0858aee0:: @ 58AEE0 +@ replacing .incbin "baserom.gba", 0x0058aee0, 0x20 + .4byte gUnknown_085eaef6, 0 + .4byte gUnknown_085eaf02, 0 + .4byte gUnknown_085eaf0e, 0 + .4byte gText_Exit, 0 + +gUnknown_0858af00:: @ 58AF00 +@ replacing .incbin "baserom.gba", 0x0058af00, 0x20 + .4byte gUnknown_085eaf1b, 0 + .4byte gUnknown_085eaf24, 0 + .4byte gUnknown_085eaf2f, 0 + .4byte gText_Exit, 0 + +gUnknown_0858af20:: @ 58AF20 +@ replacing .incbin "baserom.gba", 0x0058af20, 0x10 + .4byte gUnknown_085eaf34, 0 + .4byte gUnknown_085eaf3e, 0 + +gUnknown_0858af30:: @ 58AF30 +@ replacing .incbin "baserom.gba", 0x0058af30, 0x18 + .4byte gUnknown_085eaf4b, 0 + .4byte gUnknown_085eaf58, 0 + .4byte gText_Exit, 0 + +gUnknown_0858af48:: @ 58AF48 +@ replacing .incbin "baserom.gba", 0x0058af48, 0x40 + .4byte gUnknown_085eaf65, 0 + .4byte gUnknown_085eaf70, 0 + .4byte gUnknown_085eaf7d, 0 + .4byte gUnknown_085eaf87, 0 + .4byte gUnknown_085eaf93, 0 + .4byte gUnknown_085eaf9f, 0 + .4byte gUnknown_085eafab, 0 + .4byte gText_Cancel2, 0 + +gUnknown_0858af88:: @ 58AF88 +@ replacing .incbin "baserom.gba", 0x0058af88, 0x20 + .4byte gUnknown_085eafb6, 0 + .4byte gUnknown_085eafcf, 0 + .4byte gUnknown_085eafe8, 0 + .4byte gText_Exit, 0 + +gUnknown_0858afa8:: @ 58AFA8 +@ replacing .incbin "baserom.gba", 0x0058afa8, 0x30 + .4byte gUnknown_085eb089, 0 + .4byte gUnknown_085eb09c, 0 + .4byte gUnknown_085eb0af, 0 + .4byte gUnknown_085eb0c2, 0 + .4byte gUnknown_085eb0d5, 0 + .4byte gText_Exit, 0 + +gUnknown_0858afd8:: @ 58AFD8 +@ replacing .incbin "baserom.gba", 0x0058afd8, 0x18 + .4byte gUnknown_085eb002, 0 + .4byte gUnknown_085eb017, 0 + .4byte gText_Exit, 0 + +gUnknown_0858aff0:: @ 58AFF0 +@ replacing .incbin "baserom.gba", 0x0058aff0, 0x10 + .4byte gUnknown_085eb02a, 0 + .4byte gUnknown_085eb034, 0 + +gUnknown_0858b000:: @ 58B000 +@ replacing .incbin "baserom.gba", 0x0058b000, 0x18 + .4byte gUnknown_085eb79b, 0 + .4byte gUnknown_085eb06e, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b018:: @ 58B018 +@ replacing .incbin "baserom.gba", 0x0058b018, 0x18 + .4byte gUnknown_085eb7a9, 0 + .4byte gUnknown_085eb79b, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b030:: @ 58B030 +@ replacing .incbin "baserom.gba", 0x0058b030, 0x10 + .4byte gUnknown_085eb07e, 0 + .4byte gUnknown_085eb084, 0 + +gUnknown_0858b040:: @ 58B040 +@ replacing .incbin "baserom.gba", 0x0058b040, 0x10 + .4byte gUnknown_085eb79b, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b050:: @ 58B050 +@ replacing .incbin "baserom.gba", 0x0058b050, 0x30 + .4byte gUnknown_085eb676, 0 + .4byte gUnknown_085eb673, 0 + .4byte gUnknown_085eb670, 0 + .4byte gUnknown_085eb66d, 0 + .4byte gUnknown_085eb66a, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b080:: @ 58B080 +@ replacing .incbin "baserom.gba", 0x0058b080, 0x10 + .4byte gUnknown_085eb040, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b090:: @ 58B090 +@ replacing .incbin "baserom.gba", 0x0058b090, 0x10 + .4byte gUnknown_085eb04a, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b0a0:: @ 58B0A0 +@ replacing .incbin "baserom.gba", 0x0058b0a0, 0x18 + .4byte gUnknown_085eb040, 0 + .4byte gUnknown_085eb04a, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b0b8:: @ 58B0B8 +@ replacing .incbin "baserom.gba", 0x0058b0b8, 0x10 + .4byte gUnknown_085eb057, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b0c8:: @ 58B0C8 +@ replacing .incbin "baserom.gba", 0x0058b0c8, 0x18 + .4byte gUnknown_085eb040, 0 + .4byte gUnknown_085eb057, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b0e0:: @ 58B0E0 +@ replacing .incbin "baserom.gba", 0x0058b0e0, 0x18 + .4byte gUnknown_085eb04a, 0 + .4byte gUnknown_085eb057, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b0f8:: @ 58B0F8 +@ replacing .incbin "baserom.gba", 0x0058b0f8, 0x20 + .4byte gUnknown_085eb040, 0 + .4byte gUnknown_085eb04a, 0 + .4byte gUnknown_085eb057, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b118:: @ 58B118 +@ replacing .incbin "baserom.gba", 0x0058b118, 0x10 + .4byte gUnknown_085eb062, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b128:: @ 58B128 +@ replacing .incbin "baserom.gba", 0x0058b128, 0x18 + .4byte gUnknown_085eb040, 0 + .4byte gUnknown_085eb062, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b140:: @ 58B140 +@ replacing .incbin "baserom.gba", 0x0058b140, 0x18 + .4byte gUnknown_085eb04a, 0 + .4byte gUnknown_085eb062, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b158:: @ 58B158 +@ replacing .incbin "baserom.gba", 0x0058b158, 0x20 + .4byte gUnknown_085eb040, 0 + .4byte gUnknown_085eb04a, 0 + .4byte gUnknown_085eb062, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b178:: @ 58B178 +@ replacing .incbin "baserom.gba", 0x0058b178, 0x18 + .4byte gUnknown_085eb057, 0 + .4byte gUnknown_085eb062, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b190:: @ 58B190 +@ replacing .incbin "baserom.gba", 0x0058b190, 0x20 + .4byte gUnknown_085eb040, 0 + .4byte gUnknown_085eb057, 0 + .4byte gUnknown_085eb062, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b1b0:: @ 58B1B0 +@ replacing .incbin "baserom.gba", 0x0058b1b0, 0x20 + .4byte gUnknown_085eb04a, 0 + .4byte gUnknown_085eb057, 0 + .4byte gUnknown_085eb062, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b1d0:: @ 58B1D0 +@ replacing .incbin "baserom.gba", 0x0058b1d0, 0x28 + .4byte gUnknown_085eb040, 0 + .4byte gUnknown_085eb04a, 0 + .4byte gUnknown_085eb057, 0 + .4byte gUnknown_085eb062, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b1f8:: @ 58B1F8 +@ replacing .incbin "baserom.gba", 0x0058b1f8, 0x30 + .4byte gUnknown_085eb1a0, 0 + .4byte gUnknown_085eb1a9, 0 + .4byte gUnknown_085eb1b6, 0 + .4byte gUnknown_085eb5bc, 0 + .4byte gUnknown_085eb5c3, 0 + .4byte gUnknown_085eb5c8, 0 + +gUnknown_0858b228:: @ 58B228 +@ replacing .incbin "baserom.gba", 0x0058b228, 0x28 + .4byte gUnknown_085eb1a0, 0 + .4byte gUnknown_085eb1a9, 0 + .4byte gUnknown_085eb1b6, 0 + .4byte gUnknown_085eb5c3, 0 + .4byte gUnknown_085eb5c8, 0 + +gUnknown_0858b250:: @ 58B250 +@ replacing .incbin "baserom.gba", 0x0058b250, 0x10 + .4byte gUnknown_085eb29a, 0 + .4byte gUnknown_085eb2a3, 0 + +gUnknown_0858b260:: @ 58B260 +@ replacing .incbin "baserom.gba", 0x0058b260, 0x20 + .4byte gUnknown_085eb372, 0 + .4byte gUnknown_085eb37f, 0 + .4byte gUnknown_085eb389, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b280:: @ 58B280 +@ replacing .incbin "baserom.gba", 0x0058b280, 0x18 + .4byte gText_Yes, 0 + .4byte gText_No, 0 + .4byte gUnknown_085ead6d, 0 + +gUnknown_0858b298:: @ 58B298 +@ replacing .incbin "baserom.gba", 0x0058b298, 0x28 + .4byte gUnknown_085eae6e, 0 + .4byte gUnknown_085eae7c, 0 + .4byte gUnknown_085eae8a, 0 + .4byte gUnknown_085ead6d, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b2c0:: @ 58B2C0 +@ replacing .incbin "baserom.gba", 0x0058b2c0, 0x20 + .4byte gUnknown_085eb372, 0 + .4byte gUnknown_085eb37f, 0 + .4byte gUnknown_085eb397, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b2e0:: @ 58B2E0 +@ replacing .incbin "baserom.gba", 0x0058b2e0, 0x28 + .4byte gUnknown_085eb372, 0 + .4byte gUnknown_085eb37f, 0 + .4byte gUnknown_085eb389, 0 + .4byte gUnknown_085eb397, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b308:: @ 58B308 +@ replacing .incbin "baserom.gba", 0x0058b308, 0x18 + .4byte gUnknown_085eb372, 0 + .4byte gUnknown_085eb37f, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b320:: @ 58B320 +@ replacing .incbin "baserom.gba", 0x0058b320, 0x18 + .4byte gUnknown_085eb3a4, 0 + .4byte gUnknown_085eb3b1, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b338:: @ 58B338 +@ replacing .incbin "baserom.gba", 0x0058b338, 0x18 + .4byte gUnknown_085eb3d4, 0 + .4byte gUnknown_085eb3c6, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b350:: @ 58B350 +@ replacing .incbin "baserom.gba", 0x0058b350, 0x28 + .4byte gUnknown_085eb1c5, 0 + .4byte gUnknown_085eb1d1, 0 + .4byte gUnknown_085eb1dc, 0 + .4byte gUnknown_085eb1e7, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b378:: @ 58B378 +@ replacing .incbin "baserom.gba", 0x0058b378, 0x18 + .4byte gUnknown_085eb212, 0 + .4byte gUnknown_085eb21d, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b390:: @ 58B390 +@ replacing .incbin "baserom.gba", 0x0058b390, 0x20 + .4byte gUnknown_085eb227, 0 + .4byte gUnknown_085eb234, 0 + .4byte gUnknown_085eb241, 0 + .4byte gText_Cancel2, 0 + +gUnknown_0858b3b0:: @ 58B3B0 +@ replacing .incbin "baserom.gba", 0x0058b3b0, 0x18 + .4byte gUnknown_085eb24e, 0 + .4byte gUnknown_085eb255, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b3c8:: @ 58B3C8 +@ replacing .incbin "baserom.gba", 0x0058b3c8, 0x40 + .4byte gText_MenuOptionPokedex, 0 + .4byte gText_MenuOptionPokemon, 0 + .4byte gText_MenuOptionBag, 0 + .4byte gText_MenuOptionPokenav, 0 + .4byte gUnknown_085eb278, 0 + .4byte gText_MenuOptionSave, 0 + .4byte gText_MenuOptionOption, 0 + .4byte gText_MenuOptionExit, 0 + +gUnknown_0858b408:: @ 58B408 +@ replacing .incbin "baserom.gba", 0x0058b408, 0x20 + .4byte gUnknown_085eb28a, 0 + .4byte gUnknown_085eb290, 0 + .4byte gUnknown_085eb295, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b428:: @ 58B428 +@ replacing .incbin "baserom.gba", 0x0058b428, 0x18 + .4byte gUnknown_085eb2ad, 0 + .4byte gUnknown_085eb2bd, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b440:: @ 58B440 +@ replacing .incbin "baserom.gba", 0x0058b440, 0x18 + .4byte gUnknown_085eb2ad, 0 + .4byte gUnknown_085eb2ca, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b458:: @ 58B458 +@ replacing .incbin "baserom.gba", 0x0058b458, 0x18 + .4byte gUnknown_085eb2bd, 0 + .4byte gUnknown_085eb2ca, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b470:: @ 58B470 +@ replacing .incbin "baserom.gba", 0x0058b470, 0x20 + .4byte gUnknown_085eb2ad, 0 + .4byte gUnknown_085eb2bd, 0 + .4byte gUnknown_085eb2ca, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b490:: @ 58B490 +@ replacing .incbin "baserom.gba", 0x0058b490, 0x18 + .4byte gUnknown_085eb2e4, 0 + .4byte gUnknown_085eb2f0, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b4a8:: @ 58B4A8 +@ replacing .incbin "baserom.gba", 0x0058b4a8, 0x10 + .4byte gText_Yes, 0 + .4byte gUnknown_085eb2fc, 0 + +gUnknown_0858b4b8:: @ 58B4B8 +@ replacing .incbin "baserom.gba", 0x0058b4b8, 0x30 + .4byte gUnknown_085eb3df, 0 + .4byte gUnknown_085eb3ea, 0 + .4byte gUnknown_085eb3f1, 0 + .4byte gUnknown_085eb3fc, 0 + .4byte gUnknown_085eb40a, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b4e8:: @ 58B4E8 +@ replacing .incbin "baserom.gba", 0x0058b4e8, 0x20 + .4byte gUnknown_085eb415, 0 + .4byte gUnknown_085eb41d, 0 + .4byte gUnknown_085eb424, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b508:: @ 58B508 +@ replacing .incbin "baserom.gba", 0x0058b508, 0x28 + .4byte gUnknown_085eb45c, 0 + .4byte gUnknown_085eb469, 0 + .4byte gUnknown_085eb475, 0 + .4byte gUnknown_085eb482, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b530:: @ 58B530 +@ replacing .incbin "baserom.gba", 0x0058b530, 0x28 + .4byte gUnknown_085eb42f, 0 + .4byte gUnknown_085eb43a, 0 + .4byte gUnknown_085eb444, 0 + .4byte gUnknown_085eb451, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b558:: @ 58B558 +@ replacing .incbin "baserom.gba", 0x0058b558, 0x20 + .4byte gUnknown_085eb48e, 0 + .4byte gUnknown_085eb496, 0 + .4byte gUnknown_085eb4a3, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b578:: @ 58B578 +@ replacing .incbin "baserom.gba", 0x0058b578, 0x30 + .4byte gUnknown_085eb4ad, 0 + .4byte gUnknown_085eb4b9, 0 + .4byte gUnknown_085eb4c7, 0 + .4byte gUnknown_085eb4d4, 0 + .4byte gUnknown_085eb4e0, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b5a8:: @ 58B5A8 +@ replacing .incbin "baserom.gba", 0x0058b5a8, 0x30 + .4byte gUnknown_085eb4eb, 0 + .4byte gUnknown_085eb4f9, 0 + .4byte gUnknown_085eb508, 0 + .4byte gUnknown_085eb516, 0 + .4byte gUnknown_085eb523, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b5d8:: @ 58B5D8 +@ replacing .incbin "baserom.gba", 0x0058b5d8, 0x28 + .4byte gUnknown_085eb532, 0 + .4byte gUnknown_085eb543, 0 + .4byte gUnknown_085eb555, 0 + .4byte gUnknown_085eb563, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b600:: @ 58B600 +@ replacing .incbin "baserom.gba", 0x0058b600, 0x20 + .4byte gUnknown_085eb56e, 0 + .4byte gUnknown_085eb57e, 0 + .4byte gUnknown_085eb589, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b620:: @ 58B620 +@ replacing .incbin "baserom.gba", 0x0058b620, 0x20 + .4byte gUnknown_085eb5b6, 0 + .4byte gUnknown_085eb5bc, 0 + .4byte gUnknown_085eb5c3, 0 + .4byte gUnknown_085eb5c8, 0 + +gUnknown_0858b640:: @ 58B640 +@ replacing .incbin "baserom.gba", 0x0058b640, 0x18 + .4byte gUnknown_085eb5b6, 0 + .4byte gUnknown_085eb5c3, 0 + .4byte gUnknown_085eb5c8, 0 + +gUnknown_0858b658:: @ 58B658 +@ replacing .incbin "baserom.gba", 0x0058b658, 0x18 + .4byte gUnknown_085eb5b6, 0 + .4byte gUnknown_085eb5bc, 0 + .4byte gUnknown_085eb5c8, 0 + +gUnknown_0858b670:: @ 58B670 +@ replacing .incbin "baserom.gba", 0x0058b670, 0x10 + .4byte gUnknown_085eb5b6, 0 + .4byte gUnknown_085eb5c8, 0 + +gUnknown_0858b680:: @ 58B680 +@ replacing .incbin "baserom.gba", 0x0058b680, 0x10 + .4byte gUnknown_085ee14b, 0 + .4byte gUnknown_085ee14f, 0 + +gUnknown_0858b690:: @ 58B690 +@ replacing .incbin "baserom.gba", 0x0058b690, 0x20 + .4byte gUnknown_085eb2ff, 0 + .4byte gUnknown_085eb310, 0 + .4byte gUnknown_085eb317, 0 + .4byte gUnknown_085eb31f, 0 + +gUnknown_0858b6b0:: @ 58B6B0 +@ replacing .incbin "baserom.gba", 0x0058b6b0, 0x20 + .4byte gUnknown_085eb7b8, 0 + .4byte gUnknown_085eb7c7, 0 + .4byte gUnknown_085eb7d0, 0 + .4byte gUnknown_085eb7db, 0 + +gUnknown_0858b6d0:: @ 58B6D0 +@ replacing .incbin "baserom.gba", 0x0058b6d0, 0x30 + .4byte gUnknown_085eb4ad, 0 + .4byte gUnknown_085eb4b9, 0 + .4byte gUnknown_085eb4c7, 0 + .4byte gUnknown_085eb4d4, 0 + .4byte gUnknown_085eb597, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b700:: @ 58B700 +@ replacing .incbin "baserom.gba", 0x0058b700, 0x30 + .4byte gUnknown_085eb5a6, 0 + .4byte gUnknown_085eb45c, 0 + .4byte gUnknown_085eb469, 0 + .4byte gUnknown_085eb475, 0 + .4byte gUnknown_085eb482, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b730:: @ 58B730 +@ replacing .incbin "baserom.gba", 0x0058b730, 0x28 + .4byte gUnknown_085eb32d, 0 + .4byte gUnknown_085eb33e, 0 + .4byte gUnknown_085eb350, 0 + .4byte gUnknown_085eb361, 0 + .4byte gText_Exit, 0 + +gUnknown_0858b758:: @ 58B758 +@ replacing .incbin "baserom.gba", 0x0058b758, 0x8 + .4byte gText_Exit, 0 + + +gUnknown_0858B760:: @ 858B760 +@ replacing .incbin "baserom.gba", 0x0058b760, 0x390 + .4byte 0x0858abd8, 3 + .4byte gUnknown_0858b758, 1 + .4byte gUnknown_0858abf0, 3 + .4byte gUnknown_0858ac08, 4 + .4byte gUnknown_0858ac28, 6 + .4byte gUnknown_0858ac78, 3 + .4byte gUnknown_0858ac58, 4 + .4byte gUnknown_0858ac90, 4 + .4byte gUnknown_0858b758, 1 + .4byte gUnknown_0858b758, 1 + .4byte gUnknown_0858b758, 1 + .4byte gUnknown_0858b4e8, 4 + .4byte gUnknown_0858acb0, 2 + .4byte gUnknown_0858acc0, 6 + .4byte gUnknown_0858acf0, 2 + .4byte gUnknown_0858b758, 1 + .4byte gUnknown_0858ad00, 2 + .4byte gUnknown_0858b280, 3 + .4byte gUnknown_0858b298, 5 + .4byte gUnknown_0858b758, 1 + .4byte gUnknown_0858ad10, 3 + .4byte gUnknown_0858b758, 1 + .4byte gUnknown_0858b758, 1 + .4byte gUnknown_0858ad28, 3 + .4byte gUnknown_0858ad40, 3 + .4byte gUnknown_0858ad58, 3 + .4byte gUnknown_0858ad70, 3 + .4byte gUnknown_0858ad88, 3 + .4byte gUnknown_0858ada0, 3 + .4byte gUnknown_0858adb8, 3 + .4byte gUnknown_0858add0, 3 + .4byte gUnknown_0858ade8, 3 + .4byte gUnknown_0858ae00, 3 + .4byte gUnknown_0858ae18, 3 + .4byte gUnknown_0858ae30, 3 + .4byte gUnknown_0858ae48, 3 + .4byte gUnknown_0858ae60, 3 + .4byte gUnknown_0858ae78, 3 + .4byte gUnknown_0858ae90, 3 + .4byte gUnknown_0858aea8, 3 + .4byte gUnknown_0858b758, 1 + .4byte gUnknown_0858b758, 1 + .4byte gUnknown_0858aec0, 4 + .4byte gUnknown_0858aee0, 4 + .4byte gUnknown_0858af00, 4 + .4byte gUnknown_0858af20, 2 + .4byte gUnknown_0858af30, 3 + .4byte gUnknown_0858af48, 8 + .4byte gUnknown_0858af88, 4 + .4byte gUnknown_0858afd8, 3 + .4byte gUnknown_0858aff0, 2 + .4byte gUnknown_0858b758, 1 + .4byte gUnknown_0858b000, 3 + .4byte gUnknown_0858b018, 3 + .4byte gUnknown_0858b030, 2 + .4byte gUnknown_0858afa8, 6 + .4byte gUnknown_0858b040, 2 + .4byte gUnknown_0858b050, 6 + .4byte gUnknown_0858b080, 2 + .4byte gUnknown_0858b090, 2 + .4byte gUnknown_0858b0a0, 3 + .4byte gUnknown_0858b0b8, 2 + .4byte gUnknown_0858b0c8, 3 + .4byte gUnknown_0858b0e0, 3 + .4byte gUnknown_0858b0f8, 4 + .4byte gUnknown_0858b118, 2 + .4byte gUnknown_0858b128, 3 + .4byte gUnknown_0858b140, 3 + .4byte gUnknown_0858b158, 4 + .4byte gUnknown_0858b178, 3 + .4byte gUnknown_0858b190, 4 + .4byte gUnknown_0858b1b0, 4 + .4byte gUnknown_0858b1d0, 5 + .4byte gUnknown_0858b1f8, 6 + .4byte gUnknown_0858b308, 3 + .4byte gUnknown_0858b308, 3 + .4byte gUnknown_0858b260, 4 + .4byte gUnknown_0858b260, 4 + .4byte gUnknown_0858b2c0, 4 + .4byte gUnknown_0858b2e0, 5 + .4byte gUnknown_0858b320, 3 + .4byte gUnknown_0858b338, 3 + .4byte gUnknown_0858b350, 5 + .4byte gUnknown_0858b378, 3 + .4byte gUnknown_0858b390, 4 + .4byte gUnknown_0858b3b0, 3 + .4byte gUnknown_0858b3c8, 8 + .4byte gUnknown_0858b408, 4 + .4byte gUnknown_0858b250, 2 + .4byte gUnknown_0858b428, 3 + .4byte gUnknown_0858b440, 3 + .4byte gUnknown_0858b458, 3 + .4byte gUnknown_0858b470, 4 + .4byte gUnknown_0858b490, 3 + .4byte gUnknown_0858b4a8, 2 + .4byte gUnknown_0858b4b8, 6 + .4byte gUnknown_0858b508, 5 + .4byte gUnknown_0858b530, 5 + .4byte gUnknown_0858b558, 4 + .4byte gUnknown_0858b578, 6 + .4byte gUnknown_0858b5a8, 6 + .4byte gUnknown_0858b5d8, 5 + .4byte gUnknown_0858b600, 4 + .4byte gUnknown_0858b620, 4 + .4byte gUnknown_0858b640, 3 + .4byte gUnknown_0858b658, 3 + .4byte gUnknown_0858b670, 2 + .4byte gUnknown_0858b228, 5 + .4byte gUnknown_0858b680, 2 + .4byte gUnknown_0858b690, 4 + .4byte gUnknown_0858b6b0, 4 + .4byte gUnknown_0858b6d0, 6 + .4byte gUnknown_0858b700, 6 + .4byte gUnknown_0858b730, 5 + +gUnknown_0858BAF0:: @ 858BAF0 + .incbin "baserom.gba", 0x58baf0, 0x78 + +gUnknown_0858BB68:: @ 858BB68 + .incbin "baserom.gba", 0x58bb68, 0x8 + +gUnknown_0858BB70:: @ 858BB70 + .incbin "baserom.gba", 0x58bb70, 0x10 + +gUnknown_0858BB80:: @ 858BB80 + .incbin "baserom.gba", 0x58bb80, 0x1c + +gUnknown_0858BB9C:: @ 858BB9C + .incbin "baserom.gba", 0x58bb9c, 0x10 + +gUnknown_0858BBAC:: @ 858BBAC + .incbin "baserom.gba", 0x58bbac, 0x10 + +gUnknown_0858BBBC:: @ 858BBBC + .incbin "baserom.gba", 0x58bbbc, 0x10 + +gUnknown_0858BBCC:: @ 858BBCC + .incbin "baserom.gba", 0x58bbcc, 0x14 + +gUnknown_0858BBE0:: @ 858BBE0 + .incbin "baserom.gba", 0x58bbe0, 0xc + +gUnknown_0858BBEC:: @ 858BBEC + .incbin "baserom.gba", 0x58bbec, 0x18c diff --git a/ld_script.txt b/ld_script.txt index 4e90c8cbe..b38856729 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -345,6 +345,7 @@ SECTIONS { data/field_map_obj.o(.rodata); data/data3_a0_B.o(.rodata); src/berry.o(.rodata); + data/script_menu.o(.rodata); data/data3_a1.o(.rodata); src/pokemon_size_record.o(.rodata) data/field_effect.o(.rodata); diff --git a/src/berry.c b/src/berry.c index e9d6994f8..cf49d4dc4 100644 --- a/src/berry.c +++ b/src/berry.c @@ -17,7 +17,6 @@ extern bool8 sub_8092E9C(u8, u8, u8); extern u16 gScriptItemId; extern const u8 BerryTreeScript[]; -extern const struct BerryTree gBlankBerryTree; #define BERRY_NAME_LENGTH 6 @@ -804,6 +803,57 @@ const struct Berry gBerries[] = }, }; +const struct { + u8 unk0; + u16 unk1; +} gUnknown_0858AB24[] = { + { 50, 20}, + { 50, 20}, + { 50, 20}, + { 50, 20}, + { 50, 20}, + { 50, 30}, + { 50, 30}, + { 50, 30}, + { 50, 30}, + { 50, 30}, + { 60, 50}, + { 60, 50}, + { 60, 50}, + { 60, 50}, + { 60, 50}, + { 80, 70}, + { 80, 70}, + { 80, 70}, + { 80, 70}, + { 80, 70}, + {100, 100}, + {100, 100}, + {100, 100}, + {100, 100}, + {100, 100}, + {130, 150}, + {130, 150}, + {130, 150}, + {130, 150}, + {130, 150}, + {160, 250}, + {160, 250}, + {160, 250}, + {160, 250}, + {160, 250}, + {180, 500}, + {180, 500}, + {180, 500}, + {180, 500}, + {180, 500}, + {200, 750}, + {200, 750}, + {150, 200} +}; + +const struct BerryTree gBlankBerryTree = {}; + // unused void ClearEnigmaBerries(void) { From bf9e2b7210361695a3ffdb8305c054c41ad18609 Mon Sep 17 00:00:00 2001 From: scnorton Date: Mon, 25 Sep 2017 15:03:52 -0400 Subject: [PATCH 04/13] split data3_a1 --- data/contest_effect.s | 22 ++ data/contest_link_80F57C4.s | 46 ++++ data/data3_a1.s | 381 ----------------------------- data/money.s | 13 + data/naming_screen.s | 151 ++++++++++++ data/record_mixing.s | 20 ++ data/script_pokemon_util_80F87D8.s | 7 + data/secret_base.s | 26 ++ data/tv.s | 128 ++++++++++ include/berry.h | 7 + ld_script.txt | 9 +- src/berry.c | 5 +- 12 files changed, 429 insertions(+), 386 deletions(-) create mode 100644 data/contest_effect.s create mode 100644 data/contest_link_80F57C4.s delete mode 100644 data/data3_a1.s create mode 100644 data/money.s create mode 100644 data/naming_screen.s create mode 100644 data/record_mixing.s create mode 100644 data/script_pokemon_util_80F87D8.s create mode 100644 data/secret_base.s create mode 100644 data/tv.s diff --git a/data/contest_effect.s b/data/contest_effect.s new file mode 100644 index 000000000..31b294836 --- /dev/null +++ b/data/contest_effect.s @@ -0,0 +1,22 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + +@ 858C2B4 + .include "data/contest_moves.inc" + +@ 858CDCC + .include "data/contest_effects.inc" + +@ A lookup table with a 1 for each combo starter ID and a 0 for ID 0, +@ which means "not a combo starter move". +gComboStarterLookupTable:: @ 858CE8C + .byte 0 + .rept 62 + .byte 1 + .endr + + .align 2 +@ 858CECC + .include "data/contest_effect_function_table.inc" diff --git a/data/contest_link_80F57C4.s b/data/contest_link_80F57C4.s new file mode 100644 index 000000000..7d30cea57 --- /dev/null +++ b/data/contest_link_80F57C4.s @@ -0,0 +1,46 @@ +@ the third big chunk of data + + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0858D6B0:: @ 858D6B0 + .incbin "baserom.gba", 0x58d6b0, 0x20 + +gUnknown_0858D6D0:: @ 858D6D0 + .incbin "baserom.gba", 0x58d6d0, 0x128 + +gUnknown_0858D7F8:: @ 858D7F8 + .incbin "baserom.gba", 0x58d7f8, 0x18 + +gUnknown_0858D810:: @ 858D810 + .incbin "baserom.gba", 0x58d810, 0x40 + +gUnknown_0858D850:: @ 858D850 + .incbin "baserom.gba", 0x58d850, 0x10 + +gUnknown_0858D860:: @ 858D860 + .incbin "baserom.gba", 0x58d860, 0x18 + +gUnknown_0858D878:: @ 858D878 + .incbin "baserom.gba", 0x58d878, 0x8 + +gUnknown_0858D880:: @ 858D880 + .incbin "baserom.gba", 0x58d880, 0x8 + +gUnknown_0858D888:: @ 858D888 + .incbin "baserom.gba", 0x58d888, 0x10 + +gUnknown_0858D898:: @ 858D898 + .incbin "baserom.gba", 0x58d898, 0x30 + +gUnknown_0858D8C8:: @ 858D8C8 + .incbin "baserom.gba", 0x58d8c8, 0x18 + +gUnknown_0858D8E0:: @ 858D8E0 + .incbin "baserom.gba", 0x58d8e0, 0x8 + +gUnknown_0858D8E8:: @ 858D8E8 + .incbin "baserom.gba", 0x58d8e8, 0x4 diff --git a/data/data3_a1.s b/data/data3_a1.s deleted file mode 100644 index 14d3b54df..000000000 --- a/data/data3_a1.s +++ /dev/null @@ -1,381 +0,0 @@ -@ the third big chunk of data - - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - -gUnknown_0858BD78:: @ 858BD78 - .incbin "baserom.gba", 0x58bd78, 0x40 - -gUnknown_0858BDB8:: @ 858BDB8 - .incbin "baserom.gba", 0x58bdb8, 0x10 - -gUnknown_0858BDC8:: @ 858BDC8 - .incbin "baserom.gba", 0x58bdc8, 0x38 - -gUnknown_0858BE00:: @ 858BE00 - .incbin "baserom.gba", 0x58be00, 0x10 - -gUnknown_0858BE10:: @ 858BE10 - .incbin "baserom.gba", 0x58be10, 0x30 - -gUnknown_0858BE40:: @ 858BE40 - .incbin "baserom.gba", 0x58be40, 0x60 - -gUnknown_0858BEA0:: @ 858BEA0 - .incbin "baserom.gba", 0x58bea0, 0x3 - -gUnknown_0858BEA3:: @ 858BEA3 - .incbin "baserom.gba", 0x58bea3, 0x18 - -gUnknown_0858BEBB:: @ 858BEBB - .incbin "baserom.gba", 0x58bebb, 0x3 - -gUnknown_0858BEBE:: @ 858BEBE - .incbin "baserom.gba", 0x58bebe, 0x3 - -gUnknown_0858BEC1:: @ 858BEC1 - .incbin "baserom.gba", 0x58bec1, 0x3 - -gUnknown_0858BEC4:: @ 858BEC4 - .incbin "baserom.gba", 0x58bec4, 0x10 - -gUnknown_0858BED4:: @ 858BED4 - .incbin "baserom.gba", 0x58bed4, 0x8 - -gUnknown_0858BEDC:: @ 858BEDC - .incbin "baserom.gba", 0x58bedc, 0x8 - -gUnknown_0858BEE4:: @ 858BEE4 - .incbin "baserom.gba", 0x58bee4, 0x4 - -gUnknown_0858BEE8:: @ 858BEE8 - .incbin "baserom.gba", 0x58bee8, 0x10 - -gUnknown_0858BEF8:: @ 858BEF8 - .incbin "baserom.gba", 0x58bef8, 0x6 - -gUnknown_0858BEFE:: @ 858BEFE - .incbin "baserom.gba", 0x58befe, 0x6 - -gUnknown_0858BF04:: @ 858BF04 - .incbin "baserom.gba", 0x58bf04, 0x14 - -gUnknown_0858BF18:: @ 858BF18 - .incbin "baserom.gba", 0x58bf18, 0x10 - -gUnknown_0858BF28:: @ 858BF28 - .incbin "baserom.gba", 0x58bf28, 0xc - -gUnknown_0858BF34:: @ 858BF34 - .incbin "baserom.gba", 0x58bf34, 0xa - -gUnknown_0858BF3E:: @ 858BF3E - .incbin "baserom.gba", 0x58bf3e, 0xa - -gUnknown_0858BF48:: @ 858BF48 - .incbin "baserom.gba", 0x58bf48, 0x8 - -gUnknown_0858BF50:: @ 858BF50 - .incbin "baserom.gba", 0x58bf50, 0x8 - -gUnknown_0858BF58:: @ 858BF58 - .incbin "baserom.gba", 0x58bf58, 0x14 - -gUnknown_0858BF6C:: @ 858BF6C - .incbin "baserom.gba", 0x58bf6c, 0x8 - -gUnknown_0858BF74:: @ 858BF74 - .incbin "baserom.gba", 0x58bf74, 0x14 - -gUnknown_0858BF88:: @ 858BF88 - .incbin "baserom.gba", 0x58bf88, 0x4 - -gUnknown_0858BF8C:: @ 858BF8C - .incbin "baserom.gba", 0x58bf8c, 0xc - -gUnknown_0858BF98:: @ 858BF98 - .incbin "baserom.gba", 0x58bf98, 0xc - -gUnknown_0858BFA4:: @ 858BFA4 - .incbin "baserom.gba", 0x58bfa4, 0x34 - -gUnknown_0858BFD8:: @ 858BFD8 - .incbin "baserom.gba", 0x58bfd8, 0x78 - -gUnknown_0858C050:: @ 858C050 - .incbin "baserom.gba", 0x58c050, 0x8 - -gUnknown_0858C058:: @ 858C058 - .incbin "baserom.gba", 0x58c058, 0x18 - -gUnknown_0858C070:: @ 858C070 - .incbin "baserom.gba", 0x58c070, 0x8 - -gUnknown_0858C078:: @ 858C078 - .incbin "baserom.gba", 0x58c078, 0x48 - -gUnknown_0858C0C0:: @ 858C0C0 - .incbin "baserom.gba", 0x58c0c0, 0x18 - -gUnknown_0858C0D8:: @ 858C0D8 - .incbin "baserom.gba", 0x58c0d8, 0x18 - -gUnknown_0858C0F0:: @ 858C0F0 - .incbin "baserom.gba", 0x58c0f0, 0x18 - -gUnknown_0858C108:: @ 858C108 - .incbin "baserom.gba", 0x58c108, 0x18 - -gUnknown_0858C120:: @ 858C120 - .incbin "baserom.gba", 0x58c120, 0x18 - -gUnknown_0858C138:: @ 858C138 - .incbin "baserom.gba", 0x58c138, 0x18 - -gUnknown_0858C150:: @ 858C150 - .incbin "baserom.gba", 0x58c150, 0x18 - -gUnknown_0858C168:: @ 858C168 - .incbin "baserom.gba", 0x58c168, 0x18 - -gUnknown_0858C180:: @ 858C180 - .incbin "baserom.gba", 0x58c180, 0x18 - -gUnknown_0858C198:: @ 858C198 - .incbin "baserom.gba", 0x58c198, 0x30 - -gUnknown_0858C1C8:: @ 858C1C8 - .incbin "baserom.gba", 0x58c1c8, 0x68 - -gUnknown_0858C230:: @ 858C230 - .incbin "baserom.gba", 0x58c230, 0x5c - -gUnknown_0858C28C:: @ 858C28C - .incbin "baserom.gba", 0x58c28c, 0x18 - -gUnknown_0858C2A4:: @ 858C2A4 - .incbin "baserom.gba", 0x58c2a4, 0x8 - -gUnknown_0858C2AC:: @ 858C2AC - .incbin "baserom.gba", 0x58c2ac, 0x8 - -@ 858C2B4 - .include "data/contest_moves.inc" - -@ 858CDCC - .include "data/contest_effects.inc" - -@ A lookup table with a 1 for each combo starter ID and a 0 for ID 0, -@ which means "not a combo starter move". -gComboStarterLookupTable:: @ 858CE8C - .byte 0 - .rept 62 - .byte 1 - .endr - - .align 2 -@ 858CECC - .include "data/contest_effect_function_table.inc" - -gUnknown_0858CF8C:: @ 858CF8C - .incbin "baserom.gba", 0x58cf8c, 0x2 - -gUnknown_0858CF8E:: @ 858CF8E - .incbin "baserom.gba", 0x58cf8e, 0x6 - -gUnknown_0858CF94:: @ 858CF94 - .incbin "baserom.gba", 0x58cf94, 0x24 - -gUnknown_0858CFB8:: @ 858CFB8 - .incbin "baserom.gba", 0x58cfb8, 0x6 - -gUnknown_0858CFBE:: @ 858CFBE - .incbin "baserom.gba", 0x58cfbe, 0xe - -gUnknown_0858CFCC:: @ 858CFCC - .incbin "baserom.gba", 0x58cfcc, 0x1c - -gUnknown_0858CFE8:: @ 858CFE8 - .incbin "baserom.gba", 0x58cfe8, 0x60 - -gUnknown_0858D048:: @ 858D048 - .incbin "baserom.gba", 0x58d048, 0x10 - -gUnknown_0858D058:: @ 858D058 - .incbin "baserom.gba", 0x58d058, 0x8 - -gUnknown_0858D060:: @ 858D060 - .incbin "baserom.gba", 0x58d060, 0xc - -gUnknown_0858D06C:: @ 858D06C - .incbin "baserom.gba", 0x58d06c, 0x10 - -gUnknown_0858D07C:: @ 858D07C - .incbin "baserom.gba", 0x58d07c, 0x18 - -gUnknown_0858D094:: @ 858D094 - .incbin "baserom.gba", 0x58d094, 0x3c - -gUnknown_0858D0D0:: @ 858D0D0 - .incbin "baserom.gba", 0x58d0d0, 0xe - -gUnknown_0858D0DE:: @ 858D0DE - .incbin "baserom.gba", 0x58d0de, 0xe - -gUnknown_0858D0EC:: @ 858D0EC - .incbin "baserom.gba", 0x58d0ec, 0x1c - -gUnknown_0858D108:: @ 858D108 - .incbin "baserom.gba", 0x58d108, 0x14 - -gUnknown_0858D11C:: @ 858D11C - .incbin "baserom.gba", 0x58d11c, 0x14 - -gUnknown_0858D130:: @ 858D130 - .incbin "baserom.gba", 0x58d130, 0x14 - -gUnknown_0858D144:: @ 858D144 - .incbin "baserom.gba", 0x58d144, 0xc - -gUnknown_0858D150:: @ 858D150 - .incbin "baserom.gba", 0x58d150, 0x20 - -gUnknown_0858D170:: @ 858D170 - .incbin "baserom.gba", 0x58d170, 0x18 - -gUnknown_0858D188:: @ 858D188 - .incbin "baserom.gba", 0x58d188, 0x14 - -gUnknown_0858D19C:: @ 858D19C - .incbin "baserom.gba", 0x58d19c, 0x4 - -gUnknown_0858D1A0:: @ 858D1A0 - .incbin "baserom.gba", 0x58d1a0, 0x30 - -gUnknown_0858D1D0:: @ 858D1D0 - .incbin "baserom.gba", 0x58d1d0, 0x34 - -gUnknown_0858D204:: @ 858D204 - .incbin "baserom.gba", 0x58d204, 0x24 - -gUnknown_0858D228:: @ 858D228 - .incbin "baserom.gba", 0x58d228, 0x18 - -gUnknown_0858D240:: @ 858D240 - .incbin "baserom.gba", 0x58d240, 0x3c - -gUnknown_0858D27C:: @ 858D27C - .incbin "baserom.gba", 0x58d27c, 0x84 - -gUnknown_0858D300:: @ 858D300 - .incbin "baserom.gba", 0x58d300, 0x20 - -gUnknown_0858D320:: @ 858D320 - .incbin "baserom.gba", 0x58d320, 0x18 - -gUnknown_0858D338:: @ 858D338 - .incbin "baserom.gba", 0x58d338, 0x4c - -gUnknown_0858D384:: @ 858D384 - .incbin "baserom.gba", 0x58d384, 0x10 - -gUnknown_0858D394:: @ 858D394 - .incbin "baserom.gba", 0x58d394, 0x1c - -gUnknown_0858D3B0:: @ 858D3B0 - .incbin "baserom.gba", 0x58d3b0, 0x8 - -gUnknown_0858D3B8:: @ 858D3B8 - .incbin "baserom.gba", 0x58d3b8, 0xc - -gUnknown_0858D3C4:: @ 858D3C4 - .incbin "baserom.gba", 0x58d3c4, 0x2c - -gUnknown_0858D3F0:: @ 858D3F0 - .incbin "baserom.gba", 0x58d3f0, 0x1c - -gUnknown_0858D40C:: @ 858D40C - .incbin "baserom.gba", 0x58d40c, 0xc - -gUnknown_0858D418:: @ 858D418 - .incbin "baserom.gba", 0x58d418, 0x10 - -gUnknown_0858D428:: @ 858D428 - .incbin "baserom.gba", 0x58d428, 0x34 - -gUnknown_0858D45C:: @ 858D45C - .incbin "baserom.gba", 0x58d45c, 0x38 - -gUnknown_0858D494:: @ 858D494 - .incbin "baserom.gba", 0x58d494, 0x4 - -gUnknown_0858D498:: @ 858D498 - .incbin "baserom.gba", 0x58d498, 0x1c - -gUnknown_0858D4B4:: @ 858D4B4 - .incbin "baserom.gba", 0x58d4b4, 0x30 - -gUnknown_0858D4E4:: @ 858D4E4 - .incbin "baserom.gba", 0x58d4e4, 0x40 - -gUnknown_0858D524:: @ 858D524 - .incbin "baserom.gba", 0x58d524, 0x4c - -gUnknown_0858D570:: @ 858D570 - .incbin "baserom.gba", 0x58d570, 0x24 - -gUnknown_0858D594:: @ 858D594 - .incbin "baserom.gba", 0x58d594, 0xac - -gUnknown_0858D640:: @ 858D640 - .incbin "baserom.gba", 0x58d640, 0x2c - -gUnknown_0858D66C:: @ 858D66C - .incbin "baserom.gba", 0x58d66c, 0x24 - -gUnknown_0858D690:: @ 858D690 - .incbin "baserom.gba", 0x58d690, 0x20 - -gUnknown_0858D6B0:: @ 858D6B0 - .incbin "baserom.gba", 0x58d6b0, 0x20 - -gUnknown_0858D6D0:: @ 858D6D0 - .incbin "baserom.gba", 0x58d6d0, 0x128 - -gUnknown_0858D7F8:: @ 858D7F8 - .incbin "baserom.gba", 0x58d7f8, 0x18 - -gUnknown_0858D810:: @ 858D810 - .incbin "baserom.gba", 0x58d810, 0x40 - -gUnknown_0858D850:: @ 858D850 - .incbin "baserom.gba", 0x58d850, 0x10 - -gUnknown_0858D860:: @ 858D860 - .incbin "baserom.gba", 0x58d860, 0x18 - -gUnknown_0858D878:: @ 858D878 - .incbin "baserom.gba", 0x58d878, 0x8 - -gUnknown_0858D880:: @ 858D880 - .incbin "baserom.gba", 0x58d880, 0x8 - -gUnknown_0858D888:: @ 858D888 - .incbin "baserom.gba", 0x58d888, 0x10 - -gUnknown_0858D898:: @ 858D898 - .incbin "baserom.gba", 0x58d898, 0x30 - -gUnknown_0858D8C8:: @ 858D8C8 - .incbin "baserom.gba", 0x58d8c8, 0x18 - -gUnknown_0858D8E0:: @ 858D8E0 - .incbin "baserom.gba", 0x58d8e0, 0x8 - -gUnknown_0858D8E8:: @ 858D8E8 - .incbin "baserom.gba", 0x58d8e8, 0x4 - -gUnknown_0858D8EC:: @ 858D8EC - .incbin "baserom.gba", 0x58d8ec, 0x4 diff --git a/data/money.s b/data/money.s new file mode 100644 index 000000000..d7457be46 --- /dev/null +++ b/data/money.s @@ -0,0 +1,13 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + +gUnknown_0858C28C:: @ 858C28C + .incbin "baserom.gba", 0x58c28c, 0x18 + +gUnknown_0858C2A4:: @ 858C2A4 + .incbin "baserom.gba", 0x58c2a4, 0x8 + +gUnknown_0858C2AC:: @ 858C2AC + .incbin "baserom.gba", 0x58c2ac, 0x8 diff --git a/data/naming_screen.s b/data/naming_screen.s new file mode 100644 index 000000000..352fac8e4 --- /dev/null +++ b/data/naming_screen.s @@ -0,0 +1,151 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + +gUnknown_0858BD78:: @ 858BD78 + .incbin "baserom.gba", 0x58bd78, 0x40 + +gUnknown_0858BDB8:: @ 858BDB8 + .incbin "baserom.gba", 0x58bdb8, 0x10 + +gUnknown_0858BDC8:: @ 858BDC8 + .incbin "baserom.gba", 0x58bdc8, 0x38 + +gUnknown_0858BE00:: @ 858BE00 + .incbin "baserom.gba", 0x58be00, 0x10 + +gUnknown_0858BE10:: @ 858BE10 + .incbin "baserom.gba", 0x58be10, 0x30 + +gUnknown_0858BE40:: @ 858BE40 + .incbin "baserom.gba", 0x58be40, 0x60 + +gUnknown_0858BEA0:: @ 858BEA0 + .incbin "baserom.gba", 0x58bea0, 0x3 + +gUnknown_0858BEA3:: @ 858BEA3 + .incbin "baserom.gba", 0x58bea3, 0x18 + +gUnknown_0858BEBB:: @ 858BEBB + .incbin "baserom.gba", 0x58bebb, 0x3 + +gUnknown_0858BEBE:: @ 858BEBE + .incbin "baserom.gba", 0x58bebe, 0x3 + +gUnknown_0858BEC1:: @ 858BEC1 + .incbin "baserom.gba", 0x58bec1, 0x3 + +gUnknown_0858BEC4:: @ 858BEC4 + .incbin "baserom.gba", 0x58bec4, 0x10 + +gUnknown_0858BED4:: @ 858BED4 + .incbin "baserom.gba", 0x58bed4, 0x8 + +gUnknown_0858BEDC:: @ 858BEDC + .incbin "baserom.gba", 0x58bedc, 0x8 + +gUnknown_0858BEE4:: @ 858BEE4 + .incbin "baserom.gba", 0x58bee4, 0x4 + +gUnknown_0858BEE8:: @ 858BEE8 + .incbin "baserom.gba", 0x58bee8, 0x10 + +gUnknown_0858BEF8:: @ 858BEF8 + .incbin "baserom.gba", 0x58bef8, 0x6 + +gUnknown_0858BEFE:: @ 858BEFE + .incbin "baserom.gba", 0x58befe, 0x6 + +gUnknown_0858BF04:: @ 858BF04 + .incbin "baserom.gba", 0x58bf04, 0x14 + +gUnknown_0858BF18:: @ 858BF18 + .incbin "baserom.gba", 0x58bf18, 0x10 + +gUnknown_0858BF28:: @ 858BF28 + .incbin "baserom.gba", 0x58bf28, 0xc + +gUnknown_0858BF34:: @ 858BF34 + .incbin "baserom.gba", 0x58bf34, 0xa + +gUnknown_0858BF3E:: @ 858BF3E + .incbin "baserom.gba", 0x58bf3e, 0xa + +gUnknown_0858BF48:: @ 858BF48 + .incbin "baserom.gba", 0x58bf48, 0x8 + +gUnknown_0858BF50:: @ 858BF50 + .incbin "baserom.gba", 0x58bf50, 0x8 + +gUnknown_0858BF58:: @ 858BF58 + .incbin "baserom.gba", 0x58bf58, 0x14 + +gUnknown_0858BF6C:: @ 858BF6C + .incbin "baserom.gba", 0x58bf6c, 0x8 + +gUnknown_0858BF74:: @ 858BF74 + .incbin "baserom.gba", 0x58bf74, 0x14 + +gUnknown_0858BF88:: @ 858BF88 + .incbin "baserom.gba", 0x58bf88, 0x4 + +gUnknown_0858BF8C:: @ 858BF8C + .incbin "baserom.gba", 0x58bf8c, 0xc + +gUnknown_0858BF98:: @ 858BF98 + .incbin "baserom.gba", 0x58bf98, 0xc + +gUnknown_0858BFA4:: @ 858BFA4 + .incbin "baserom.gba", 0x58bfa4, 0x34 + +gUnknown_0858BFD8:: @ 858BFD8 + .incbin "baserom.gba", 0x58bfd8, 0x78 + +gUnknown_0858C050:: @ 858C050 + .incbin "baserom.gba", 0x58c050, 0x8 + +gUnknown_0858C058:: @ 858C058 + .incbin "baserom.gba", 0x58c058, 0x18 + +gUnknown_0858C070:: @ 858C070 + .incbin "baserom.gba", 0x58c070, 0x8 + +gUnknown_0858C078:: @ 858C078 + .incbin "baserom.gba", 0x58c078, 0x48 + +gUnknown_0858C0C0:: @ 858C0C0 + .incbin "baserom.gba", 0x58c0c0, 0x18 + +gUnknown_0858C0D8:: @ 858C0D8 + .incbin "baserom.gba", 0x58c0d8, 0x18 + +gUnknown_0858C0F0:: @ 858C0F0 + .incbin "baserom.gba", 0x58c0f0, 0x18 + +gUnknown_0858C108:: @ 858C108 + .incbin "baserom.gba", 0x58c108, 0x18 + +gUnknown_0858C120:: @ 858C120 + .incbin "baserom.gba", 0x58c120, 0x18 + +gUnknown_0858C138:: @ 858C138 + .incbin "baserom.gba", 0x58c138, 0x18 + +gUnknown_0858C150:: @ 858C150 + .incbin "baserom.gba", 0x58c150, 0x18 + +gUnknown_0858C168:: @ 858C168 + .incbin "baserom.gba", 0x58c168, 0x18 + +gUnknown_0858C180:: @ 858C180 + .incbin "baserom.gba", 0x58c180, 0x18 + +gUnknown_0858C198:: @ 858C198 + .incbin "baserom.gba", 0x58c198, 0x30 + +gUnknown_0858C1C8:: @ 858C1C8 + .incbin "baserom.gba", 0x58c1c8, 0x68 + +gUnknown_0858C230:: @ 858C230 + .incbin "baserom.gba", 0x58c230, 0x5c diff --git a/data/record_mixing.s b/data/record_mixing.s new file mode 100644 index 000000000..6531633a5 --- /dev/null +++ b/data/record_mixing.s @@ -0,0 +1,20 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0858CF8C:: @ 858CF8C + .incbin "baserom.gba", 0x58cf8c, 0x2 + +gUnknown_0858CF8E:: @ 858CF8E + .incbin "baserom.gba", 0x58cf8e, 0x6 + +gUnknown_0858CF94:: @ 858CF94 + .incbin "baserom.gba", 0x58cf94, 0x24 + +gUnknown_0858CFB8:: @ 858CFB8 + .incbin "baserom.gba", 0x58cfb8, 0x6 + +gUnknown_0858CFBE:: @ 858CFBE + .incbin "baserom.gba", 0x58cfbe, 0xe diff --git a/data/script_pokemon_util_80F87D8.s b/data/script_pokemon_util_80F87D8.s new file mode 100644 index 000000000..beda525c8 --- /dev/null +++ b/data/script_pokemon_util_80F87D8.s @@ -0,0 +1,7 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 +gUnknown_0858D8EC:: @ 858D8EC + .incbin "baserom.gba", 0x58d8ec, 0x4 diff --git a/data/secret_base.s b/data/secret_base.s new file mode 100644 index 000000000..3dd2d808f --- /dev/null +++ b/data/secret_base.s @@ -0,0 +1,26 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0858CFCC:: @ 858CFCC + .incbin "baserom.gba", 0x58cfcc, 0x1c + +gUnknown_0858CFE8:: @ 858CFE8 + .incbin "baserom.gba", 0x58cfe8, 0x60 + +gUnknown_0858D048:: @ 858D048 + .incbin "baserom.gba", 0x58d048, 0x10 + +gUnknown_0858D058:: @ 858D058 + .incbin "baserom.gba", 0x58d058, 0x8 + +gUnknown_0858D060:: @ 858D060 + .incbin "baserom.gba", 0x58d060, 0xc + +gUnknown_0858D06C:: @ 858D06C + .incbin "baserom.gba", 0x58d06c, 0x10 + +gUnknown_0858D07C:: @ 858D07C + .incbin "baserom.gba", 0x58d07c, 0x18 diff --git a/data/tv.s b/data/tv.s new file mode 100644 index 000000000..4d2a608c4 --- /dev/null +++ b/data/tv.s @@ -0,0 +1,128 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0858D094:: @ 858D094 + .incbin "baserom.gba", 0x58d094, 0x3c + +gUnknown_0858D0D0:: @ 858D0D0 + .incbin "baserom.gba", 0x58d0d0, 0xe + +gUnknown_0858D0DE:: @ 858D0DE + .incbin "baserom.gba", 0x58d0de, 0xe + +gUnknown_0858D0EC:: @ 858D0EC + .incbin "baserom.gba", 0x58d0ec, 0x1c + +gUnknown_0858D108:: @ 858D108 + .incbin "baserom.gba", 0x58d108, 0x14 + +gUnknown_0858D11C:: @ 858D11C + .incbin "baserom.gba", 0x58d11c, 0x14 + +gUnknown_0858D130:: @ 858D130 + .incbin "baserom.gba", 0x58d130, 0x14 + +gUnknown_0858D144:: @ 858D144 + .incbin "baserom.gba", 0x58d144, 0xc + +gUnknown_0858D150:: @ 858D150 + .incbin "baserom.gba", 0x58d150, 0x20 + +gUnknown_0858D170:: @ 858D170 + .incbin "baserom.gba", 0x58d170, 0x18 + +gUnknown_0858D188:: @ 858D188 + .incbin "baserom.gba", 0x58d188, 0x14 + +gUnknown_0858D19C:: @ 858D19C + .incbin "baserom.gba", 0x58d19c, 0x4 + +gUnknown_0858D1A0:: @ 858D1A0 + .incbin "baserom.gba", 0x58d1a0, 0x30 + +gUnknown_0858D1D0:: @ 858D1D0 + .incbin "baserom.gba", 0x58d1d0, 0x34 + +gUnknown_0858D204:: @ 858D204 + .incbin "baserom.gba", 0x58d204, 0x24 + +gUnknown_0858D228:: @ 858D228 + .incbin "baserom.gba", 0x58d228, 0x18 + +gUnknown_0858D240:: @ 858D240 + .incbin "baserom.gba", 0x58d240, 0x3c + +gUnknown_0858D27C:: @ 858D27C + .incbin "baserom.gba", 0x58d27c, 0x84 + +gUnknown_0858D300:: @ 858D300 + .incbin "baserom.gba", 0x58d300, 0x20 + +gUnknown_0858D320:: @ 858D320 + .incbin "baserom.gba", 0x58d320, 0x18 + +gUnknown_0858D338:: @ 858D338 + .incbin "baserom.gba", 0x58d338, 0x4c + +gUnknown_0858D384:: @ 858D384 + .incbin "baserom.gba", 0x58d384, 0x10 + +gUnknown_0858D394:: @ 858D394 + .incbin "baserom.gba", 0x58d394, 0x1c + +gUnknown_0858D3B0:: @ 858D3B0 + .incbin "baserom.gba", 0x58d3b0, 0x8 + +gUnknown_0858D3B8:: @ 858D3B8 + .incbin "baserom.gba", 0x58d3b8, 0xc + +gUnknown_0858D3C4:: @ 858D3C4 + .incbin "baserom.gba", 0x58d3c4, 0x2c + +gUnknown_0858D3F0:: @ 858D3F0 + .incbin "baserom.gba", 0x58d3f0, 0x1c + +gUnknown_0858D40C:: @ 858D40C + .incbin "baserom.gba", 0x58d40c, 0xc + +gUnknown_0858D418:: @ 858D418 + .incbin "baserom.gba", 0x58d418, 0x10 + +gUnknown_0858D428:: @ 858D428 + .incbin "baserom.gba", 0x58d428, 0x34 + +gUnknown_0858D45C:: @ 858D45C + .incbin "baserom.gba", 0x58d45c, 0x38 + +gUnknown_0858D494:: @ 858D494 + .incbin "baserom.gba", 0x58d494, 0x4 + +gUnknown_0858D498:: @ 858D498 + .incbin "baserom.gba", 0x58d498, 0x1c + +gUnknown_0858D4B4:: @ 858D4B4 + .incbin "baserom.gba", 0x58d4b4, 0x30 + +gUnknown_0858D4E4:: @ 858D4E4 + .incbin "baserom.gba", 0x58d4e4, 0x40 + +gUnknown_0858D524:: @ 858D524 + .incbin "baserom.gba", 0x58d524, 0x4c + +gUnknown_0858D570:: @ 858D570 + .incbin "baserom.gba", 0x58d570, 0x24 + +gUnknown_0858D594:: @ 858D594 + .incbin "baserom.gba", 0x58d594, 0xac + +gUnknown_0858D640:: @ 858D640 + .incbin "baserom.gba", 0x58d640, 0x2c + +gUnknown_0858D66C:: @ 858D66C + .incbin "baserom.gba", 0x58d66c, 0x24 + +gUnknown_0858D690:: @ 858D690 + .incbin "baserom.gba", 0x58d690, 0x20 diff --git a/include/berry.h b/include/berry.h index dc0481d3d..f51503d41 100644 --- a/include/berry.h +++ b/include/berry.h @@ -53,4 +53,11 @@ void ResetBerryTreeSparkleFlags(void); extern const struct Berry gBerries[]; +struct UnkStruct_0858AB24 { + u8 unk0; + u16 unk1; +}; + +extern const struct UnkStruct_0858AB24 gUnknown_0858AB24[]; + #endif // GUARD_BERRY_H diff --git a/ld_script.txt b/ld_script.txt index b38856729..754f18730 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -346,7 +346,14 @@ SECTIONS { data/data3_a0_B.o(.rodata); src/berry.o(.rodata); data/script_menu.o(.rodata); - data/data3_a1.o(.rodata); + data/naming_screen.o(.rodata); + data/money.o(.rodata); + data/contest_effect.o(.rodata); + data/record_mixing.o(.rodata); + data/secret_base.o(.rodata); + data/tv.o(.rodata); + data/contest_link_80F57C4.o(.rodata); + data/script_pokemon_util_80F87D8.o(.rodata); src/pokemon_size_record.o(.rodata) data/field_effect.o(.rodata); data/truck_scene_porthole.o(.rodata); diff --git a/src/berry.c b/src/berry.c index cf49d4dc4..98cf7d932 100644 --- a/src/berry.c +++ b/src/berry.c @@ -803,10 +803,7 @@ const struct Berry gBerries[] = }, }; -const struct { - u8 unk0; - u16 unk1; -} gUnknown_0858AB24[] = { +const struct UnkStruct_0858AB24 gUnknown_0858AB24[] = { { 50, 20}, { 50, 20}, { 50, 20}, From a8a4a500abf23b8ab3ea206614b94e0f16d9af7d Mon Sep 17 00:00:00 2001 From: scnorton Date: Mon, 25 Sep 2017 15:27:54 -0400 Subject: [PATCH 05/13] split data3_a0_A --- data/battle_7.s | 32 ++ data/battle_interface.s | 56 ++++ data/berry_blender.s | 167 +++++++++++ data/data3_a0_A.s | 585 ------------------------------------- data/field_door.s | 17 ++ data/field_player_avatar.s | 83 ++++++ data/fieldmap.s | 8 + data/metatile_behavior.s | 8 + data/pokeball.s | 14 + data/rom4.s | 43 +++ data/trade.s | 200 +++++++++++++ ld_script.txt | 12 +- src/new_game.c | 6 +- 13 files changed, 644 insertions(+), 587 deletions(-) create mode 100644 data/battle_7.s create mode 100644 data/battle_interface.s create mode 100644 data/berry_blender.s delete mode 100644 data/data3_a0_A.s create mode 100644 data/field_door.s create mode 100644 data/field_player_avatar.s create mode 100644 data/fieldmap.s create mode 100644 data/metatile_behavior.s create mode 100644 data/pokeball.s create mode 100644 data/rom4.s create mode 100644 data/trade.s diff --git a/data/battle_7.s b/data/battle_7.s new file mode 100644 index 000000000..a64a39dc2 --- /dev/null +++ b/data/battle_7.s @@ -0,0 +1,32 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0832C0D0:: @ 832C0D0 + .incbin "baserom.gba", 0x32c0d0, 0x8 + +gUnknown_0832C0D8:: @ 832C0D8 + .incbin "baserom.gba", 0x32c0d8, 0x8 + +gUnknown_0832C0E0:: @ 832C0E0 + .incbin "baserom.gba", 0x32c0e0, 0x8 + +gUnknown_0832C0E8:: @ 832C0E8 + .incbin "baserom.gba", 0x32c0e8, 0x8 + +gUnknown_0832C0F0:: @ 832C0F0 + .incbin "baserom.gba", 0x32c0f0, 0x8 + +gUnknown_0832C0F8:: @ 832C0F8 + .incbin "baserom.gba", 0x32c0f8, 0x8 + +gUnknown_0832C100:: @ 832C100 + .incbin "baserom.gba", 0x32c100, 0x8 + +gUnknown_0832C108:: @ 832C108 + .incbin "baserom.gba", 0x32c108, 0x20 + +gUnknown_0832C128:: @ 832C128 + .incbin "baserom.gba", 0x32c128, 0x18 diff --git a/data/battle_interface.s b/data/battle_interface.s new file mode 100644 index 000000000..3fd9060fd --- /dev/null +++ b/data/battle_interface.s @@ -0,0 +1,56 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0832C140:: @ 832C140 + .incbin "baserom.gba", 0x32c140, 0x30 + +gUnknown_0832C170:: @ 832C170 + .incbin "baserom.gba", 0x32c170, 0x30 + +gUnknown_0832C1A0:: @ 832C1A0 + .incbin "baserom.gba", 0x32c1a0, 0x20 + +gUnknown_0832C1C0:: @ 832C1C0 + .incbin "baserom.gba", 0x32c1c0, 0xcc + +gUnknown_0832C28C:: @ 832C28C + .incbin "baserom.gba", 0x32c28c, 0x38 + +gUnknown_0832C2C4:: @ 832C2C4 + .incbin "baserom.gba", 0x32c2c4, 0x8 + +gUnknown_0832C2CC:: @ 832C2CC + .incbin "baserom.gba", 0x32c2cc, 0x68 + +gUnknown_0832C334:: @ 832C334 + .incbin "baserom.gba", 0x32c334, 0x8 + +gUnknown_0832C33C:: @ 832C33C + .incbin "baserom.gba", 0x32c33c, 0x8 + +gUnknown_0832C344:: @ 832C344 + .incbin "baserom.gba", 0x32c344, 0x8 + +gUnknown_0832C34C:: @ 832C34C + .incbin "baserom.gba", 0x32c34c, 0x18 + +gUnknown_0832C364:: @ 832C364 + .incbin "baserom.gba", 0x32c364, 0x30 + +gUnknown_0832C394:: @ 832C394 + .incbin "baserom.gba", 0x32c394, 0x30 + +gUnknown_0832C3C4:: @ 832C3C4 + .incbin "baserom.gba", 0x32c3c4, 0x14 + +gUnknown_0832C3D8:: @ 832C3D8 + .incbin "baserom.gba", 0x32c3d8, 0x14 + +gUnknown_0832C3EC:: @ 832C3EC + .incbin "baserom.gba", 0x32c3ec, 0xc + +gUnknown_0832C3F8:: @ 832C3F8 + .incbin "baserom.gba", 0x32c3f8, 0x8 diff --git a/data/berry_blender.s b/data/berry_blender.s new file mode 100644 index 000000000..d3360d4d8 --- /dev/null +++ b/data/berry_blender.s @@ -0,0 +1,167 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_083390D4:: @ 83390D4 + .incbin "baserom.gba", 0x3390d4, 0x20 + +gUnknown_083390F4:: @ 83390F4 + .incbin "baserom.gba", 0x3390f4, 0x400 + +gUnknown_083394F4:: @ 83394F4 + .incbin "baserom.gba", 0x3394f4, 0x246 + +gUnknown_0833973A:: @ 833973A + .incbin "baserom.gba", 0x33973a, 0x61 + +gUnknown_0833979B:: @ 833979B + .incbin "baserom.gba", 0x33979b, 0x2 + +gUnknown_0833979D:: @ 833979D + .incbin "baserom.gba", 0x33979d, 0x33 + +gUnknown_083397D0:: @ 83397D0 + .incbin "baserom.gba", 0x3397d0, 0x4a + +gUnknown_0833981A:: @ 833981A + .incbin "baserom.gba", 0x33981a, 0x17 + +gUnknown_08339831:: @ 8339831 + .incbin "baserom.gba", 0x339831, 0x27 + +gUnknown_08339858:: @ 8339858 + .incbin "baserom.gba", 0x339858, 0x3e + +gUnknown_08339896:: @ 8339896 + .incbin "baserom.gba", 0x339896, 0x1a + +gUnknown_083398B0:: @ 83398B0 + .incbin "baserom.gba", 0x3398b0, 0x2d + +gUnknown_083398DD:: @ 83398DD + .incbin "baserom.gba", 0x3398dd, 0x18 + +gUnknown_083398F5:: @ 83398F5 + .incbin "baserom.gba", 0x3398f5, 0x1f + +gUnknown_08339914:: @ 8339914 + .incbin "baserom.gba", 0x339914, 0x7 + +gUnknown_0833991B:: @ 833991B + .incbin "baserom.gba", 0x33991b, 0x6 + +gUnknown_08339921:: @ 8339921 + .incbin "baserom.gba", 0x339921, 0x7 + +gUnknown_08339928:: @ 8339928 + .incbin "baserom.gba", 0x339928, 0x6 + +gUnknown_0833992E:: @ 833992E + .incbin "baserom.gba", 0x33992e, 0xe + +gUnknown_0833993C:: @ 833993C + .incbin "baserom.gba", 0x33993c, 0x5 + +gUnknown_08339941:: @ 8339941 + .incbin "baserom.gba", 0x339941, 0x2 + +gUnknown_08339943:: @ 8339943 + .incbin "baserom.gba", 0x339943, 0x4 + +gUnknown_08339947:: @ 8339947 + .incbin "baserom.gba", 0x339947, 0x8 + +gUnknown_0833994F:: @ 833994F + .incbin "baserom.gba", 0x33994f, 0xe + +gUnknown_0833995D:: @ 833995D + .incbin "baserom.gba", 0x33995d, 0x13 + +gUnknown_08339970:: @ 8339970 + .incbin "baserom.gba", 0x339970, 0x4 + +gUnknown_08339974:: @ 8339974 + .incbin "baserom.gba", 0x339974, 0xc + +gUnknown_08339980:: @ 8339980 + .incbin "baserom.gba", 0x339980, 0x38 + +gUnknown_083399B8:: @ 83399B8 + .incbin "baserom.gba", 0x3399b8, 0x8 + +gUnknown_083399C0:: @ 83399C0 + .incbin "baserom.gba", 0x3399c0, 0x8 + +gUnknown_083399C8:: @ 83399C8 + .incbin "baserom.gba", 0x3399c8, 0x8 + +gUnknown_083399D0:: @ 83399D0 + .incbin "baserom.gba", 0x3399d0, 0xc + +gUnknown_083399DC:: @ 83399DC + .incbin "baserom.gba", 0x3399dc, 0x8 + +gUnknown_083399E4:: @ 83399E4 + .incbin "baserom.gba", 0x3399e4, 0x3 + +gUnknown_083399E7:: @ 83399E7 + .incbin "baserom.gba", 0x3399e7, 0x5 + +gUnknown_083399EC:: @ 83399EC + .incbin "baserom.gba", 0x3399ec, 0xd4 + +gUnknown_08339AC0:: @ 8339AC0 + .incbin "baserom.gba", 0x339ac0, 0x8 + +gUnknown_08339AC8:: @ 8339AC8 + .incbin "baserom.gba", 0x339ac8, 0x8 + +gUnknown_08339AD0:: @ 8339AD0 + .incbin "baserom.gba", 0x339ad0, 0x8 + +gUnknown_08339AD8:: @ 8339AD8 + .incbin "baserom.gba", 0x339ad8, 0x60 + +gUnknown_08339B38:: @ 8339B38 + .incbin "baserom.gba", 0x339b38, 0x8 + +gUnknown_08339B40:: @ 8339B40 + .incbin "baserom.gba", 0x339b40, 0x98 + +gUnknown_08339BD8:: @ 8339BD8 + .incbin "baserom.gba", 0x339bd8, 0x8 + +gUnknown_08339BE0:: @ 8339BE0 + .incbin "baserom.gba", 0x339be0, 0x44 + +gUnknown_08339C24:: @ 8339C24 + .incbin "baserom.gba", 0x339c24, 0x8 + +gUnknown_08339C2C:: @ 8339C2C + .incbin "baserom.gba", 0x339c2c, 0x2c + +gUnknown_08339C58:: @ 8339C58 + .incbin "baserom.gba", 0x339c58, 0x8 + +gUnknown_08339C60:: @ 8339C60 + .incbin "baserom.gba", 0x339c60, 0x18 + +gUnknown_08339C78:: @ 8339C78 + .incbin "baserom.gba", 0x339c78, 0x28 + +gUnknown_08339CA0:: @ 8339CA0 + .incbin "baserom.gba", 0x339ca0, 0x1e + +gUnknown_08339CBE:: @ 8339CBE + .incbin "baserom.gba", 0x339cbe, 0x5 + +gUnknown_08339CC3:: @ 8339CC3 + .incbin "baserom.gba", 0x339cc3, 0x5 + +gUnknown_08339CC8:: @ 8339CC8 + .incbin "baserom.gba", 0x339cc8, 0x4c + +gUnknown_08339D14:: @ 8339D14 + .incbin "baserom.gba", 0x339d14, 0x8 diff --git a/data/data3_a0_A.s b/data/data3_a0_A.s deleted file mode 100644 index 975b3d640..000000000 --- a/data/data3_a0_A.s +++ /dev/null @@ -1,585 +0,0 @@ -@ the third big chunk of data - - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - -gUnknown_0832C0D0:: @ 832C0D0 - .incbin "baserom.gba", 0x32c0d0, 0x8 - -gUnknown_0832C0D8:: @ 832C0D8 - .incbin "baserom.gba", 0x32c0d8, 0x8 - -gUnknown_0832C0E0:: @ 832C0E0 - .incbin "baserom.gba", 0x32c0e0, 0x8 - -gUnknown_0832C0E8:: @ 832C0E8 - .incbin "baserom.gba", 0x32c0e8, 0x8 - -gUnknown_0832C0F0:: @ 832C0F0 - .incbin "baserom.gba", 0x32c0f0, 0x8 - -gUnknown_0832C0F8:: @ 832C0F8 - .incbin "baserom.gba", 0x32c0f8, 0x8 - -gUnknown_0832C100:: @ 832C100 - .incbin "baserom.gba", 0x32c100, 0x8 - -gUnknown_0832C108:: @ 832C108 - .incbin "baserom.gba", 0x32c108, 0x20 - -gUnknown_0832C128:: @ 832C128 - .incbin "baserom.gba", 0x32c128, 0x18 - -gUnknown_0832C140:: @ 832C140 - .incbin "baserom.gba", 0x32c140, 0x30 - -gUnknown_0832C170:: @ 832C170 - .incbin "baserom.gba", 0x32c170, 0x30 - -gUnknown_0832C1A0:: @ 832C1A0 - .incbin "baserom.gba", 0x32c1a0, 0x20 - -gUnknown_0832C1C0:: @ 832C1C0 - .incbin "baserom.gba", 0x32c1c0, 0xcc - -gUnknown_0832C28C:: @ 832C28C - .incbin "baserom.gba", 0x32c28c, 0x38 - -gUnknown_0832C2C4:: @ 832C2C4 - .incbin "baserom.gba", 0x32c2c4, 0x8 - -gUnknown_0832C2CC:: @ 832C2CC - .incbin "baserom.gba", 0x32c2cc, 0x68 - -gUnknown_0832C334:: @ 832C334 - .incbin "baserom.gba", 0x32c334, 0x8 - -gUnknown_0832C33C:: @ 832C33C - .incbin "baserom.gba", 0x32c33c, 0x8 - -gUnknown_0832C344:: @ 832C344 - .incbin "baserom.gba", 0x32c344, 0x8 - -gUnknown_0832C34C:: @ 832C34C - .incbin "baserom.gba", 0x32c34c, 0x18 - -gUnknown_0832C364:: @ 832C364 - .incbin "baserom.gba", 0x32c364, 0x30 - -gUnknown_0832C394:: @ 832C394 - .incbin "baserom.gba", 0x32c394, 0x30 - -gUnknown_0832C3C4:: @ 832C3C4 - .incbin "baserom.gba", 0x32c3c4, 0x14 - -gUnknown_0832C3D8:: @ 832C3D8 - .incbin "baserom.gba", 0x32c3d8, 0x14 - -gUnknown_0832C3EC:: @ 832C3EC - .incbin "baserom.gba", 0x32c3ec, 0xc - -gUnknown_0832C3F8:: @ 832C3F8 - .incbin "baserom.gba", 0x32c3f8, 0x8 - -gUnknown_0832C400:: @ 832C400 - .incbin "baserom.gba", 0x32c400, 0x60 - -gUnknown_0832C460:: @ 832C460 - .incbin "baserom.gba", 0x32c460, 0x128 - -gUnknown_0832C588:: @ 832C588 - .incbin "baserom.gba", 0x32c588, 0x138 - -gUnknown_0832C6C0:: @ 832C6C0 - .incbin "baserom.gba", 0x32c6c0, 0x1fe - -gUnknown_0832C8BE:: @ 832C8BE - .incbin "baserom.gba", 0x32c8be, 0x1fe - -gUnknown_0832CABC:: @ 832CABC - .incbin "baserom.gba", 0x32cabc, 0x800 - -gUnknown_0832D2BC:: @ 832D2BC - .incbin "baserom.gba", 0x32d2bc, 0x800 - -gUnknown_0832DABC:: @ 832DABC - .incbin "baserom.gba", 0x32dabc, 0xb - -gUnknown_0832DAC7:: @ 832DAC7 - .incbin "baserom.gba", 0x32dac7, 0x2 - -gUnknown_0832DAC9:: @ 832DAC9 - .incbin "baserom.gba", 0x32dac9, 0x2 - -gUnknown_0832DACB:: @ 832DACB - .incbin "baserom.gba", 0x32dacb, 0x7 - -gUnknown_0832DAD2:: @ 832DAD2 - .incbin "baserom.gba", 0x32dad2, 0xd - -gUnknown_0832DADF:: @ 832DADF - .incbin "baserom.gba", 0x32dadf, 0x6 - -gUnknown_0832DAE5:: @ 832DAE5 - .incbin "baserom.gba", 0x32dae5, 0x157 - -gUnknown_0832DC3C:: @ 832DC3C - .incbin "baserom.gba", 0x32dc3c, 0x8 - -gUnknown_0832DC44:: @ 832DC44 - .incbin "baserom.gba", 0x32dc44, 0x50 - -gUnknown_0832DC94:: @ 832DC94 - .incbin "baserom.gba", 0x32dc94, 0x18 - -gUnknown_0832DCAC:: @ 832DCAC - .incbin "baserom.gba", 0x32dcac, 0x38 - -gUnknown_0832DCE4:: @ 832DCE4 - .incbin "baserom.gba", 0x32dce4, 0x8 - -gUnknown_0832DCEC:: @ 832DCEC - .incbin "baserom.gba", 0x32dcec, 0x138 - -gUnknown_0832DE24:: @ 832DE24 - .incbin "baserom.gba", 0x32de24, 0x1a - -gUnknown_0832DE3E:: @ 832DE3E - .incbin "baserom.gba", 0x32de3e, 0x18 - -gUnknown_0832DE56:: @ 832DE56 - .incbin "baserom.gba", 0x32de56, 0x3e - -gUnknown_0832DE94:: @ 832DE94 - .incbin "baserom.gba", 0x32de94, 0x18 - -gUnknown_0832DEAC:: @ 832DEAC - .incbin "baserom.gba", 0x32deac, 0x10 - -gUnknown_0832DEBC:: @ 832DEBC - .incbin "baserom.gba", 0x32debc, 0x24 - -gUnknown_0832DEE0:: @ 832DEE0 - .incbin "baserom.gba", 0x32dee0, 0x4 - -gUnknown_0832DEE4:: @ 832DEE4 - .incbin "baserom.gba", 0x32dee4, 0x10 - -gUnknown_0832DEF4:: @ 832DEF4 - .incbin "baserom.gba", 0x32def4, 0x98 - -gUnknown_0832DF8C:: @ 832DF8C - .incbin "baserom.gba", 0x32df8c, 0x8 - -gUnknown_0832DF94:: @ 832DF94 - .incbin "baserom.gba", 0x32df94, 0x5 - -gUnknown_0832DF99:: @ 832DF99 - .incbin "baserom.gba", 0x32df99, 0x2027 - -gUnknown_0832FFC0:: @ 832FFC0 - .incbin "baserom.gba", 0x32ffc0, 0x1fa0 - -gUnknown_08331F60:: @ 8331F60 - .incbin "baserom.gba", 0x331f60, 0x1000 - -gUnknown_08332F60:: @ 8332F60 - .incbin "baserom.gba", 0x332f60, 0x2840 - -gUnknown_083357A0:: @ 83357A0 - .incbin "baserom.gba", 0x3357a0, 0x100 - -gUnknown_083358A0:: @ 83358A0 - .incbin "baserom.gba", 0x3358a0, 0x100 - -gUnknown_083359A0:: @ 83359A0 - .incbin "baserom.gba", 0x3359a0, 0x1000 - -gUnknown_083369A0:: @ 83369A0 - .incbin "baserom.gba", 0x3369a0, 0x1000 - -gUnknown_083379A0:: @ 83379A0 - .incbin "baserom.gba", 0x3379a0, 0x100 - -gUnknown_08337AA0:: @ 8337AA0 - .incbin "baserom.gba", 0x337aa0, 0x200 - -gUnknown_08337CA0:: @ 8337CA0 - .incbin "baserom.gba", 0x337ca0, 0x200 - -gUnknown_08337EA0:: @ 8337EA0 - .incbin "baserom.gba", 0x337ea0, 0x20 - -gUnknown_08337EC0:: @ 8337EC0 - .incbin "baserom.gba", 0x337ec0, 0x690 - -gUnknown_08338550:: @ 8338550 - .incbin "baserom.gba", 0x338550, 0x7c8 - -gUnknown_08338D18:: @ 8338D18 - .incbin "baserom.gba", 0x338d18, 0x8 - -gUnknown_08338D20:: @ 8338D20 - .incbin "baserom.gba", 0x338d20, 0x8 - -gUnknown_08338D28:: @ 8338D28 - .incbin "baserom.gba", 0x338d28, 0x48 - -gUnknown_08338D70:: @ 8338D70 - .incbin "baserom.gba", 0x338d70, 0x8 - -gUnknown_08338D78:: @ 8338D78 - .incbin "baserom.gba", 0x338d78, 0x8 - -gUnknown_08338D80:: @ 8338D80 - .incbin "baserom.gba", 0x338d80, 0x8 - -gUnknown_08338D88:: @ 8338D88 - .incbin "baserom.gba", 0x338d88, 0x38 - -gUnknown_08338DC0:: @ 8338DC0 - .incbin "baserom.gba", 0x338dc0, 0x8 - -gUnknown_08338DC8:: @ 8338DC8 - .incbin "baserom.gba", 0x338dc8, 0x2c - -gUnknown_08338DF4:: @ 8338DF4 - .incbin "baserom.gba", 0x338df4, 0x8 - -gUnknown_08338DFC:: @ 8338DFC - .incbin "baserom.gba", 0x338dfc, 0x70 - -gUnknown_08338E6C:: @ 8338E6C - .incbin "baserom.gba", 0x338e6c, 0x8 - -gUnknown_08338E74:: @ 8338E74 - .incbin "baserom.gba", 0x338e74, 0x18 - -gUnknown_08338E8C:: @ 8338E8C - .incbin "baserom.gba", 0x338e8c, 0x18 - -gUnknown_08338EA4:: @ 8338EA4 - .incbin "baserom.gba", 0x338ea4, 0x28 - -gUnknown_08338ECC:: @ 8338ECC - .incbin "baserom.gba", 0x338ecc, 0x4 - -gUnknown_08338ED0:: @ 8338ED0 - .incbin "baserom.gba", 0x338ed0, 0xf0 - -gUnknown_08338FC0:: @ 8338FC0 - .incbin "baserom.gba", 0x338fc0, 0x3c - -gUnknown_08338FFC:: @ 8338FFC - .incbin "baserom.gba", 0x338ffc, 0x10 - -gUnknown_0833900C:: @ 833900C - .incbin "baserom.gba", 0x33900c, 0x8 - -gUnknown_08339014:: @ 8339014 - .incbin "baserom.gba", 0x339014, 0x10 - -gUnknown_08339024:: @ 8339024 - .incbin "baserom.gba", 0x339024, 0x6c - -gUnknown_08339090:: @ 8339090 - .incbin "baserom.gba", 0x339090, 0x44 - -gUnknown_083390D4:: @ 83390D4 - .incbin "baserom.gba", 0x3390d4, 0x20 - -gUnknown_083390F4:: @ 83390F4 - .incbin "baserom.gba", 0x3390f4, 0x400 - -gUnknown_083394F4:: @ 83394F4 - .incbin "baserom.gba", 0x3394f4, 0x246 - -gUnknown_0833973A:: @ 833973A - .incbin "baserom.gba", 0x33973a, 0x61 - -gUnknown_0833979B:: @ 833979B - .incbin "baserom.gba", 0x33979b, 0x2 - -gUnknown_0833979D:: @ 833979D - .incbin "baserom.gba", 0x33979d, 0x33 - -gUnknown_083397D0:: @ 83397D0 - .incbin "baserom.gba", 0x3397d0, 0x4a - -gUnknown_0833981A:: @ 833981A - .incbin "baserom.gba", 0x33981a, 0x17 - -gUnknown_08339831:: @ 8339831 - .incbin "baserom.gba", 0x339831, 0x27 - -gUnknown_08339858:: @ 8339858 - .incbin "baserom.gba", 0x339858, 0x3e - -gUnknown_08339896:: @ 8339896 - .incbin "baserom.gba", 0x339896, 0x1a - -gUnknown_083398B0:: @ 83398B0 - .incbin "baserom.gba", 0x3398b0, 0x2d - -gUnknown_083398DD:: @ 83398DD - .incbin "baserom.gba", 0x3398dd, 0x18 - -gUnknown_083398F5:: @ 83398F5 - .incbin "baserom.gba", 0x3398f5, 0x1f - -gUnknown_08339914:: @ 8339914 - .incbin "baserom.gba", 0x339914, 0x7 - -gUnknown_0833991B:: @ 833991B - .incbin "baserom.gba", 0x33991b, 0x6 - -gUnknown_08339921:: @ 8339921 - .incbin "baserom.gba", 0x339921, 0x7 - -gUnknown_08339928:: @ 8339928 - .incbin "baserom.gba", 0x339928, 0x6 - -gUnknown_0833992E:: @ 833992E - .incbin "baserom.gba", 0x33992e, 0xe - -gUnknown_0833993C:: @ 833993C - .incbin "baserom.gba", 0x33993c, 0x5 - -gUnknown_08339941:: @ 8339941 - .incbin "baserom.gba", 0x339941, 0x2 - -gUnknown_08339943:: @ 8339943 - .incbin "baserom.gba", 0x339943, 0x4 - -gUnknown_08339947:: @ 8339947 - .incbin "baserom.gba", 0x339947, 0x8 - -gUnknown_0833994F:: @ 833994F - .incbin "baserom.gba", 0x33994f, 0xe - -gUnknown_0833995D:: @ 833995D - .incbin "baserom.gba", 0x33995d, 0x13 - -gUnknown_08339970:: @ 8339970 - .incbin "baserom.gba", 0x339970, 0x4 - -gUnknown_08339974:: @ 8339974 - .incbin "baserom.gba", 0x339974, 0xc - -gUnknown_08339980:: @ 8339980 - .incbin "baserom.gba", 0x339980, 0x38 - -gUnknown_083399B8:: @ 83399B8 - .incbin "baserom.gba", 0x3399b8, 0x8 - -gUnknown_083399C0:: @ 83399C0 - .incbin "baserom.gba", 0x3399c0, 0x8 - -gUnknown_083399C8:: @ 83399C8 - .incbin "baserom.gba", 0x3399c8, 0x8 - -gUnknown_083399D0:: @ 83399D0 - .incbin "baserom.gba", 0x3399d0, 0xc - -gUnknown_083399DC:: @ 83399DC - .incbin "baserom.gba", 0x3399dc, 0x8 - -gUnknown_083399E4:: @ 83399E4 - .incbin "baserom.gba", 0x3399e4, 0x3 - -gUnknown_083399E7:: @ 83399E7 - .incbin "baserom.gba", 0x3399e7, 0x5 - -gUnknown_083399EC:: @ 83399EC - .incbin "baserom.gba", 0x3399ec, 0xd4 - -gUnknown_08339AC0:: @ 8339AC0 - .incbin "baserom.gba", 0x339ac0, 0x8 - -gUnknown_08339AC8:: @ 8339AC8 - .incbin "baserom.gba", 0x339ac8, 0x8 - -gUnknown_08339AD0:: @ 8339AD0 - .incbin "baserom.gba", 0x339ad0, 0x8 - -gUnknown_08339AD8:: @ 8339AD8 - .incbin "baserom.gba", 0x339ad8, 0x60 - -gUnknown_08339B38:: @ 8339B38 - .incbin "baserom.gba", 0x339b38, 0x8 - -gUnknown_08339B40:: @ 8339B40 - .incbin "baserom.gba", 0x339b40, 0x98 - -gUnknown_08339BD8:: @ 8339BD8 - .incbin "baserom.gba", 0x339bd8, 0x8 - -gUnknown_08339BE0:: @ 8339BE0 - .incbin "baserom.gba", 0x339be0, 0x44 - -gUnknown_08339C24:: @ 8339C24 - .incbin "baserom.gba", 0x339c24, 0x8 - -gUnknown_08339C2C:: @ 8339C2C - .incbin "baserom.gba", 0x339c2c, 0x2c - -gUnknown_08339C58:: @ 8339C58 - .incbin "baserom.gba", 0x339c58, 0x8 - -gUnknown_08339C60:: @ 8339C60 - .incbin "baserom.gba", 0x339c60, 0x18 - -gUnknown_08339C78:: @ 8339C78 - .incbin "baserom.gba", 0x339c78, 0x28 - -gUnknown_08339CA0:: @ 8339CA0 - .incbin "baserom.gba", 0x339ca0, 0x1e - -gUnknown_08339CBE:: @ 8339CBE - .incbin "baserom.gba", 0x339cbe, 0x5 - -gUnknown_08339CC3:: @ 8339CC3 - .incbin "baserom.gba", 0x339cc3, 0x5 - -gUnknown_08339CC8:: @ 8339CC8 - .incbin "baserom.gba", 0x339cc8, 0x4c - -gUnknown_08339D14:: @ 8339D14 - .incbin "baserom.gba", 0x339d14, 0x8 - -gContestWinnerPicDummy:: @ 8339D1C - .incbin "baserom.gba", 0x339d1c, 0x20 - -gUnknown_08339D3C:: @ 8339D3C - .incbin "baserom.gba", 0x339d3c, 0x28 - -gUnknown_08339D64:: @ 8339D64 - .incbin "baserom.gba", 0x339d64, 0x48 - -gUnknown_08339DAC:: @ 8339DAC - .incbin "baserom.gba", 0x339dac, 0x10 - -gUnknown_08339DBC:: @ 8339DBC - .incbin "baserom.gba", 0x339dbc, 0xc - -gUnknown_08339DC8:: @ 8339DC8 - .incbin "baserom.gba", 0x339dc8, 0xc - -gUnknown_08339DD4:: @ 8339DD4 - .incbin "baserom.gba", 0x339dd4, 0x2c - -gUnknown_08339E00:: @ 8339E00 - .incbin "baserom.gba", 0x339e00, 0x8 - -@ 8339E08 - .include "data/tilesets/tileset_graphics.inc" - -@ 83960F0 - .include "data/tilesets/metatiles.inc" - -@ 83DF704 - .include "data/tilesets/tilesets.inc" - -@ 83DFE14 - .incbin "baserom.gba", 0x3dfe14, 0xa1fc0 - -gUnknown_08481DD4:: @ 8481DD4 - .incbin "baserom.gba", 0x481dd4, 0x47a4 - -gUnknown_08486578:: @ 8486578 - .incbin "baserom.gba", 0x486578, 0x980 - -gUnknown_08486EF8:: @ 8486EF8 - .incbin "baserom.gba", 0x486ef8, 0x4 - -gUnknown_08486EFC:: @ 8486EFC - .incbin "baserom.gba", 0x486efc, 0x10090 - -gUnknown_08496F8C:: @ 8496F8C - .incbin "baserom.gba", 0x496f8c, 0x14 - -gUnknown_08496FA0:: @ 8496FA0 - .incbin "baserom.gba", 0x496fa0, 0x14 - -gUnknown_08496FB4:: @ 8496FB4 - .incbin "baserom.gba", 0x496fb4, 0x1c0 - -gUnknown_08497174:: @ 8497174 - .incbin "baserom.gba", 0x497174, 0x288 - -gUnknown_084973FC:: @ 84973FC - .incbin "baserom.gba", 0x4973fc, 0x48 - -gUnknown_08497444:: @ 8497444 - .incbin "baserom.gba", 0x497444, 0x4c - -gUnknown_08497490:: @ 8497490 - .incbin "baserom.gba", 0x497490, 0xc - -gUnknown_0849749C:: @ 849749C - .incbin "baserom.gba", 0x49749c, 0x14 - -gUnknown_084974B0:: @ 84974B0 - .incbin "baserom.gba", 0x4974b0, 0x8 - -gUnknown_084974B8:: @ 84974B8 - .incbin "baserom.gba", 0x4974b8, 0x20 - -gUnknown_084974D8:: @ 84974D8 - .incbin "baserom.gba", 0x4974d8, 0x10 - -gUnknown_084974E8:: @ 84974E8 - .incbin "baserom.gba", 0x4974e8, 0x10 - -gUnknown_084974F8:: @ 84974F8 - .incbin "baserom.gba", 0x4974f8, 0x10 - -gUnknown_08497508:: @ 8497508 - .incbin "baserom.gba", 0x497508, 0x2 - -gUnknown_0849750A:: @ 849750A - .incbin "baserom.gba", 0x49750a, 0x2 - -gUnknown_0849750C:: @ 849750C - .incbin "baserom.gba", 0x49750c, 0x14 - -gUnknown_08497520:: @ 8497520 - .incbin "baserom.gba", 0x497520, 0x10 - -gUnknown_08497530:: @ 8497530 - .incbin "baserom.gba", 0x497530, 0xc - -gUnknown_0849753C:: @ 849753C - .incbin "baserom.gba", 0x49753c, 0x4 - -gUnknown_08497540:: @ 8497540 - .incbin "baserom.gba", 0x497540, 0x10 - -gUnknown_08497550:: @ 8497550 - .incbin "baserom.gba", 0x497550, 0x4 - -gUnknown_08497554:: @ 8497554 - .incbin "baserom.gba", 0x497554, 0x8 - -gUnknown_0849755C:: @ 849755C - .incbin "baserom.gba", 0x49755c, 0x40 - -gUnknown_0849759C:: @ 849759C - .incbin "baserom.gba", 0x49759c, 0x6 - -gUnknown_084975A2:: @ 84975A2 - .incbin "baserom.gba", 0x4975a2, 0x6 - -gUnknown_084975A8:: @ 84975A8 - .incbin "baserom.gba", 0x4975a8, 0x2 - -gUnknown_084975AA:: @ 84975AA - .incbin "baserom.gba", 0x4975aa, 0x6 - -gUnknown_084975B0:: @ 84975B0 - .incbin "baserom.gba", 0x4975b0, 0xc - -gUnknown_084975BC:: @ 84975BC - .incbin "baserom.gba", 0x4975bc, 0x8 diff --git a/data/field_door.s b/data/field_door.s new file mode 100644 index 000000000..69a7c6534 --- /dev/null +++ b/data/field_door.s @@ -0,0 +1,17 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_08496F8C:: @ 8496F8C + .incbin "baserom.gba", 0x496f8c, 0x14 + +gUnknown_08496FA0:: @ 8496FA0 + .incbin "baserom.gba", 0x496fa0, 0x14 + +gUnknown_08496FB4:: @ 8496FB4 + .incbin "baserom.gba", 0x496fb4, 0x1c0 + +gUnknown_08497174:: @ 8497174 + .incbin "baserom.gba", 0x497174, 0x288 diff --git a/data/field_player_avatar.s b/data/field_player_avatar.s new file mode 100644 index 000000000..952485463 --- /dev/null +++ b/data/field_player_avatar.s @@ -0,0 +1,83 @@ +@ the third big chunk of data + + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + + +gUnknown_084973FC:: @ 84973FC + .incbin "baserom.gba", 0x4973fc, 0x48 + +gUnknown_08497444:: @ 8497444 + .incbin "baserom.gba", 0x497444, 0x4c + +gUnknown_08497490:: @ 8497490 + .incbin "baserom.gba", 0x497490, 0xc + +gUnknown_0849749C:: @ 849749C + .incbin "baserom.gba", 0x49749c, 0x14 + +gUnknown_084974B0:: @ 84974B0 + .incbin "baserom.gba", 0x4974b0, 0x8 + +gUnknown_084974B8:: @ 84974B8 + .incbin "baserom.gba", 0x4974b8, 0x20 + +gUnknown_084974D8:: @ 84974D8 + .incbin "baserom.gba", 0x4974d8, 0x10 + +gUnknown_084974E8:: @ 84974E8 + .incbin "baserom.gba", 0x4974e8, 0x10 + +gUnknown_084974F8:: @ 84974F8 + .incbin "baserom.gba", 0x4974f8, 0x10 + +gUnknown_08497508:: @ 8497508 + .incbin "baserom.gba", 0x497508, 0x2 + +gUnknown_0849750A:: @ 849750A + .incbin "baserom.gba", 0x49750a, 0x2 + +gUnknown_0849750C:: @ 849750C + .incbin "baserom.gba", 0x49750c, 0x14 + +gUnknown_08497520:: @ 8497520 + .incbin "baserom.gba", 0x497520, 0x10 + +gUnknown_08497530:: @ 8497530 + .incbin "baserom.gba", 0x497530, 0xc + +gUnknown_0849753C:: @ 849753C + .incbin "baserom.gba", 0x49753c, 0x4 + +gUnknown_08497540:: @ 8497540 + .incbin "baserom.gba", 0x497540, 0x10 + +gUnknown_08497550:: @ 8497550 + .incbin "baserom.gba", 0x497550, 0x4 + +gUnknown_08497554:: @ 8497554 + .incbin "baserom.gba", 0x497554, 0x8 + +gUnknown_0849755C:: @ 849755C + .incbin "baserom.gba", 0x49755c, 0x40 + +gUnknown_0849759C:: @ 849759C + .incbin "baserom.gba", 0x49759c, 0x6 + +gUnknown_084975A2:: @ 84975A2 + .incbin "baserom.gba", 0x4975a2, 0x6 + +gUnknown_084975A8:: @ 84975A8 + .incbin "baserom.gba", 0x4975a8, 0x2 + +gUnknown_084975AA:: @ 84975AA + .incbin "baserom.gba", 0x4975aa, 0x6 + +gUnknown_084975B0:: @ 84975B0 + .incbin "baserom.gba", 0x4975b0, 0xc + +gUnknown_084975BC:: @ 84975BC + .incbin "baserom.gba", 0x4975bc, 0x8 diff --git a/data/fieldmap.s b/data/fieldmap.s new file mode 100644 index 000000000..e2cc537da --- /dev/null +++ b/data/fieldmap.s @@ -0,0 +1,8 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_08486EF8:: @ 8486EF8 + .incbin "baserom.gba", 0x486ef8, 0x4 diff --git a/data/metatile_behavior.s b/data/metatile_behavior.s new file mode 100644 index 000000000..ea19a3031 --- /dev/null +++ b/data/metatile_behavior.s @@ -0,0 +1,8 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_08486EFC:: @ 8486EFC + .incbin "baserom.gba", 0x486efc, 0x10090 diff --git a/data/pokeball.s b/data/pokeball.s new file mode 100644 index 000000000..4e7b4315a --- /dev/null +++ b/data/pokeball.s @@ -0,0 +1,14 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0832C400:: @ 832C400 + .incbin "baserom.gba", 0x32c400, 0x60 + +gUnknown_0832C460:: @ 832C460 + .incbin "baserom.gba", 0x32c460, 0x128 + +gUnknown_0832C588:: @ 832C588 + .incbin "baserom.gba", 0x32c588, 0x138 diff --git a/data/rom4.s b/data/rom4.s new file mode 100644 index 000000000..aa57174d9 --- /dev/null +++ b/data/rom4.s @@ -0,0 +1,43 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 +gUnknown_08339D3C:: @ 8339D3C + .incbin "baserom.gba", 0x339d3c, 0x28 + +gUnknown_08339D64:: @ 8339D64 + .incbin "baserom.gba", 0x339d64, 0x48 + +gUnknown_08339DAC:: @ 8339DAC + .incbin "baserom.gba", 0x339dac, 0x10 + +gUnknown_08339DBC:: @ 8339DBC + .incbin "baserom.gba", 0x339dbc, 0xc + +gUnknown_08339DC8:: @ 8339DC8 + .incbin "baserom.gba", 0x339dc8, 0xc + +gUnknown_08339DD4:: @ 8339DD4 + .incbin "baserom.gba", 0x339dd4, 0x2c + +gUnknown_08339E00:: @ 8339E00 + .incbin "baserom.gba", 0x339e00, 0x8 + +@ 8339E08 + .include "data/tilesets/tileset_graphics.inc" + +@ 83960F0 + .include "data/tilesets/metatiles.inc" + +@ 83DF704 + .include "data/tilesets/tilesets.inc" + +@ 83DFE14 + .incbin "baserom.gba", 0x3dfe14, 0xa1fc0 + +gUnknown_08481DD4:: @ 8481DD4 + .incbin "baserom.gba", 0x481dd4, 0x47a4 + +gUnknown_08486578:: @ 8486578 + .incbin "baserom.gba", 0x486578, 0x980 diff --git a/data/trade.s b/data/trade.s new file mode 100644 index 000000000..601b597ed --- /dev/null +++ b/data/trade.s @@ -0,0 +1,200 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0832C6C0:: @ 832C6C0 + .incbin "baserom.gba", 0x32c6c0, 0x1fe + +gUnknown_0832C8BE:: @ 832C8BE + .incbin "baserom.gba", 0x32c8be, 0x1fe + +gUnknown_0832CABC:: @ 832CABC + .incbin "baserom.gba", 0x32cabc, 0x800 + +gUnknown_0832D2BC:: @ 832D2BC + .incbin "baserom.gba", 0x32d2bc, 0x800 + +gUnknown_0832DABC:: @ 832DABC + .incbin "baserom.gba", 0x32dabc, 0xb + +gUnknown_0832DAC7:: @ 832DAC7 + .incbin "baserom.gba", 0x32dac7, 0x2 + +gUnknown_0832DAC9:: @ 832DAC9 + .incbin "baserom.gba", 0x32dac9, 0x2 + +gUnknown_0832DACB:: @ 832DACB + .incbin "baserom.gba", 0x32dacb, 0x7 + +gUnknown_0832DAD2:: @ 832DAD2 + .incbin "baserom.gba", 0x32dad2, 0xd + +gUnknown_0832DADF:: @ 832DADF + .incbin "baserom.gba", 0x32dadf, 0x6 + +gUnknown_0832DAE5:: @ 832DAE5 + .incbin "baserom.gba", 0x32dae5, 0x157 + +gUnknown_0832DC3C:: @ 832DC3C + .incbin "baserom.gba", 0x32dc3c, 0x8 + +gUnknown_0832DC44:: @ 832DC44 + .incbin "baserom.gba", 0x32dc44, 0x50 + +gUnknown_0832DC94:: @ 832DC94 + .incbin "baserom.gba", 0x32dc94, 0x18 + +gUnknown_0832DCAC:: @ 832DCAC + .incbin "baserom.gba", 0x32dcac, 0x38 + +gUnknown_0832DCE4:: @ 832DCE4 + .incbin "baserom.gba", 0x32dce4, 0x8 + +gUnknown_0832DCEC:: @ 832DCEC + .incbin "baserom.gba", 0x32dcec, 0x138 + +gUnknown_0832DE24:: @ 832DE24 + .incbin "baserom.gba", 0x32de24, 0x1a + +gUnknown_0832DE3E:: @ 832DE3E + .incbin "baserom.gba", 0x32de3e, 0x18 + +gUnknown_0832DE56:: @ 832DE56 + .incbin "baserom.gba", 0x32de56, 0x3e + +gUnknown_0832DE94:: @ 832DE94 + .incbin "baserom.gba", 0x32de94, 0x18 + +gUnknown_0832DEAC:: @ 832DEAC + .incbin "baserom.gba", 0x32deac, 0x10 + +gUnknown_0832DEBC:: @ 832DEBC + .incbin "baserom.gba", 0x32debc, 0x24 + +gUnknown_0832DEE0:: @ 832DEE0 + .incbin "baserom.gba", 0x32dee0, 0x4 + +gUnknown_0832DEE4:: @ 832DEE4 + .incbin "baserom.gba", 0x32dee4, 0x10 + +gUnknown_0832DEF4:: @ 832DEF4 + .incbin "baserom.gba", 0x32def4, 0x98 + +gUnknown_0832DF8C:: @ 832DF8C + .incbin "baserom.gba", 0x32df8c, 0x8 + +gUnknown_0832DF94:: @ 832DF94 + .incbin "baserom.gba", 0x32df94, 0x5 + +gUnknown_0832DF99:: @ 832DF99 + .incbin "baserom.gba", 0x32df99, 0x2027 + +gUnknown_0832FFC0:: @ 832FFC0 + .incbin "baserom.gba", 0x32ffc0, 0x1fa0 + +gUnknown_08331F60:: @ 8331F60 + .incbin "baserom.gba", 0x331f60, 0x1000 + +gUnknown_08332F60:: @ 8332F60 + .incbin "baserom.gba", 0x332f60, 0x2840 + +gUnknown_083357A0:: @ 83357A0 + .incbin "baserom.gba", 0x3357a0, 0x100 + +gUnknown_083358A0:: @ 83358A0 + .incbin "baserom.gba", 0x3358a0, 0x100 + +gUnknown_083359A0:: @ 83359A0 + .incbin "baserom.gba", 0x3359a0, 0x1000 + +gUnknown_083369A0:: @ 83369A0 + .incbin "baserom.gba", 0x3369a0, 0x1000 + +gUnknown_083379A0:: @ 83379A0 + .incbin "baserom.gba", 0x3379a0, 0x100 + +gUnknown_08337AA0:: @ 8337AA0 + .incbin "baserom.gba", 0x337aa0, 0x200 + +gUnknown_08337CA0:: @ 8337CA0 + .incbin "baserom.gba", 0x337ca0, 0x200 + +gUnknown_08337EA0:: @ 8337EA0 + .incbin "baserom.gba", 0x337ea0, 0x20 + +gUnknown_08337EC0:: @ 8337EC0 + .incbin "baserom.gba", 0x337ec0, 0x690 + +gUnknown_08338550:: @ 8338550 + .incbin "baserom.gba", 0x338550, 0x7c8 + +gUnknown_08338D18:: @ 8338D18 + .incbin "baserom.gba", 0x338d18, 0x8 + +gUnknown_08338D20:: @ 8338D20 + .incbin "baserom.gba", 0x338d20, 0x8 + +gUnknown_08338D28:: @ 8338D28 + .incbin "baserom.gba", 0x338d28, 0x48 + +gUnknown_08338D70:: @ 8338D70 + .incbin "baserom.gba", 0x338d70, 0x8 + +gUnknown_08338D78:: @ 8338D78 + .incbin "baserom.gba", 0x338d78, 0x8 + +gUnknown_08338D80:: @ 8338D80 + .incbin "baserom.gba", 0x338d80, 0x8 + +gUnknown_08338D88:: @ 8338D88 + .incbin "baserom.gba", 0x338d88, 0x38 + +gUnknown_08338DC0:: @ 8338DC0 + .incbin "baserom.gba", 0x338dc0, 0x8 + +gUnknown_08338DC8:: @ 8338DC8 + .incbin "baserom.gba", 0x338dc8, 0x2c + +gUnknown_08338DF4:: @ 8338DF4 + .incbin "baserom.gba", 0x338df4, 0x8 + +gUnknown_08338DFC:: @ 8338DFC + .incbin "baserom.gba", 0x338dfc, 0x70 + +gUnknown_08338E6C:: @ 8338E6C + .incbin "baserom.gba", 0x338e6c, 0x8 + +gUnknown_08338E74:: @ 8338E74 + .incbin "baserom.gba", 0x338e74, 0x18 + +gUnknown_08338E8C:: @ 8338E8C + .incbin "baserom.gba", 0x338e8c, 0x18 + +gUnknown_08338EA4:: @ 8338EA4 + .incbin "baserom.gba", 0x338ea4, 0x28 + +gUnknown_08338ECC:: @ 8338ECC + .incbin "baserom.gba", 0x338ecc, 0x4 + +gUnknown_08338ED0:: @ 8338ED0 + .incbin "baserom.gba", 0x338ed0, 0xf0 + +gUnknown_08338FC0:: @ 8338FC0 + .incbin "baserom.gba", 0x338fc0, 0x3c + +gUnknown_08338FFC:: @ 8338FFC + .incbin "baserom.gba", 0x338ffc, 0x10 + +gUnknown_0833900C:: @ 833900C + .incbin "baserom.gba", 0x33900c, 0x8 + +gUnknown_08339014:: @ 8339014 + .incbin "baserom.gba", 0x339014, 0x10 + +gUnknown_08339024:: @ 8339024 + .incbin "baserom.gba", 0x339024, 0x6c + +gUnknown_08339090:: @ 8339090 + .incbin "baserom.gba", 0x339090, 0x44 diff --git a/ld_script.txt b/ld_script.txt index 754f18730..d65d29e4b 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -341,7 +341,17 @@ SECTIONS { src/util.o(.rodata); data/data3.o(.rodata); src/egg_hatch.o(.rodata); - data/data3_a0_A.o(.rodata); + data/battle_7.o(.rodata); + data/battle_interface.o(.rodata); + data/pokeball.o(.rodata); + data/trade.o(.rodata); + data/berry_blender.o(.rodata); + src/new_game.o(.rodata); + data/rom4.o(.rodata); + data/fieldmap.o(.rodata); + data/metatile_behavior.o(.rodata); + data/field_door.o(.rodata); + data/field_player_avatar.o(.rodata); data/field_map_obj.o(.rodata); data/data3_a0_B.o(.rodata); src/berry.o(.rodata); diff --git a/src/new_game.c b/src/new_game.c index 2bf774c69..5a482c593 100644 --- a/src/new_game.c +++ b/src/new_game.c @@ -18,6 +18,7 @@ #include "event_data.h" #include "money.h" #include "coins.h" +#include "text.h" extern u8 gPlayerPartyCount; extern u8 gDifferentSaveFile; @@ -104,7 +105,10 @@ void ClearPokedexFlags(void) memset(&gSaveBlock2Ptr->pokedex.seen, 0, sizeof(gSaveBlock2Ptr->pokedex.seen)); } -extern const struct ContestWinner gContestWinnerPicDummy; +const struct ContestWinner gContestWinnerPicDummy = { + .monName = _(""), + .trainerName = _("") +}; void ClearAllContestWinnerPics(void) { From 9cf6a0590519dbd849e4d4f94654a5c2b4f963b5 Mon Sep 17 00:00:00 2001 From: scnorton Date: Mon, 25 Sep 2017 16:09:44 -0400 Subject: [PATCH 06/13] Split data3_a0_B --- data/battle_anims.s | 352 +++++++ data/battle_setup.s | 47 + data/cable_club.s | 11 + data/contest.s | 104 ++ data/coord_event_weather.s | 8 + data/data3_a0_B.s | 1783 --------------------------------- data/fanfares.s | 8 + data/field_effect.s | 229 ++++- data/field_effect_misc.s | 55 + data/field_ground_effect.s | 38 + data/field_screen.s | 110 ++ data/field_tasks.s | 23 + data/fldeff_cut.s | 18 + data/fldeff_emotion.s | 11 + data/item_menu_icons.s | 62 ++ data/map_name_popup.s | 17 + data/map_obj_8097404.s | 45 + data/option_menu.s | 20 + data/palette.s | 18 + data/pokedex.s | 152 +++ data/pokemon_icon.s | 26 + data/pokemon_storage_system.s | 152 +++ data/reset_rtc_screen.s | 23 + data/scrcmd.s | 14 + data/shop.s | 57 ++ data/start_menu.s | 29 + data/text_window.s | 17 + data/tileset.s | 116 +++ data/title_screen.s | 46 + data/trainer_card.s | 167 +++ data/trainer_see.s | 14 + data/wild_encounter.s | 22 + ld_script.txt | 33 +- 33 files changed, 2003 insertions(+), 1824 deletions(-) create mode 100644 data/battle_anims.s create mode 100644 data/battle_setup.s create mode 100644 data/cable_club.s create mode 100644 data/contest.s create mode 100644 data/coord_event_weather.s delete mode 100644 data/data3_a0_B.s create mode 100644 data/fanfares.s create mode 100644 data/field_effect_misc.s create mode 100644 data/field_ground_effect.s create mode 100644 data/field_screen.s create mode 100644 data/field_tasks.s create mode 100644 data/fldeff_cut.s create mode 100644 data/fldeff_emotion.s create mode 100644 data/item_menu_icons.s create mode 100644 data/map_name_popup.s create mode 100644 data/map_obj_8097404.s create mode 100644 data/option_menu.s create mode 100644 data/palette.s create mode 100644 data/pokedex.s create mode 100644 data/pokemon_icon.s create mode 100644 data/pokemon_storage_system.s create mode 100644 data/reset_rtc_screen.s create mode 100644 data/scrcmd.s create mode 100644 data/shop.s create mode 100644 data/start_menu.s create mode 100644 data/text_window.s create mode 100644 data/tileset.s create mode 100644 data/title_screen.s create mode 100644 data/trainer_card.s create mode 100644 data/trainer_see.s create mode 100644 data/wild_encounter.s diff --git a/data/battle_anims.s b/data/battle_anims.s new file mode 100644 index 000000000..6b48bcd2a --- /dev/null +++ b/data/battle_anims.s @@ -0,0 +1,352 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_08524904:: @ 8524904 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_0852490C:: @ 852490C + .byte 0x00, 0x00, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524914:: @ 8524914 + .byte 0x00, 0x00, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_0852491C:: @ 852491C + .byte 0x00, 0x00, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524924:: @ 8524924 + .byte 0x00, 0x40, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_0852492C:: @ 852492C + .byte 0x00, 0x40, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524934:: @ 8524934 + .byte 0x00, 0x40, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_0852493C:: @ 852493C + .byte 0x00, 0x40, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524944:: @ 8524944 + .byte 0x00, 0x80, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_0852494C:: @ 852494C + .byte 0x00, 0x80, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524954:: @ 8524954 + .byte 0x00, 0x80, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_0852495C:: @ 852495C + .byte 0x00, 0x80, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524964:: @ 8524964 + .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_0852496C:: @ 852496C + .byte 0x00, 0x01, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524974:: @ 8524974 + .byte 0x00, 0x01, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_0852497C:: @ 852497C + .byte 0x00, 0x01, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524984:: @ 8524984 + .byte 0x00, 0x41, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_0852498C:: @ 852498C + .byte 0x00, 0x41, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524994:: @ 8524994 + .byte 0x00, 0x41, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_0852499C:: @ 852499C + .byte 0x00, 0x41, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_085249A4:: @ 85249A4 + .byte 0x00, 0x81, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_085249AC:: @ 85249AC + .byte 0x00, 0x81, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_085249B4:: @ 85249B4 + .byte 0x00, 0x81, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_085249BC:: @ 85249BC + .byte 0x00, 0x81, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_085249C4:: @ 85249C4 + .byte 0x00, 0x03, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_085249CC:: @ 85249CC + .byte 0x00, 0x03, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_085249D4:: @ 85249D4 + .byte 0x00, 0x03, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_085249DC:: @ 85249DC + .byte 0x00, 0x03, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_085249E4:: @ 85249E4 + .byte 0x00, 0x43, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_085249EC:: @ 85249EC + .byte 0x00, 0x43, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_085249F4:: @ 85249F4 + .byte 0x00, 0x43, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_085249FC:: @ 85249FC + .byte 0x00, 0x43, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A04:: @ 8524A04 + .byte 0x00, 0x83, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A0C:: @ 8524A0C + .byte 0x00, 0x83, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A14:: @ 8524A14 + .byte 0x00, 0x83, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A1C:: @ 8524A1C + .byte 0x00, 0x83, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A24:: @ 8524A24 + .byte 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A2C:: @ 8524A2C + .byte 0x00, 0x04, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A34:: @ 8524A34 + .byte 0x00, 0x04, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A3C:: @ 8524A3C + .byte 0x00, 0x04, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A44:: @ 8524A44 + .byte 0x00, 0x44, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A4C:: @ 8524A4C + .byte 0x00, 0x44, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A54:: @ 8524A54 + .byte 0x00, 0x44, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A5C:: @ 8524A5C + .byte 0x00, 0x44, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A64:: @ 8524A64 + .byte 0x00, 0x84, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A6C:: @ 8524A6C + .byte 0x00, 0x84, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A74:: @ 8524A74 + .byte 0x00, 0x84, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A7C:: @ 8524A7C + .byte 0x00, 0x84, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A84:: @ 8524A84 + .byte 0x00, 0x05, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A8C:: @ 8524A8C + .byte 0x00, 0x05, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A94:: @ 8524A94 + .byte 0x00, 0x05, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524A9C:: @ 8524A9C + .byte 0x00, 0x05, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524AA4:: @ 8524AA4 + .byte 0x00, 0x45, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524AAC:: @ 8524AAC + .byte 0x00, 0x45, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524AB4:: @ 8524AB4 + .byte 0x00, 0x45, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524ABC:: @ 8524ABC + .byte 0x00, 0x45, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524AC4:: @ 8524AC4 + .byte 0x00, 0x85, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524ACC:: @ 8524ACC + .byte 0x00, 0x85, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524AD4:: @ 8524AD4 + .byte 0x00, 0x85, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524ADC:: @ 8524ADC + .byte 0x00, 0x85, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524AE4:: @ 8524AE4 + .byte 0x00, 0x07, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524AEC:: @ 8524AEC + .byte 0x00, 0x07, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524AF4:: @ 8524AF4 + .byte 0x00, 0x07, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524AFC:: @ 8524AFC + .byte 0x00, 0x07, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524B04:: @ 8524B04 + .byte 0x00, 0x47, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524B0C:: @ 8524B0C + .byte 0x00, 0x47, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524B14:: @ 8524B14 + .byte 0x00, 0x47, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524B1C:: @ 8524B1C + .byte 0x00, 0x47, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524B24:: @ 8524B24 + .byte 0x00, 0x87, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524B2C:: @ 8524B2C + .byte 0x00, 0x87, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524B34:: @ 8524B34 + .byte 0x00, 0x87, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 + + .align 2 +gUnknown_08524B3C:: @ 8524B3C + .byte 0x00, 0x87, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 + +gUnknown_08524B44:: @ 8524B44 + .incbin "baserom.gba", 0x524b44, 0x1d0 + +gUnknown_08524D14:: @ 8524D14 + .incbin "baserom.gba", 0x524d14, 0x270 + +gUnknown_08524F84:: @ 8524F84 + .incbin "baserom.gba", 0x524f84, 0x308 + +gUnknown_0852528C:: @ 852528C + .incbin "baserom.gba", 0x52528c, 0x120 + +gUnknown_085253AC:: @ 85253AC + .incbin "baserom.gba", 0x5253ac, 0x270 + +gUnknown_0852561C:: @ 852561C + .incbin "baserom.gba", 0x52561c, 0x270 + +gUnknown_0852588C:: @ 852588C + .incbin "baserom.gba", 0x52588c, 0x308 + +gUnknown_08525B94:: @ 8525B94 + .incbin "baserom.gba", 0x525b94, 0x120 + +gUnknown_08525CB4:: @ 8525CB4 + .incbin "baserom.gba", 0x525cb4, 0xa0 + +gUnknown_08525D54:: @ 8525D54 + .incbin "baserom.gba", 0x525d54, 0x144 + +gUnknown_08525E98:: @ 8525E98 + .incbin "baserom.gba", 0x525e98, 0xc0 + +gUnknown_08525F58:: @ 8525F58 + .incbin "baserom.gba", 0x525f58, 0x20 + +gUnknown_08525F78:: @ 8525F78 + .incbin "baserom.gba", 0x525f78, 0x10 + +gUnknown_08525F88:: @ 8525F88 + .incbin "baserom.gba", 0x525f88, 0x4 + +gUnknown_08525F8C:: @ 8525F8C + .incbin "baserom.gba", 0x525f8c, 0x4 + +gUnknown_08525F90:: @ 8525F90 + .incbin "baserom.gba", 0x525f90, 0x30 + +gUnknown_08525FC0:: @ 8525FC0 + .incbin "baserom.gba", 0x525fc0, 0x18f80 + +gUnknown_0853EF40:: @ 853EF40 + .incbin "baserom.gba", 0x53ef40, 0x8 + +gUnknown_0853EF48:: @ 853EF48 + .incbin "baserom.gba", 0x53ef48, 0x18 + +gUnknown_0853EF60:: @ 853EF60 + .incbin "baserom.gba", 0x53ef60, 0xf8 diff --git a/data/battle_setup.s b/data/battle_setup.s new file mode 100644 index 000000000..e4667dc9f --- /dev/null +++ b/data/battle_setup.s @@ -0,0 +1,47 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0854FE88:: @ 854FE88 + .incbin "baserom.gba", 0x54fe88, 0x8 + +gUnknown_0854FE90:: @ 854FE90 + .incbin "baserom.gba", 0x54fe90, 0x8 + +gUnknown_0854FE98:: @ 854FE98 + .incbin "baserom.gba", 0x54fe98, 0xc + +gUnknown_0854FEA4:: @ 854FEA4 + .incbin "baserom.gba", 0x54fea4, 0x3 + +gUnknown_0854FEA7:: @ 854FEA7 + .incbin "baserom.gba", 0x54fea7, 0x5 + +gUnknown_0854FEAC:: @ 854FEAC + .incbin "baserom.gba", 0x54feac, 0x48 + +gUnknown_0854FEF4:: @ 854FEF4 + .incbin "baserom.gba", 0x54fef4, 0x48 + +gUnknown_0854FF3C:: @ 854FF3C + .incbin "baserom.gba", 0x54ff3c, 0x48 + +gUnknown_0854FF84:: @ 854FF84 + .incbin "baserom.gba", 0x54ff84, 0x48 + +gUnknown_0854FFCC:: @ 854FFCC + .incbin "baserom.gba", 0x54ffcc, 0x48 + +gUnknown_08550014:: @ 8550014 + .incbin "baserom.gba", 0x550014, 0x48 + +gUnknown_0855005C:: @ 855005C + .incbin "baserom.gba", 0x55005c, 0x48 + +gUnknown_085500A4:: @ 85500A4 + .incbin "baserom.gba", 0x5500a4, 0x4e0 + +gUnknown_08550584:: @ 8550584 + .incbin "baserom.gba", 0x550584, 0x10 diff --git a/data/cable_club.s b/data/cable_club.s new file mode 100644 index 000000000..4961cb1cc --- /dev/null +++ b/data/cable_club.s @@ -0,0 +1,11 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_08550594:: @ 8550594 + .incbin "baserom.gba", 0x550594, 0x8 + +gUnknown_0855059C:: @ 855059C + .incbin "baserom.gba", 0x55059c, 0x190 diff --git a/data/contest.s b/data/contest.s new file mode 100644 index 000000000..09754327b --- /dev/null +++ b/data/contest.s @@ -0,0 +1,104 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_08587A6C:: @ 8587A6C + .incbin "baserom.gba", 0x587a6c, 0x4 + +gUnknown_08587A70:: @ 8587A70 + .incbin "baserom.gba", 0x587a70, 0x4 + +gUnknown_08587A74:: @ 8587A74 + .incbin "baserom.gba", 0x587a74, 0x5c + +gUnknown_08587AD0:: @ 8587AD0 + .incbin "baserom.gba", 0x587ad0, 0x18 + +gUnknown_08587AE8:: @ 8587AE8 + .incbin "baserom.gba", 0x587ae8, 0x20 + +gUnknown_08587B08:: @ 8587B08 + .incbin "baserom.gba", 0x587b08, 0x10 + +gUnknown_08587B18:: @ 8587B18 + .incbin "baserom.gba", 0x587b18, 0x68 + +gUnknown_08587B80:: @ 8587B80 + .incbin "baserom.gba", 0x587b80, 0x30 + +gUnknown_08587BB0:: @ 8587BB0 + .incbin "baserom.gba", 0x587bb0, 0x8 + +gUnknown_08587BB8:: @ 8587BB8 + .incbin "baserom.gba", 0x587bb8, 0x10 + +gUnknown_08587BC8:: @ 8587BC8 + .incbin "baserom.gba", 0x587bc8, 0x20 + +gUnknown_08587BE8:: @ 8587BE8 + .incbin "baserom.gba", 0x587be8, 0x18 + +gUnknown_08587C00:: @ 8587C00 + .incbin "baserom.gba", 0x587c00, 0x8 + +gUnknown_08587C08:: @ 8587C08 + .incbin "baserom.gba", 0x587c08, 0x8 + +gUnknown_08587C10:: @ 8587C10 + .incbin "baserom.gba", 0x587c10, 0x8 + +gUnknown_08587C18:: @ 8587C18 + .incbin "baserom.gba", 0x587c18, 0x18 + +gUnknown_08587C30:: @ 8587C30 + .incbin "baserom.gba", 0x587c30, 0x20 + +@ 8587C50 + .include "data/text/contest_text_pointers.inc" + +@ 8587D5C + .incbin "baserom.gba", 0x587d5c, 0x34 + +gUnknown_08587D90:: @ 8587D90 + .incbin "baserom.gba", 0x587d90, 0x80 + +gUnknown_08587E10:: @ 8587E10 + .incbin "baserom.gba", 0x587e10, 0xf8 + +gUnknown_08587F08:: @ 8587F08 + .incbin "baserom.gba", 0x587f08, 0x14 + +gUnknown_08587F1C:: @ 8587F1C + .incbin "baserom.gba", 0x587f1c, 0x18 + +gUnknown_08587F34:: @ 8587F34 + .incbin "baserom.gba", 0x587f34, 0x10 + +gUnknown_08587F44:: @ 8587F44 + .incbin "baserom.gba", 0x587f44, 0x60 + +gUnknown_08587FA4:: @ 8587FA4 + .incbin "baserom.gba", 0x587fa4, 0x100 + +gUnknown_085880A4:: @ 85880A4 + .incbin "baserom.gba", 0x5880a4, 0x1740 + +gUnknown_085897E4:: @ 85897E4 + .incbin "baserom.gba", 0x5897e4, 0xc0 + +gUnknown_085898A4:: @ 85898A4 + .incbin "baserom.gba", 0x5898a4, 0x60 + +gUnknown_08589904:: @ 8589904 + .incbin "baserom.gba", 0x589904, 0x20 + +gUnknown_08589924:: @ 8589924 + .incbin "baserom.gba", 0x589924, 0x68 + +gUnknown_0858998C:: @ 858998C + .incbin "baserom.gba", 0x58998c, 0x60 + +gUnknown_085899EC:: @ 85899EC + .incbin "baserom.gba", 0x5899ec, 0x1c diff --git a/data/coord_event_weather.s b/data/coord_event_weather.s new file mode 100644 index 000000000..907a7c09f --- /dev/null +++ b/data/coord_event_weather.s @@ -0,0 +1,8 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_085102E0:: @ 85102E0 + .incbin "baserom.gba", 0x5102e0, 0x68 diff --git a/data/data3_a0_B.s b/data/data3_a0_B.s deleted file mode 100644 index 75279e607..000000000 --- a/data/data3_a0_B.s +++ /dev/null @@ -1,1783 +0,0 @@ -@ the third big chunk of data - - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - -gUnknown_0850E5DC:: @ 850E5DC - .incbin "baserom.gba", 0x50e5dc, 0x8 - -gUnknown_0850E5E4:: @ 850E5E4 - .incbin "baserom.gba", 0x50e5e4, 0x18 - -gUnknown_0850E5FC:: @ 850E5FC - .incbin "baserom.gba", 0x50e5fc, 0x18 - -gUnknown_0850E614:: @ 850E614 - .incbin "baserom.gba", 0x50e614, 0x10 - -gUnknown_0850E624:: @ 850E624 - .incbin "baserom.gba", 0x50e624, 0x10 - -gUnknown_0850E634:: @ 850E634 - .incbin "baserom.gba", 0x50e634, 0x10 - -gUnknown_0850E644:: @ 850E644 - .incbin "baserom.gba", 0x50e644, 0x10 - -gUnknown_0850E654:: @ 850E654 - .incbin "baserom.gba", 0x50e654, 0xc - -gUnknown_0850E660:: @ 850E660 - .incbin "baserom.gba", 0x50e660, 0x4 - -gUnknown_0850E664:: @ 850E664 - .incbin "baserom.gba", 0x50e664, 0x10 - -gUnknown_0850E674:: @ 850E674 - .incbin "baserom.gba", 0x50e674, 0xe0 - -gUnknown_0850E754:: @ 850E754 - .incbin "baserom.gba", 0x50e754, 0x14 - -gUnknown_0850E768:: @ 850E768 - .incbin "baserom.gba", 0x50e768, 0xa - -gUnknown_0850E772:: @ 850E772 - .incbin "baserom.gba", 0x50e772, 0x48 - -gUnknown_0850E7BA:: @ 850E7BA - .incbin "baserom.gba", 0x50e7ba, 0x7a - -gUnknown_0850E834:: @ 850E834 - .incbin "baserom.gba", 0x50e834, 0xc - -gUnknown_0850E840:: @ 850E840 - .incbin "baserom.gba", 0x50e840, 0x6 - -gUnknown_0850E846:: @ 850E846 - .incbin "baserom.gba", 0x50e846, 0x4 - -gUnknown_0850E84A:: @ 850E84A - .incbin "baserom.gba", 0x50e84a, 0x6 - -gUnknown_0850E850:: @ 850E850 - .incbin "baserom.gba", 0x50e850, 0x4 -gUnknown_0850E854:: - .incbin "baserom.gba", 0x50e854, 0x8 -gUnknown_0850E85C:: - .incbin "baserom.gba", 0x50e85C, 0x8 -gUnknown_0850E864:: - .incbin "baserom.gba", 0x50e864, 0xc -gUnknown_0850E870:: - .incbin "baserom.gba", 0x50e870, 0xc - -gUnknown_0850E87C:: @ 850E87C - .incbin "baserom.gba", 0x50e87c, 0x1680 - -gUnknown_0850FEFC:: @ 850FEFC - .incbin "baserom.gba", 0x50fefc, 0x280 - -gUnknown_0851017C:: @ 851017C - .incbin "baserom.gba", 0x51017c, 0xa0 - -gUnknown_0851021C:: @ 851021C - .incbin "baserom.gba", 0x51021c, 0xa0 - -gNullScriptPtr:: @ 85102BC - .incbin "baserom.gba", 0x5102bc, 0x4 - -gUnknown_085102C0:: @ 85102C0 - .incbin "baserom.gba", 0x5102c0, 0x14 - -gUnknown_085102D4:: @ 85102D4 - .incbin "baserom.gba", 0x5102d4, 0xc - -gUnknown_085102E0:: @ 85102E0 - .incbin "baserom.gba", 0x5102e0, 0x68 - -gUnknown_08510348:: @ 8510348 - .incbin "baserom.gba", 0x510348, 0x20 - -gUnknown_08510368:: @ 8510368 - .incbin "baserom.gba", 0x510368, 0x20 - -gUnknown_08510388:: @ 8510388 - .incbin "baserom.gba", 0x510388, 0x20 - -gUnknown_085103A8:: @ 85103A8 - .incbin "baserom.gba", 0x5103a8, 0x20 - -gUnknown_085103C8:: @ 85103C8 - .incbin "baserom.gba", 0x5103c8, 0x34 - -gUnknown_085103FC:: @ 85103FC - .incbin "baserom.gba", 0x5103fc, 0x8 - -gUnknown_08510404:: @ 8510404 - .incbin "baserom.gba", 0x510404, 0x4 - -gUnknown_08510408:: @ 8510408 - .incbin "baserom.gba", 0x510408, 0x14 - -gUnknown_0851041C:: @ 851041C - .incbin "baserom.gba", 0x51041c, 0x4 - -gUnknown_08510420:: @ 8510420 - .incbin "baserom.gba", 0x510420, 0xa4 - -gUnknown_085104C4:: @ 85104C4 - .incbin "baserom.gba", 0x5104c4, 0x2c - -gUnknown_085104F0:: @ 85104F0 - .incbin "baserom.gba", 0x5104f0, 0x18 - -gSafariBallsWindowTemplate:: @ 8510508 - .incbin "baserom.gba", 0x510508, 0x8 - -gUnknown_08510510:: @ 8510510 - .incbin "baserom.gba", 0x510510, 0x20 - -gPyramidFloorWindowTemplate_2:: @ 8510530 - .incbin "baserom.gba", 0x510530, 0x8 - -gPyramidFloorWindowTemplate_1:: @ 8510538 - .incbin "baserom.gba", 0x510538, 0x8 - -sStartMenuItems:: @ 8510540 - .incbin "baserom.gba", 0x510540, 0x68 - -gUnknown_085105A8:: @ 85105A8 - .incbin "baserom.gba", 0x5105a8, 0x4 - -gUnknown_085105AC:: @ 85105AC - .incbin "baserom.gba", 0x5105ac, 0x10 - -gUnknown_085105BC:: @ 85105BC - .incbin "baserom.gba", 0x5105bc, 0x1a8 - -gUnknown_08510764:: @ 8510764 - .incbin "baserom.gba", 0x510764, 0xb60 - -gUnknown_085112C4:: @ 85112C4 - .incbin "baserom.gba", 0x5112c4, 0x908 - -gUnknown_08511BCC:: @ 8511BCC - .incbin "baserom.gba", 0x511bcc, 0x9a8 - -gUnknown_08512574:: @ 8512574 - .incbin "baserom.gba", 0x512574, 0x8e0 - -gUnknown_08512E54:: @ 8512E54 - .incbin "baserom.gba", 0x512e54, 0x320 - -gUnknown_08513174:: @ 8513174 - .incbin "baserom.gba", 0x513174, 0x510 - -gUnknown_08513684:: @ 8513684 - .incbin "baserom.gba", 0x513684, 0x210 - -gUnknown_08513894:: @ 8513894 - .incbin "baserom.gba", 0x513894, 0xb50 - -gUnknown_085143E4:: @ 85143E4 - .incbin "baserom.gba", 0x5143e4, 0x210 - -gUnknown_085145F4:: @ 85145F4 - .incbin "baserom.gba", 0x5145f4, 0x810 - -gUnknown_08514E04:: @ 8514E04 - .incbin "baserom.gba", 0x514e04, 0x540 - -gUnknown_08515344:: @ 8515344 - .incbin "baserom.gba", 0x515344, 0x20 - -gUnknown_08515364:: @ 8515364 - .incbin "baserom.gba", 0x515364, 0x20 - -gUnknown_08515384:: @ 8515384 - .incbin "baserom.gba", 0x515384, 0x30 - -gUnknown_085153B4:: @ 85153B4 - .incbin "baserom.gba", 0x5153b4, 0x30 - -gUnknown_085153E4:: @ 85153E4 - .incbin "baserom.gba", 0x5153e4, 0x10 - -gUnknown_085153F4:: @ 85153F4 - .incbin "baserom.gba", 0x5153f4, 0x410 - -gUnknown_08515804:: @ 8515804 - .incbin "baserom.gba", 0x515804, 0x20 - -gUnknown_08515824:: @ 8515824 - .incbin "baserom.gba", 0x515824, 0x140 - -gUnknown_08515964:: @ 8515964 - .incbin "baserom.gba", 0x515964, 0x428 - -gUnknown_08515D8C:: @ 8515D8C - .incbin "baserom.gba", 0x515d8c, 0x430 - -gUnknown_085161BC:: @ 85161BC - .incbin "baserom.gba", 0x5161bc, 0x20 - -gUnknown_085161DC:: @ 85161DC - .incbin "baserom.gba", 0x5161dc, 0x320 - -gUnknown_085164FC:: @ 85164FC - .incbin "baserom.gba", 0x5164fc, 0x310 - -gUnknown_0851680C:: @ 851680C - .incbin "baserom.gba", 0x51680c, 0x310 - -gUnknown_08516B1C:: @ 8516B1C - .incbin "baserom.gba", 0x516b1c, 0x210 - -gUnknown_08516D2C:: @ 8516D2C - .incbin "baserom.gba", 0x516d2c, 0x110 - -gUnknown_08516E3C:: @ 8516E3C - .incbin "baserom.gba", 0x516e3c, 0xc08 - -gUnknown_08517A44:: @ 8517A44 - .incbin "baserom.gba", 0x517a44, 0xc - -gUnknown_08517A50:: @ 8517A50 - .incbin "baserom.gba", 0x517a50, 0x1ac - -gUnknown_08517BFC:: @ 8517BFC - .incbin "baserom.gba", 0x517bfc, 0x10 - -gUnknown_08517C0C:: @ 8517C0C - .incbin "baserom.gba", 0x517c0c, 0x428 - -gUnknown_08518034:: @ 8518034 - .incbin "baserom.gba", 0x518034, 0x268 - -gUnknown_0851829C:: @ 851829C - .incbin "baserom.gba", 0x51829c, 0x8028 - -gUnknown_085202C4:: @ 85202C4 - .incbin "baserom.gba", 0x5202c4, 0x45a0 - -gUnknown_08524864:: @ 8524864 - .incbin "baserom.gba", 0x524864, 0xc - -gUnknown_08524870:: @ 8524870 - .incbin "baserom.gba", 0x524870, 0xc - -gUnknown_0852487C:: @ 852487C - .incbin "baserom.gba", 0x52487c, 0x10 - -gDummyPaletteStructTemplate:: @ 852488C - .2byte 0xFFFF - .space 9 - .byte 0x20 - .space 4 - - .align 2 -gUnknown_0852489C:: @ 852489C - .incbin "baserom.gba", 0x52489c, 0x20 - -sFanfares:: @ 85248BC - .incbin "baserom.gba", 0x5248bc, 0x48 - -gUnknown_08524904:: @ 8524904 - .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_0852490C:: @ 852490C - .byte 0x00, 0x00, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524914:: @ 8524914 - .byte 0x00, 0x00, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_0852491C:: @ 852491C - .byte 0x00, 0x00, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524924:: @ 8524924 - .byte 0x00, 0x40, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_0852492C:: @ 852492C - .byte 0x00, 0x40, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524934:: @ 8524934 - .byte 0x00, 0x40, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_0852493C:: @ 852493C - .byte 0x00, 0x40, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524944:: @ 8524944 - .byte 0x00, 0x80, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_0852494C:: @ 852494C - .byte 0x00, 0x80, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524954:: @ 8524954 - .byte 0x00, 0x80, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_0852495C:: @ 852495C - .byte 0x00, 0x80, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524964:: @ 8524964 - .byte 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_0852496C:: @ 852496C - .byte 0x00, 0x01, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524974:: @ 8524974 - .byte 0x00, 0x01, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_0852497C:: @ 852497C - .byte 0x00, 0x01, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524984:: @ 8524984 - .byte 0x00, 0x41, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_0852498C:: @ 852498C - .byte 0x00, 0x41, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524994:: @ 8524994 - .byte 0x00, 0x41, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_0852499C:: @ 852499C - .byte 0x00, 0x41, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_085249A4:: @ 85249A4 - .byte 0x00, 0x81, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_085249AC:: @ 85249AC - .byte 0x00, 0x81, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_085249B4:: @ 85249B4 - .byte 0x00, 0x81, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_085249BC:: @ 85249BC - .byte 0x00, 0x81, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_085249C4:: @ 85249C4 - .byte 0x00, 0x03, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_085249CC:: @ 85249CC - .byte 0x00, 0x03, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_085249D4:: @ 85249D4 - .byte 0x00, 0x03, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_085249DC:: @ 85249DC - .byte 0x00, 0x03, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_085249E4:: @ 85249E4 - .byte 0x00, 0x43, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_085249EC:: @ 85249EC - .byte 0x00, 0x43, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_085249F4:: @ 85249F4 - .byte 0x00, 0x43, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_085249FC:: @ 85249FC - .byte 0x00, 0x43, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A04:: @ 8524A04 - .byte 0x00, 0x83, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A0C:: @ 8524A0C - .byte 0x00, 0x83, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A14:: @ 8524A14 - .byte 0x00, 0x83, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A1C:: @ 8524A1C - .byte 0x00, 0x83, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A24:: @ 8524A24 - .byte 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A2C:: @ 8524A2C - .byte 0x00, 0x04, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A34:: @ 8524A34 - .byte 0x00, 0x04, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A3C:: @ 8524A3C - .byte 0x00, 0x04, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A44:: @ 8524A44 - .byte 0x00, 0x44, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A4C:: @ 8524A4C - .byte 0x00, 0x44, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A54:: @ 8524A54 - .byte 0x00, 0x44, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A5C:: @ 8524A5C - .byte 0x00, 0x44, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A64:: @ 8524A64 - .byte 0x00, 0x84, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A6C:: @ 8524A6C - .byte 0x00, 0x84, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A74:: @ 8524A74 - .byte 0x00, 0x84, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A7C:: @ 8524A7C - .byte 0x00, 0x84, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A84:: @ 8524A84 - .byte 0x00, 0x05, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A8C:: @ 8524A8C - .byte 0x00, 0x05, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A94:: @ 8524A94 - .byte 0x00, 0x05, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524A9C:: @ 8524A9C - .byte 0x00, 0x05, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524AA4:: @ 8524AA4 - .byte 0x00, 0x45, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524AAC:: @ 8524AAC - .byte 0x00, 0x45, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524AB4:: @ 8524AB4 - .byte 0x00, 0x45, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524ABC:: @ 8524ABC - .byte 0x00, 0x45, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524AC4:: @ 8524AC4 - .byte 0x00, 0x85, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524ACC:: @ 8524ACC - .byte 0x00, 0x85, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524AD4:: @ 8524AD4 - .byte 0x00, 0x85, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524ADC:: @ 8524ADC - .byte 0x00, 0x85, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524AE4:: @ 8524AE4 - .byte 0x00, 0x07, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524AEC:: @ 8524AEC - .byte 0x00, 0x07, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524AF4:: @ 8524AF4 - .byte 0x00, 0x07, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524AFC:: @ 8524AFC - .byte 0x00, 0x07, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524B04:: @ 8524B04 - .byte 0x00, 0x47, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524B0C:: @ 8524B0C - .byte 0x00, 0x47, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524B14:: @ 8524B14 - .byte 0x00, 0x47, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524B1C:: @ 8524B1C - .byte 0x00, 0x47, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524B24:: @ 8524B24 - .byte 0x00, 0x87, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524B2C:: @ 8524B2C - .byte 0x00, 0x87, 0x00, 0x40, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524B34:: @ 8524B34 - .byte 0x00, 0x87, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00 - - .align 2 -gUnknown_08524B3C:: @ 8524B3C - .byte 0x00, 0x87, 0x00, 0xc0, 0x00, 0x08, 0x00, 0x00 - -gUnknown_08524B44:: @ 8524B44 - .incbin "baserom.gba", 0x524b44, 0x1d0 - -gUnknown_08524D14:: @ 8524D14 - .incbin "baserom.gba", 0x524d14, 0x270 - -gUnknown_08524F84:: @ 8524F84 - .incbin "baserom.gba", 0x524f84, 0x308 - -gUnknown_0852528C:: @ 852528C - .incbin "baserom.gba", 0x52528c, 0x120 - -gUnknown_085253AC:: @ 85253AC - .incbin "baserom.gba", 0x5253ac, 0x270 - -gUnknown_0852561C:: @ 852561C - .incbin "baserom.gba", 0x52561c, 0x270 - -gUnknown_0852588C:: @ 852588C - .incbin "baserom.gba", 0x52588c, 0x308 - -gUnknown_08525B94:: @ 8525B94 - .incbin "baserom.gba", 0x525b94, 0x120 - -gUnknown_08525CB4:: @ 8525CB4 - .incbin "baserom.gba", 0x525cb4, 0xa0 - -gUnknown_08525D54:: @ 8525D54 - .incbin "baserom.gba", 0x525d54, 0x144 - -gUnknown_08525E98:: @ 8525E98 - .incbin "baserom.gba", 0x525e98, 0xc0 - -gUnknown_08525F58:: @ 8525F58 - .incbin "baserom.gba", 0x525f58, 0x20 - -gUnknown_08525F78:: @ 8525F78 - .incbin "baserom.gba", 0x525f78, 0x10 - -gUnknown_08525F88:: @ 8525F88 - .incbin "baserom.gba", 0x525f88, 0x4 - -gUnknown_08525F8C:: @ 8525F8C - .incbin "baserom.gba", 0x525f8c, 0x4 - -gUnknown_08525F90:: @ 8525F90 - .incbin "baserom.gba", 0x525f90, 0x30 - -gUnknown_08525FC0:: @ 8525FC0 - .incbin "baserom.gba", 0x525fc0, 0x18f80 - -gUnknown_0853EF40:: @ 853EF40 - .incbin "baserom.gba", 0x53ef40, 0x8 - -gUnknown_0853EF48:: @ 853EF48 - .incbin "baserom.gba", 0x53ef48, 0x18 - -gUnknown_0853EF60:: @ 853EF60 - .incbin "baserom.gba", 0x53ef60, 0xf8 - -gTitleScreenRayquazaTiles:: @ 853F058 - .incbin "graphics/title_screen/rayquaza.4bpp.lz" - - .align 2 -gUnknown_0853F83C:: @ 853F83C - .incbin "baserom.gba", 0x53f83c, 0x450 - -gTitleScreenCloudsTiles:: @ 853FC8C - .incbin "graphics/title_screen/clouds.4bpp.lz" - - .align 2 -gUnknown_0853FF70:: @ 853FF70 - .incbin "baserom.gba", 0x53ff70, 0xa8 - -gUnknown_08540018:: @ 8540018 - .incbin "baserom.gba", 0x540018, 0x18 - -gUnknown_08540030:: @ 8540030 - .incbin "baserom.gba", 0x540030, 0x18 - -gUnknown_08540048:: @ 8540048 - .incbin "baserom.gba", 0x540048, 0x90 - -gUnknown_085400D8:: @ 85400D8 - .incbin "baserom.gba", 0x5400d8, 0x18 - -gUnknown_085400F0:: @ 85400F0 - .incbin "baserom.gba", 0x5400f0, 0x10 - -gUnknown_08540100:: @ 8540100 - .incbin "baserom.gba", 0x540100, 0x24 - -gUnknown_08540124:: @ 8540124 - .incbin "baserom.gba", 0x540124, 0x18 - -gUnknown_0854013C:: @ 854013C - .incbin "baserom.gba", 0x54013c, 0x10 - -gUnknown_0854014C:: @ 854014C - .incbin "baserom.gba", 0x54014c, 0xc000 - -gUnknown_0854C14C:: @ 854C14C - .incbin "baserom.gba", 0x54c14c, 0x4 - -gUnknown_0854C150:: @ 854C150 - .incbin "baserom.gba", 0x54c150, 0xf0 - -gUnknown_0854C240:: @ 854C240 - .incbin "baserom.gba", 0x54c240, 0x10 - -gUnknown_0854C250:: @ 854C250 - .incbin "baserom.gba", 0x54c250, 0x20 - -gUnknown_0854C270:: @ 854C270 - .incbin "baserom.gba", 0x54c270, 0x20 - -gUnknown_0854C290:: @ 854C290 - .incbin "baserom.gba", 0x54c290, 0x20 - -gUnknown_0854C2B0:: @ 854C2B0 - .incbin "baserom.gba", 0x54c2b0, 0x820 - -gUnknown_0854CAD0:: @ 854CAD0 - .incbin "baserom.gba", 0x54cad0, 0x3080 - -gUnknown_0854FB50:: @ 854FB50 - .incbin "baserom.gba", 0x54fb50, 0xc - -gUnknown_0854FB5C:: @ 854FB5C - .incbin "baserom.gba", 0x54fb5c, 0x1c - -gUnknown_0854FB78:: @ 854FB78 - .incbin "baserom.gba", 0x54fb78, 0x18 - -gUnknown_0854FB90:: @ 854FB90 - .incbin "baserom.gba", 0x54fb90, 0x9c - -gUnknown_0854FC2C:: @ 854FC2C - .incbin "baserom.gba", 0x54fc2c, 0x18 - -gUnknown_0854FC44:: @ 854FC44 - .incbin "baserom.gba", 0x54fc44, 0x8 - -gUnknown_0854FC4C:: @ 854FC4C - .incbin "baserom.gba", 0x54fc4c, 0x8 - -gUnknown_0854FC54:: @ 854FC54 - .incbin "baserom.gba", 0x54fc54, 0x38 - -gUnknown_0854FC8C:: @ 854FC8C - .incbin "baserom.gba", 0x54fc8c, 0x8c - -gUnknown_0854FD18:: @ 854FD18 - .incbin "baserom.gba", 0x54fd18, 0x18 - -gUnknown_0854FD30:: @ 854FD30 - .incbin "baserom.gba", 0x54fd30, 0x8 - -gUnknown_0854FD38:: @ 854FD38 - .incbin "baserom.gba", 0x54fd38, 0x20 - -gUnknown_0854FD58:: @ 854FD58 - .incbin "baserom.gba", 0x54fd58, 0x18 - -gUnknown_0854FD70:: @ 854FD70 - .incbin "baserom.gba", 0x54fd70, 0x1c - -gUnknown_0854FD8C:: @ 854FD8C - .incbin "baserom.gba", 0x54fd8c, 0x38 - -gUnknown_0854FDC4:: @ 854FDC4 - .incbin "baserom.gba", 0x54fdc4, 0x18 - -gUnknown_0854FDDC:: @ 854FDDC - .incbin "baserom.gba", 0x54fddc, 0x8 - -gUnknown_0854FDE4:: @ 854FDE4 - .incbin "baserom.gba", 0x54fde4, 0xc - -gUnknown_0854FDF0:: @ 854FDF0 - .incbin "baserom.gba", 0x54fdf0, 0x8 - -gUnknown_0854FDF8:: @ 854FDF8 - .incbin "baserom.gba", 0x54fdf8, 0x8 - -gUnknown_0854FE00:: @ 854FE00 - .incbin "baserom.gba", 0x54fe00, 0x44 - -gUnknown_0854FE44:: @ 854FE44 - .incbin "baserom.gba", 0x54fe44, 0x18 - -gUnknown_0854FE5C:: @ 854FE5C - .incbin "baserom.gba", 0x54fe5c, 0x4 - -gUnknown_0854FE60:: @ 854FE60 - .incbin "baserom.gba", 0x54fe60, 0x4 - -gUnknown_0854FE64:: @ 854FE64 - .incbin "baserom.gba", 0x54fe64, 0x14 - -gUnknown_0854FE78:: @ 854FE78 - .incbin "baserom.gba", 0x54fe78, 0x4 - -gUnknown_0854FE7C:: @ 854FE7C - .incbin "baserom.gba", 0x54fe7c, 0xc - -gUnknown_0854FE88:: @ 854FE88 - .incbin "baserom.gba", 0x54fe88, 0x8 - -gUnknown_0854FE90:: @ 854FE90 - .incbin "baserom.gba", 0x54fe90, 0x8 - -gUnknown_0854FE98:: @ 854FE98 - .incbin "baserom.gba", 0x54fe98, 0xc - -gUnknown_0854FEA4:: @ 854FEA4 - .incbin "baserom.gba", 0x54fea4, 0x3 - -gUnknown_0854FEA7:: @ 854FEA7 - .incbin "baserom.gba", 0x54fea7, 0x5 - -gUnknown_0854FEAC:: @ 854FEAC - .incbin "baserom.gba", 0x54feac, 0x48 - -gUnknown_0854FEF4:: @ 854FEF4 - .incbin "baserom.gba", 0x54fef4, 0x48 - -gUnknown_0854FF3C:: @ 854FF3C - .incbin "baserom.gba", 0x54ff3c, 0x48 - -gUnknown_0854FF84:: @ 854FF84 - .incbin "baserom.gba", 0x54ff84, 0x48 - -gUnknown_0854FFCC:: @ 854FFCC - .incbin "baserom.gba", 0x54ffcc, 0x48 - -gUnknown_08550014:: @ 8550014 - .incbin "baserom.gba", 0x550014, 0x48 - -gUnknown_0855005C:: @ 855005C - .incbin "baserom.gba", 0x55005c, 0x48 - -gUnknown_085500A4:: @ 85500A4 - .incbin "baserom.gba", 0x5500a4, 0x4e0 - -gUnknown_08550584:: @ 8550584 - .incbin "baserom.gba", 0x550584, 0x10 - -gUnknown_08550594:: @ 8550594 - .incbin "baserom.gba", 0x550594, 0x8 - -gUnknown_0855059C:: @ 855059C - .incbin "baserom.gba", 0x55059c, 0x190 - -gUnknown_0855072C:: @ 855072C - .incbin "baserom.gba", 0x55072c, 0x10 - -gUnknown_0855073C:: @ 855073C - .incbin "baserom.gba", 0x55073c, 0x30 - -gUnknown_0855076C:: @ 855076C - .incbin "baserom.gba", 0x55076c, 0x48 - -gUnknown_085507B4:: @ 85507B4 - .incbin "baserom.gba", 0x5507b4, 0x18 - -gUnknown_085507CC:: @ 85507CC - .incbin "baserom.gba", 0x5507cc, 0x18 - -@ 85507E4 - .include "data/wild_mons.inc" - - .incbin "baserom.gba", 0x55370c, 0x188 - -gUnknown_08553894:: @ 8553894 - .incbin "baserom.gba", 0x553894, 0x180 - -gUnknown_08553A14:: @ 8553A14 - .incbin "baserom.gba", 0x553a14, 0x64 - -gUnknown_08553A78:: @ 8553A78 - .incbin "baserom.gba", 0x553a78, 0x4 - -gUnknown_08553A7C:: @ 8553A7C - .incbin "baserom.gba", 0x553a7c, 0x14 - - .align 2 -gNewGameBirchPic:: @ 8553A90 - .incbin "graphics/birch_speech/birch.4bpp" - - .incbin "baserom.gba", 0x554290, 0x66c0 - - .align 2 -gNewGameBirchPalette:: @ 855A950 - .incbin "graphics/birch_speech/birch.gbapal" - - .align 2 - .incbin "baserom.gba", 0x55a970, 0x20 - - .align 2 -gFieldEffectObjectPalette4:: @ 855A990 - .incbin "graphics/map_objects/palettes/field_effect_object_palette_04.gbapal" - - .incbin "baserom.gba", 0x55a9b0, 0x480 - - .align 2 -gFieldEffectObjectPalette5:: @ 855AE30 - .incbin "graphics/map_objects/palettes/field_effect_object_palette_05.gbapal" - -gUnknown_0855AE50:: @ 855AE50 - .incbin "baserom.gba", 0x55ae50, 0x200 - -gUnknown_0855B050:: @ 855B050 - .incbin "baserom.gba", 0x55b050, 0x20 - -gUnknown_0855B070:: @ 855B070 - .incbin "baserom.gba", 0x55b070, 0x280 - -gUnknown_0855B2F0:: @ 855B2F0 - .incbin "baserom.gba", 0x55b2f0, 0x80 - -gUnknown_0855B370:: @ 855B370 - .incbin "baserom.gba", 0x55b370, 0x20 - -gUnknown_0855B390:: @ 855B390 - .incbin "baserom.gba", 0x55b390, 0x280 - -gUnknown_0855B610:: @ 855B610 - .incbin "baserom.gba", 0x55b610, 0x20 - -gUnknown_0855B630:: @ 855B630 - .incbin "baserom.gba", 0x55b630, 0xbc0 - -gUnknown_0855C1F0:: @ 855C1F0 - .incbin "baserom.gba", 0x55c1f0, 0x20 - - .align 2 -@ TODO: something else uses these too -gNewGameBirchOamAttributes:: @ 855C210 - .4byte OAM_SIZE_64x64 - .2byte 0 - - .align 2 - .incbin "baserom.gba", 0x55c218, 0x10 - - .align 2 -gNewGameBirchPicTable:: @ 855C228 - obj_tiles gNewGameBirchPic, 0x800 - - .align 2 -gNewGameBirchObjectPaletteInfo:: @ 855C230 - obj_pal gNewGameBirchPalette, 0x1006 - - .align 2 -gNewGameBirchImageAnim:: @ 855C238 - obj_image_anim_frame 0, 1 - obj_image_anim_end - - .align 2 -gNewGameBirchImageAnimTable:: @ 855C240 - .4byte gNewGameBirchImageAnim - - .align 2 -gNewGameBirchObjectTemplate:: @ 855C244 - .2byte 0xFFFF @ tiles tag - .2byte 0x1006 @ palette tag - .4byte gNewGameBirchOamAttributes - .4byte gNewGameBirchImageAnimTable - .4byte gNewGameBirchPicTable - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy - - .align 2 -gFieldEffectObjectPaletteInfo4:: @ 855C25C - obj_pal gFieldEffectObjectPalette4, 0x1007 - - .align 2 -gFieldEffectObjectPaletteInfo5:: @ 855C264 - obj_pal gFieldEffectObjectPalette5, 0x1010 - - .incbin "baserom.gba", 0x55c26c, 0x40 - -gUnknown_0855C2AC:: @ 855C2AC - .incbin "baserom.gba", 0x55c2ac, 0x18 - -gUnknown_0855C2C4:: @ 855C2C4 - .incbin "baserom.gba", 0x55c2c4, 0x40 - -gUnknown_0855C304:: @ 855C304 - .incbin "baserom.gba", 0x55c304, 0x18 - -gUnknown_0855C31C:: @ 855C31C - .incbin "baserom.gba", 0x55c31c, 0x18 - -gUnknown_0855C334:: @ 855C334 - .incbin "baserom.gba", 0x55c334, 0x18 - -gUnknown_0855C34C:: @ 855C34C - .incbin "baserom.gba", 0x55c34c, 0x18 - -gUnknown_0855C364:: @ 855C364 - .incbin "baserom.gba", 0x55c364, 0x10 - -gUnknown_0855C374:: @ 855C374 - .incbin "baserom.gba", 0x55c374, 0x10 - -gUnknown_0855C384:: @ 855C384 - .incbin "baserom.gba", 0x55c384, 0x20 - -gUnknown_0855C3A4:: @ 855C3A4 - .incbin "baserom.gba", 0x55c3a4, 0x18 - -gUnknown_0855C3BC:: @ 855C3BC - .incbin "baserom.gba", 0x55c3bc, 0x4 - -gUnknown_0855C3C0:: @ 855C3C0 - .incbin "baserom.gba", 0x55c3c0, 0x4 - -gUnknown_0855C3C4:: @ 855C3C4 - .incbin "baserom.gba", 0x55c3c4, 0x4 - -gUnknown_0855C3C8:: @ 855C3C8 - .incbin "baserom.gba", 0x55c3c8, 0x1c - -gUnknown_0855C3E4:: @ 855C3E4 - .incbin "baserom.gba", 0x55c3e4, 0x18 - -gUnknown_0855C3FC:: @ 855C3FC - .incbin "baserom.gba", 0x55c3fc, 0x1c - -gUnknown_0855C418:: @ 855C418 - .incbin "baserom.gba", 0x55c418, 0x14 - -gUnknown_0855C42C:: @ 855C42C - .incbin "baserom.gba", 0x55c42c, 0xc - -gUnknown_0855C438:: @ 855C438 - .incbin "baserom.gba", 0x55c438, 0x18 - -gUnknown_0855C450:: @ 855C450 - .incbin "baserom.gba", 0x55c450, 0x10 - -gUnknown_0855C460:: @ 855C460 - .incbin "baserom.gba", 0x55c460, 0x14 - -gUnknown_0855C474:: @ 855C474 - .incbin "baserom.gba", 0x55c474, 0x8 - -gUnknown_0855C47C:: @ 855C47C - .incbin "baserom.gba", 0x55c47c, 0x8 - -gUnknown_0855C484:: @ 855C484 - .incbin "baserom.gba", 0x55c484, 0x8 - -gUnknown_0855C48C:: @ 855C48C - .incbin "baserom.gba", 0x55c48c, 0x10 - -gUnknown_0855C49C:: @ 855C49C - .incbin "baserom.gba", 0x55c49c, 0xc - -gUnknown_0855C4A8:: @ 855C4A8 - .incbin "baserom.gba", 0x55c4a8, 0x1c - -gUnknown_0855C4C4:: @ 855C4C4 - .incbin "baserom.gba", 0x55c4c4, 0x1c - -gUnknown_0855C4E0:: @ 855C4E0 - .incbin "baserom.gba", 0x55c4e0, 0x14 - -gUnknown_0855C4F4:: @ 855C4F4 - .incbin "baserom.gba", 0x55c4f4, 0x54 - -gUnknown_0855C548:: @ 855C548 - .incbin "baserom.gba", 0x55c548, 0x8 - -gUnknown_0855C550:: @ 855C550 - .incbin "baserom.gba", 0x55c550, 0x1c - -gUnknown_0855C56C:: @ 855C56C - .incbin "baserom.gba", 0x55c56c, 0x24 - -gUnknown_0855C590:: @ 855C590 - .incbin "baserom.gba", 0x55c590, 0x5c - -gUnknown_0855C5EC:: @ 855C5EC - .incbin "baserom.gba", 0x55c5ec, 0x18 - -gUnknown_0855C604:: @ 855C604 - .incbin "baserom.gba", 0x55c604, 0x60 - -gUnknown_0855C664:: @ 855C664 - .incbin "baserom.gba", 0x55c664, 0x1c - -gUnknown_0855C680:: @ 855C680 - .incbin "baserom.gba", 0x55c680, 0x18 - -gUnknown_0855C698:: @ 855C698 - .incbin "baserom.gba", 0x55c698, 0x8 - -gUnknown_0855C6A0:: @ 855C6A0 - .incbin "baserom.gba", 0x55c6a0, 0x4 - -gUnknown_0855C6A4:: @ 855C6A4 - .incbin "baserom.gba", 0x55c6a4, 0x336 - -gUnknown_0855C9DA:: @ 855C9DA - .incbin "baserom.gba", 0x55c9da, 0x304 - -gUnknown_0855CCDE:: @ 855CCDE - .incbin "baserom.gba", 0x55ccde, 0x4b6 - -gUnknown_0855D194:: @ 855D194 - .incbin "baserom.gba", 0x55d194, 0x18 - -gUnknown_0855D1AC:: @ 855D1AC - .incbin "baserom.gba", 0x55d1ac, 0x18 - -gUnknown_0855D1C4:: @ 855D1C4 - .incbin "baserom.gba", 0x55d1c4, 0x18 - -gUnknown_0855D1DC:: @ 855D1DC - .incbin "baserom.gba", 0x55d1dc, 0x18 - -gUnknown_0855D1F4:: @ 855D1F4 - .incbin "baserom.gba", 0x55d1f4, 0x18 - -gUnknown_0855D20C:: @ 855D20C - .incbin "baserom.gba", 0x55d20c, 0x18 - -gUnknown_0855D224:: @ 855D224 - .incbin "baserom.gba", 0x55d224, 0x18 - -gUnknown_0855D23C:: @ 855D23C - .incbin "baserom.gba", 0x55d23c, 0x18 - -gUnknown_0855D254:: @ 855D254 - .incbin "baserom.gba", 0x55d254, 0x18 - -gUnknown_0855D26C:: @ 855D26C - .incbin "baserom.gba", 0x55d26c, 0x10 - -gUnknown_0855D27C:: @ 855D27C - .incbin "baserom.gba", 0x55d27c, 0x10 - -gUnknown_0855D28C:: @ 855D28C - .incbin "baserom.gba", 0x55d28c, 0x5 - -gUnknown_0855D291:: @ 855D291 - .incbin "baserom.gba", 0x55d291, 0x7 - -gUnknown_0855D298:: @ 855D298 - .incbin "baserom.gba", 0x55d298, 0x10 - -gUnknown_0855D2A8:: @ 855D2A8 - .incbin "baserom.gba", 0x55d2a8, 0x10 - -gUnknown_0855D2B8:: @ 855D2B8 - .incbin "baserom.gba", 0x55d2b8, 0x6 - -gUnknown_0855D2BE:: @ 855D2BE - .incbin "baserom.gba", 0x55d2be, 0x40 - -gUnknown_0855D2FE:: @ 855D2FE - .incbin "baserom.gba", 0x55d2fe, 0xe - -gUnknown_0855D30C:: @ 855D30C - .string "$" - -@ 855D30D - .include "data/text/pokedex_text.inc" - -@ 856B5B0 - .include "data/pokedex_entries.inc" - -gUnknown_0856E610:: @ 856E610 - .incbin "baserom.gba", 0x56e610, 0x20 - -gUnknown_0856E630:: @ 856E630 - .incbin "baserom.gba", 0x56e630, 0x10 - -gUnknown_0856E640:: @ 856E640 - .incbin "baserom.gba", 0x56e640, 0x28 - -gUnknown_0856E668:: @ 856E668 - .incbin "baserom.gba", 0x56e668, 0x8 - -gUnknown_0856E670:: @ 856E670 - .incbin "baserom.gba", 0x56e670, 0x18 - -gUnknown_0856E688:: @ 856E688 - .incbin "baserom.gba", 0x56e688, 0xc - -@ 856E694 - .include "data/graphics/pokemon/mon_footprint_table.inc" - -gUnknown_0856ED08:: @ 856ED08 - .incbin "baserom.gba", 0x56ed08, 0x28 - -gUnknown_0856ED30:: @ 856ED30 - .incbin "baserom.gba", 0x56ed30, 0x18 - -gUnknown_0856ED48:: @ 856ED48 - .incbin "baserom.gba", 0x56ed48, 0x54 - -gUnknown_0856ED9C:: @ 856ED9C - .incbin "baserom.gba", 0x56ed9c, 0x1c - -gUnknown_0856EDB8:: @ 856EDB8 - .incbin "baserom.gba", 0x56edb8, 0x1c - -gUnknown_0856EDD4:: @ 856EDD4 - .incbin "baserom.gba", 0x56edd4, 0x1c - -gUnknown_0856EDF0:: @ 856EDF0 - .incbin "baserom.gba", 0x56edf0, 0x1c - -gUnknown_0856EE0C:: @ 856EE0C - .incbin "baserom.gba", 0x56ee0c, 0x18 - -gUnknown_0856EE24:: @ 856EE24 - .incbin "baserom.gba", 0x56ee24, 0x38 - -gUnknown_0856EE5C:: @ 856EE5C - .incbin "baserom.gba", 0x56ee5c, 0x58 - -gUnknown_0856EEB4:: @ 856EEB4 - .incbin "baserom.gba", 0x56eeb4, 0x60 - -gUnknown_0856EF14:: @ 856EF14 - .incbin "baserom.gba", 0x56ef14, 0x98 - -gUnknown_0856EFAC:: @ 856EFAC - .incbin "baserom.gba", 0x56efac, 0x2 - -gUnknown_0856EFAE:: @ 856EFAE - .incbin "baserom.gba", 0x56efae, 0x6 - -gUnknown_0856EFB4:: @ 856EFB4 - .incbin "baserom.gba", 0x56efb4, 0x14 - -gUnknown_0856EFC8:: @ 856EFC8 - .incbin "baserom.gba", 0x56efc8, 0x30 - -gUnknown_0856EFF8:: @ 856EFF8 - .incbin "baserom.gba", 0x56eff8, 0x10 - -gUnknown_0856F008:: @ 856F008 - .incbin "baserom.gba", 0x56f008, 0x10 - -gUnknown_0856F018:: @ 856F018 - .incbin "baserom.gba", 0x56f018, 0x494 - -gUnknown_0856F4AC:: @ 856F4AC - .incbin "baserom.gba", 0x56f4ac, 0x20 - -gUnknown_0856F4CC:: @ 856F4CC - .incbin "baserom.gba", 0x56f4cc, 0x20 - -gUnknown_0856F4EC:: @ 856F4EC - .incbin "baserom.gba", 0x56f4ec, 0x20 - -gUnknown_0856F50C:: @ 856F50C - .incbin "baserom.gba", 0x56f50c, 0x20 - -gUnknown_0856F52C:: @ 856F52C - .incbin "baserom.gba", 0x56f52c, 0x20 - -gUnknown_0856F54C:: @ 856F54C - .incbin "baserom.gba", 0x56f54c, 0x20 - -gUnknown_0856F56C:: @ 856F56C - .incbin "baserom.gba", 0x56f56c, 0x20 - -gUnknown_0856F58C:: @ 856F58C - .incbin "baserom.gba", 0x56f58c, 0x20 - -gUnknown_0856F5AC:: @ 856F5AC - .incbin "baserom.gba", 0x56f5ac, 0x20 - -gUnknown_0856F5CC:: @ 856F5CC - .incbin "baserom.gba", 0x56f5cc, 0x248 - -gUnknown_0856F814:: @ 856F814 - .incbin "baserom.gba", 0x56f814, 0x2a0 - -gUnknown_0856FAB4:: @ 856FAB4 - .incbin "baserom.gba", 0x56fab4, 0x10 - -gUnknown_0856FAC4:: @ 856FAC4 - .incbin "baserom.gba", 0x56fac4, 0x20 - -gUnknown_0856FAE4:: @ 856FAE4 - .incbin "baserom.gba", 0x56fae4, 0x14 - -gUnknown_0856FAF8:: @ 856FAF8 - .incbin "baserom.gba", 0x56faf8, 0x14 - -gUnknown_0856FB0C:: @ 856FB0C - .incbin "baserom.gba", 0x56fb0c, 0x3 - -gUnknown_0856FB0F:: @ 856FB0F - .incbin "baserom.gba", 0x56fb0f, 0x9 - -gUnknown_0856FB18:: @ 856FB18 - .incbin "baserom.gba", 0x56fb18, 0x8 - -gUnknown_0856FB20:: @ 856FB20 - .incbin "baserom.gba", 0x56fb20, 0x8 - -gUnknown_0856FB28:: @ 856FB28 - .incbin "baserom.gba", 0x56fb28, 0x18 - -gUnknown_0856FB40:: @ 856FB40 - .incbin "baserom.gba", 0x56fb40, 0x8 - -gUnknown_0856FB48:: @ 856FB48 - .incbin "baserom.gba", 0x56fb48, 0x2 - -gUnknown_0856FB4A:: @ 856FB4A - .incbin "baserom.gba", 0x56fb4a, 0x2 - -gUnknown_0856FB4C:: @ 856FB4C - .incbin "baserom.gba", 0x56fb4c, 0x9 - -gUnknown_0856FB55:: @ 856FB55 - .incbin "baserom.gba", 0x56fb55, 0x2 - -gUnknown_0856FB57:: @ 856FB57 - .incbin "baserom.gba", 0x56fb57, 0x5 - -gUnknown_0856FB5C:: @ 856FB5C - .incbin "baserom.gba", 0x56fb5c, 0xc - -gUnknown_0856FB68:: @ 856FB68 - .incbin "baserom.gba", 0x56fb68, 0x6 - -gUnknown_0856FB6E:: @ 856FB6E - .incbin "baserom.gba", 0x56fb6e, 0x6 - -gUnknown_0856FB74:: @ 856FB74 - .incbin "baserom.gba", 0x56fb74, 0x4 - -gUnknown_0856FB78:: @ 856FB78 - .incbin "baserom.gba", 0x56fb78, 0x44 - -gUnknown_0856FBBC:: @ 856FBBC - .incbin "baserom.gba", 0x56fbbc, 0x1244 - -gUnknown_08570E00:: @ 8570E00 - .incbin "baserom.gba", 0x570e00, 0x260 - -gUnknown_08571060:: @ 8571060 - .incbin "baserom.gba", 0x571060, 0x260 - -gUnknown_085712C0:: @ 85712C0 - .incbin "baserom.gba", 0x5712c0, 0x38 - -gUnknown_085712F8:: @ 85712F8 - .incbin "baserom.gba", 0x5712f8, 0xe8 - -gUnknown_085713E0:: @ 85713E0 - .incbin "baserom.gba", 0x5713e0, 0x8 - -gUnknown_085713E8:: @ 85713E8 - .incbin "baserom.gba", 0x5713e8, 0xc - -gUnknown_085713F4:: @ 85713F4 - .incbin "baserom.gba", 0x5713f4, 0xc - -gUnknown_08571400:: @ 8571400 - .incbin "baserom.gba", 0x571400, 0x28 - -gUnknown_08571428:: @ 8571428 - .incbin "baserom.gba", 0x571428, 0x20 - -gUnknown_08571448:: @ 8571448 - .incbin "baserom.gba", 0x571448, 0x3 - -gUnknown_0857144B:: @ 857144B - .incbin "baserom.gba", 0x57144b, 0x3 - -gUnknown_0857144E:: @ 857144E - .incbin "baserom.gba", 0x57144e, 0x6 - -gUnknown_08571454:: @ 8571454 - .incbin "baserom.gba", 0x571454, 0x68 - -gUnknown_085714BC:: @ 85714BC - .incbin "baserom.gba", 0x5714bc, 0x18 - -gUnknown_085714D4:: @ 85714D4 - .incbin "baserom.gba", 0x5714d4, 0x10 - -gUnknown_085714E4:: @ 85714E4 - .incbin "baserom.gba", 0x5714e4, 0xd0 - -gUnknown_085715B4:: @ 85715B4 - .incbin "baserom.gba", 0x5715b4, 0x30 - -gUnknown_085715E4:: @ 85715E4 - .incbin "baserom.gba", 0x5715e4, 0x18 - -gUnknown_085715FC:: @ 85715FC - .incbin "baserom.gba", 0x5715fc, 0x18 - -gUnknown_08571614:: @ 8571614 - .incbin "baserom.gba", 0x571614, 0x3c - -gUnknown_08571650:: @ 8571650 - .incbin "baserom.gba", 0x571650, 0x70 - -gUnknown_085716C0:: @ 85716C0 - .incbin "baserom.gba", 0x5716c0, 0x28 - -gUnknown_085716E8:: @ 85716E8 - .incbin "baserom.gba", 0x5716e8, 0x28 - -gUnknown_08571710:: @ 8571710 - .incbin "baserom.gba", 0x571710, 0x24 - -gUnknown_08571734:: @ 8571734 - .incbin "baserom.gba", 0x571734, 0x3 - -gUnknown_08571737:: @ 8571737 - .incbin "baserom.gba", 0x571737, 0x5 - -gUnknown_0857173C:: @ 857173C - .incbin "baserom.gba", 0x57173c, 0x20 - -gUnknown_0857175C:: @ 857175C - .incbin "baserom.gba", 0x57175c, 0x800 - -gUnknown_08571F5C:: @ 8571F5C - .incbin "baserom.gba", 0x571f5c, 0x180 - -gUnknown_085720DC:: @ 85720DC - .incbin "baserom.gba", 0x5720dc, 0x98 - -gUnknown_08572174:: @ 8572174 - .incbin "baserom.gba", 0x572174, 0x12c - -gUnknown_085722A0:: @ 85722A0 - .incbin "baserom.gba", 0x5722a0, 0xfc - -gUnknown_0857239C:: @ 857239C - .incbin "baserom.gba", 0x57239c, 0x40 - -gUnknown_085723DC:: @ 85723DC - .incbin "baserom.gba", 0x5723dc, 0x20 - -gUnknown_085723FC:: @ 85723FC - .incbin "baserom.gba", 0x5723fc, 0x20 - -gUnknown_0857241C:: @ 857241C - .incbin "baserom.gba", 0x57241c, 0x20 - -gUnknown_0857243C:: @ 857243C - .incbin "baserom.gba", 0x57243c, 0x20 - -gUnknown_0857245C:: @ 857245C - .incbin "baserom.gba", 0x57245c, 0x48 - -gUnknown_085724A4:: @ 85724A4 - .incbin "baserom.gba", 0x5724a4, 0x18 - -gUnknown_085724BC:: @ 85724BC - .incbin "baserom.gba", 0x5724bc, 0x238 - -gUnknown_085726F4:: @ 85726F4 - .incbin "baserom.gba", 0x5726f4, 0x20 - -gUnknown_08572714:: @ 8572714 - .incbin "baserom.gba", 0x572714, 0x20 - -gUnknown_08572734:: @ 8572734 - .incbin "baserom.gba", 0x572734, 0x10 - -gUnknown_08572744:: @ 8572744 - .incbin "baserom.gba", 0x572744, 0x8 - -gUnknown_0857274C:: @ 857274C - .incbin "baserom.gba", 0x57274c, 0x8 - -gUnknown_08572754:: @ 8572754 - .incbin "baserom.gba", 0x572754, 0x18 - -gUnknown_0857276C:: @ 857276C - .incbin "baserom.gba", 0x57276c, 0xf8 - -gUnknown_08572864:: @ 8572864 - .incbin "baserom.gba", 0x572864, 0x58 - -gUnknown_085728BC:: @ 85728BC - .incbin "baserom.gba", 0x5728bc, 0x18 - -gUnknown_085728D4:: @ 85728D4 - .incbin "baserom.gba", 0x5728d4, 0x48 - -gUnknown_0857291C:: @ 857291C - .incbin "baserom.gba", 0x57291c, 0x4c58 - -gUnknown_08577574:: @ 8577574 - .incbin "baserom.gba", 0x577574, 0x44 - -gUnknown_085775B8:: @ 85775B8 - .incbin "baserom.gba", 0x5775b8, 0x398c - -gUnknown_0857AF44:: @ 857AF44 - .incbin "baserom.gba", 0x57af44, 0xc0 - -gUnknown_0857B004:: @ 857B004 - .incbin "baserom.gba", 0x57b004, 0x7c - -gUnknown_0857B080:: @ 857B080 - .incbin "baserom.gba", 0x57b080, 0x28 - -gUnknown_0857B0A8:: @ 857B0A8 - .incbin "baserom.gba", 0x57b0a8, 0x38 - -gUnknown_0857B0E0:: @ 857B0E0 - .incbin "baserom.gba", 0x57b0e0, 0x8b8 - -gUnknown_0857B998:: @ 857B998 - .incbin "baserom.gba", 0x57b998, 0xc - -gUnknown_0857B9A4:: @ 857B9A4 - .incbin "baserom.gba", 0x57b9a4, 0x18 - -gUnknown_0857B9BC:: @ 857B9BC - .incbin "baserom.gba", 0x57b9bc, 0x28 - -gUnknown_0857B9E4:: @ 857B9E4 - .incbin "baserom.gba", 0x57b9e4, 0x18 - -gUnknown_0857B9FC:: @ 857B9FC - .incbin "baserom.gba", 0x57b9fc, 0x54 - -gUnknown_0857BA50:: @ 857BA50 - .incbin "baserom.gba", 0x57ba50, 0x18 - -gUnknown_0857BA68:: @ 857BA68 - .incbin "baserom.gba", 0x57ba68, 0x18 - -gUnknown_0857BA80:: @ 857BA80 - .incbin "baserom.gba", 0x57ba80, 0x9c - -gUnknown_0857BB1C:: @ 857BB1C - .incbin "baserom.gba", 0x57bb1c, 0x8 - -gUnknown_0857BB24:: @ 857BB24 - .incbin "baserom.gba", 0x57bb24, 0x14c - -gUnknown_0857BC70:: @ 857BC70 - .incbin "baserom.gba", 0x57bc70, 0x18 - -gUnknown_0857BC88:: @ 857BC88 - .incbin "baserom.gba", 0x57bc88, 0x20 - -@ 857BCA8 - .include "data/graphics/pokemon/mon_icon_table.inc" - -@ 857C388 - .include "data/graphics/pokemon/mon_icon_palette_indices.inc" - -@ 857C540 - .include "data/graphics/pokemon/mon_icon_palette_table.inc" - -gUnknown_0857C570:: @ 857C570 - .incbin "baserom.gba", 0x57c570, 0x44 - -gUnknown_0857C5B4:: @ 857C5B4 - .incbin "baserom.gba", 0x57c5b4, 0x34 - -gUnknown_0857C5E8:: @ 857C5E8 - .incbin "baserom.gba", 0x57c5e8, 0x8 - -gUnknown_0857C5F0:: @ 857C5F0 - .incbin "baserom.gba", 0x57c5f0, 0x18 - -gUnknown_0857C608:: @ 857C608 - .incbin "baserom.gba", 0x57c608, 0x2 - -gUnknown_0857C60A:: @ 857C60A - .incbin "baserom.gba", 0x57c60a, 0x5a - - .align 2 -gFieldEffectObjectPaletteInfo6:: @ 857C664 - obj_pal gFieldEffectObjectPalette6, 0x1000 - -gUnknown_0857C66C:: @ 857C66C - .incbin "baserom.gba", 0x57c66c, 0x18 - -gUnknown_0857C684:: @ 857C684 - .incbin "baserom.gba", 0x57c684, 0x1680 - -gUnknown_0857DD04:: @ 857DD04 - .incbin "baserom.gba", 0x57dd04, 0x1680 - -gUnknown_0857F384:: @ 857F384 - .incbin "baserom.gba", 0x57f384, 0xc0 - -gUnknown_0857F444:: @ 857F444 - .incbin "baserom.gba", 0x57f444, 0x20 - -gUnknown_0857F464:: @ 857F464 - .incbin "baserom.gba", 0x57f464, 0xe0 - -gUnknown_0857F544:: @ 857F544 - .incbin "baserom.gba", 0x57f544, 0x5f0 - -gUnknown_0857FB34:: @ 857FB34 - .incbin "baserom.gba", 0x57fb34, 0x8 - -gUnknown_0857FB3C:: @ 857FB3C - .incbin "baserom.gba", 0x57fb3c, 0x8 - -gUnknown_0857FB44:: @ 857FB44 - .incbin "baserom.gba", 0x57fb44, 0x8 - -gUnknown_0857FB4C:: @ 857FB4C - .incbin "baserom.gba", 0x57fb4c, 0x4c - -gUnknown_0857FB98:: @ 857FB98 - .incbin "baserom.gba", 0x57fb98, 0x4 - -gUnknown_0857FB9C:: @ 857FB9C - .incbin "baserom.gba", 0x57fb9c, 0x4 - -gUnknown_0857FBA0:: @ 857FBA0 - .incbin "baserom.gba", 0x57fba0, 0x8 - -gUnknown_0857FBA8:: @ 857FBA8 - .incbin "baserom.gba", 0x57fba8, 0x8 - -gUnknown_0857FBB0:: @ 857FBB0 - .incbin "baserom.gba", 0x57fbb0, 0x3c - -gUnknown_0857FBEC:: @ 857FBEC - .incbin "baserom.gba", 0x57fbec, 0x90 - -gUnknown_0857FC7C:: @ 857FC7C - .incbin "baserom.gba", 0x57fc7c, 0x18 - -@ 857FC94 - .include "data/graphics/berries/berry_pic_table.inc" - -gUnknown_0857FDEC:: @ 857FDEC - .incbin "baserom.gba", 0x57fdec, 0x8 - -gUnknown_0857FDF4:: @ 857FDF4 - .incbin "baserom.gba", 0x57fdf4, 0x1c - -gUnknown_0857FE10:: @ 857FE10 - .incbin "baserom.gba", 0x57fe10, 0x90 - -@ 857FEA0 - .include "data/text/item_descriptions.inc" - -@ 85839A0 - .include "data/items.inc" - -gUnknown_08587A6C:: @ 8587A6C - .incbin "baserom.gba", 0x587a6c, 0x4 - -gUnknown_08587A70:: @ 8587A70 - .incbin "baserom.gba", 0x587a70, 0x4 - -gUnknown_08587A74:: @ 8587A74 - .incbin "baserom.gba", 0x587a74, 0x5c - -gUnknown_08587AD0:: @ 8587AD0 - .incbin "baserom.gba", 0x587ad0, 0x18 - -gUnknown_08587AE8:: @ 8587AE8 - .incbin "baserom.gba", 0x587ae8, 0x20 - -gUnknown_08587B08:: @ 8587B08 - .incbin "baserom.gba", 0x587b08, 0x10 - -gUnknown_08587B18:: @ 8587B18 - .incbin "baserom.gba", 0x587b18, 0x68 - -gUnknown_08587B80:: @ 8587B80 - .incbin "baserom.gba", 0x587b80, 0x30 - -gUnknown_08587BB0:: @ 8587BB0 - .incbin "baserom.gba", 0x587bb0, 0x8 - -gUnknown_08587BB8:: @ 8587BB8 - .incbin "baserom.gba", 0x587bb8, 0x10 - -gUnknown_08587BC8:: @ 8587BC8 - .incbin "baserom.gba", 0x587bc8, 0x20 - -gUnknown_08587BE8:: @ 8587BE8 - .incbin "baserom.gba", 0x587be8, 0x18 - -gUnknown_08587C00:: @ 8587C00 - .incbin "baserom.gba", 0x587c00, 0x8 - -gUnknown_08587C08:: @ 8587C08 - .incbin "baserom.gba", 0x587c08, 0x8 - -gUnknown_08587C10:: @ 8587C10 - .incbin "baserom.gba", 0x587c10, 0x8 - -gUnknown_08587C18:: @ 8587C18 - .incbin "baserom.gba", 0x587c18, 0x18 - -gUnknown_08587C30:: @ 8587C30 - .incbin "baserom.gba", 0x587c30, 0x20 - -@ 8587C50 - .include "data/text/contest_text_pointers.inc" - -@ 8587D5C - .incbin "baserom.gba", 0x587d5c, 0x34 - -gUnknown_08587D90:: @ 8587D90 - .incbin "baserom.gba", 0x587d90, 0x80 - -gUnknown_08587E10:: @ 8587E10 - .incbin "baserom.gba", 0x587e10, 0xf8 - -gUnknown_08587F08:: @ 8587F08 - .incbin "baserom.gba", 0x587f08, 0x14 - -gUnknown_08587F1C:: @ 8587F1C - .incbin "baserom.gba", 0x587f1c, 0x18 - -gUnknown_08587F34:: @ 8587F34 - .incbin "baserom.gba", 0x587f34, 0x10 - -gUnknown_08587F44:: @ 8587F44 - .incbin "baserom.gba", 0x587f44, 0x60 - -gUnknown_08587FA4:: @ 8587FA4 - .incbin "baserom.gba", 0x587fa4, 0x100 - -gUnknown_085880A4:: @ 85880A4 - .incbin "baserom.gba", 0x5880a4, 0x1740 - -gUnknown_085897E4:: @ 85897E4 - .incbin "baserom.gba", 0x5897e4, 0xc0 - -gUnknown_085898A4:: @ 85898A4 - .incbin "baserom.gba", 0x5898a4, 0x60 - -gUnknown_08589904:: @ 8589904 - .incbin "baserom.gba", 0x589904, 0x20 - -gUnknown_08589924:: @ 8589924 - .incbin "baserom.gba", 0x589924, 0x68 - -gUnknown_0858998C:: @ 858998C - .incbin "baserom.gba", 0x58998c, 0x60 - -gUnknown_085899EC:: @ 85899EC - .incbin "baserom.gba", 0x5899ec, 0x1c - -gUnknown_08589A08:: @ 8589A08 - .incbin "baserom.gba", 0x589a08, 0x8 - -gUnknown_08589A10:: @ 8589A10 - .incbin "baserom.gba", 0x589a10, 0x18 - -gUnknown_08589A28:: @ 8589A28 - .incbin "baserom.gba", 0x589a28, 0x10 - -gUnknown_08589A38:: @ 8589A38 - .incbin "baserom.gba", 0x589a38, 0x10 - -gUnknown_08589A48:: @ 8589A48 - .incbin "baserom.gba", 0x589a48, 0x18 - -gUnknown_08589A60:: @ 8589A60 - .incbin "baserom.gba", 0x589a60, 0x10 - -gUnknown_08589A70:: @ 8589A70 - .incbin "baserom.gba", 0x589a70, 0x38 - -gUnknown_08589AA8:: @ 8589AA8 - .incbin "baserom.gba", 0x589aa8, 0x8 - -gUnknown_08589AB0:: @ 8589AB0 - .incbin "baserom.gba", 0x589ab0, 0x3 - -gUnknown_08589AB3:: @ 8589AB3 - .incbin "baserom.gba", 0x589ab3, 0x7 - -gUnknown_08589ABA:: @ 8589ABA - .incbin "baserom.gba", 0x589aba, 0x6 - -gUnknown_08589AC0:: @ 8589AC0 - .incbin "baserom.gba", 0x589ac0, 0x6 - -gUnknown_08589AC6:: @ 8589AC6 - .incbin "baserom.gba", 0x589ac6, 0x6 - -gUnknown_08589ACC:: @ 8589ACC - .incbin "baserom.gba", 0x589acc, 0x6 - -gUnknown_08589AD2:: @ 8589AD2 - .incbin "baserom.gba", 0x589ad2, 0x6 - -gUnknown_08589AD8:: @ 8589AD8 - .incbin "baserom.gba", 0x589ad8, 0x6 - -gUnknown_08589ADE:: @ 8589ADE - .incbin "baserom.gba", 0x589ade, 0x6 diff --git a/data/fanfares.s b/data/fanfares.s new file mode 100644 index 000000000..26d2d82d1 --- /dev/null +++ b/data/fanfares.s @@ -0,0 +1,8 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +sFanfares:: @ 85248BC + .incbin "baserom.gba", 0x5248bc, 0x48 diff --git a/data/field_effect.s b/data/field_effect.s index 88f9f1c94..a1ddcc247 100644 --- a/data/field_effect.s +++ b/data/field_effect.s @@ -1,55 +1,206 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" + .include "asm/macros.inc" + .include "constants/constants.inc" - .section .rodata - - .align 2 - .incbin "baserom.gba", 0x58d978, 0x2a0 + .section .rodata + .align 2, 0 .align 2 -gFieldEffectObjectPalette7:: @ 858DC18 - .incbin "graphics/map_objects/palettes/field_effect_object_palette_07.gbapal" +gNewGameBirchPic:: @ 8553A90 + .incbin "graphics/birch_speech/birch.4bpp" - .incbin "baserom.gba", 0x58dc38, 0x580 + .incbin "baserom.gba", 0x554290, 0x66c0 .align 2 -gFieldEffectObjectPalette8:: @ 858E1B8 - .incbin "graphics/map_objects/palettes/field_effect_object_palette_08.gbapal" - - .incbin "baserom.gba", 0x58e1d8, 0x428 - -gUnknown_0858E600:: @ 858E600 - .incbin "baserom.gba", 0x58e600, 0x18 - -gUnknown_0858E618:: @ 858E618 - .incbin "baserom.gba", 0x58e618, 0x18 - -gUnknown_0858E630:: @ 858E630 - .incbin "baserom.gba", 0x58e630, 0x18 +gNewGameBirchPalette:: @ 855A950 + .incbin "graphics/birch_speech/birch.gbapal" .align 2 -gFieldEffectObjectPaletteInfo7:: @ 858E648 - obj_pal gFieldEffectObjectPalette7, 0x1003 + .incbin "baserom.gba", 0x55a970, 0x20 .align 2 -gFieldEffectObjectPaletteInfo8:: @ 858E650 - obj_pal gFieldEffectObjectPalette8, 0x1008 +gFieldEffectObjectPalette4:: @ 855A990 + .incbin "graphics/map_objects/palettes/field_effect_object_palette_04.gbapal" - .incbin "baserom.gba", 0x58e658, 0x34 - -gUnknown_0858E68C:: @ 858E68C - .incbin "baserom.gba", 0x58e68c, 0x18 + .incbin "baserom.gba", 0x55a9b0, 0x480 .align 2 -@ This uses one of the secret base palettes, so there is no -@ "field_effect_object_palette_09.pal" file. -gFieldEffectObjectPaletteInfo9:: @ 858E6A4 - obj_pal gTilesetPalettes_SecretBase + 5 * 0x20, 0x100E +gFieldEffectObjectPalette5:: @ 855AE30 + .incbin "graphics/map_objects/palettes/field_effect_object_palette_05.gbapal" - .incbin "baserom.gba", 0x58e6ac, 0x1b8 +gUnknown_0855AE50:: @ 855AE50 + .incbin "baserom.gba", 0x55ae50, 0x200 -gUnknown_0858E864:: @ 858E864 - .incbin "baserom.gba", 0x58e864, 0x1c +gUnknown_0855B050:: @ 855B050 + .incbin "baserom.gba", 0x55b050, 0x20 -gUnknown_0858E880:: @ 858E880 - .incbin "baserom.gba", 0x58e880, 0x18 +gUnknown_0855B070:: @ 855B070 + .incbin "baserom.gba", 0x55b070, 0x280 + +gUnknown_0855B2F0:: @ 855B2F0 + .incbin "baserom.gba", 0x55b2f0, 0x80 + +gUnknown_0855B370:: @ 855B370 + .incbin "baserom.gba", 0x55b370, 0x20 + +gUnknown_0855B390:: @ 855B390 + .incbin "baserom.gba", 0x55b390, 0x280 + +gUnknown_0855B610:: @ 855B610 + .incbin "baserom.gba", 0x55b610, 0x20 + +gUnknown_0855B630:: @ 855B630 + .incbin "baserom.gba", 0x55b630, 0xbc0 + +gUnknown_0855C1F0:: @ 855C1F0 + .incbin "baserom.gba", 0x55c1f0, 0x20 + + .align 2 +@ TODO: something else uses these too +gNewGameBirchOamAttributes:: @ 855C210 + .4byte OAM_SIZE_64x64 + .2byte 0 + + .align 2 + .incbin "baserom.gba", 0x55c218, 0x10 + + .align 2 +gNewGameBirchPicTable:: @ 855C228 + obj_tiles gNewGameBirchPic, 0x800 + + .align 2 +gNewGameBirchObjectPaletteInfo:: @ 855C230 + obj_pal gNewGameBirchPalette, 0x1006 + + .align 2 +gNewGameBirchImageAnim:: @ 855C238 + obj_image_anim_frame 0, 1 + obj_image_anim_end + + .align 2 +gNewGameBirchImageAnimTable:: @ 855C240 + .4byte gNewGameBirchImageAnim + + .align 2 +gNewGameBirchObjectTemplate:: @ 855C244 + .2byte 0xFFFF @ tiles tag + .2byte 0x1006 @ palette tag + .4byte gNewGameBirchOamAttributes + .4byte gNewGameBirchImageAnimTable + .4byte gNewGameBirchPicTable + .4byte gDummySpriteAffineAnimTable + .4byte SpriteCallbackDummy + + .align 2 +gFieldEffectObjectPaletteInfo4:: @ 855C25C + obj_pal gFieldEffectObjectPalette4, 0x1007 + + .align 2 +gFieldEffectObjectPaletteInfo5:: @ 855C264 + obj_pal gFieldEffectObjectPalette5, 0x1010 + + .incbin "baserom.gba", 0x55c26c, 0x40 + +gUnknown_0855C2AC:: @ 855C2AC + .incbin "baserom.gba", 0x55c2ac, 0x18 + +gUnknown_0855C2C4:: @ 855C2C4 + .incbin "baserom.gba", 0x55c2c4, 0x40 + +gUnknown_0855C304:: @ 855C304 + .incbin "baserom.gba", 0x55c304, 0x18 + +gUnknown_0855C31C:: @ 855C31C + .incbin "baserom.gba", 0x55c31c, 0x18 + +gUnknown_0855C334:: @ 855C334 + .incbin "baserom.gba", 0x55c334, 0x18 + +gUnknown_0855C34C:: @ 855C34C + .incbin "baserom.gba", 0x55c34c, 0x18 + +gUnknown_0855C364:: @ 855C364 + .incbin "baserom.gba", 0x55c364, 0x10 + +gUnknown_0855C374:: @ 855C374 + .incbin "baserom.gba", 0x55c374, 0x10 + +gUnknown_0855C384:: @ 855C384 + .incbin "baserom.gba", 0x55c384, 0x20 + +gUnknown_0855C3A4:: @ 855C3A4 + .incbin "baserom.gba", 0x55c3a4, 0x18 + +gUnknown_0855C3BC:: @ 855C3BC + .incbin "baserom.gba", 0x55c3bc, 0x4 + +gUnknown_0855C3C0:: @ 855C3C0 + .incbin "baserom.gba", 0x55c3c0, 0x4 + +gUnknown_0855C3C4:: @ 855C3C4 + .incbin "baserom.gba", 0x55c3c4, 0x4 + +gUnknown_0855C3C8:: @ 855C3C8 + .incbin "baserom.gba", 0x55c3c8, 0x1c + +gUnknown_0855C3E4:: @ 855C3E4 + .incbin "baserom.gba", 0x55c3e4, 0x18 + +gUnknown_0855C3FC:: @ 855C3FC + .incbin "baserom.gba", 0x55c3fc, 0x1c + +gUnknown_0855C418:: @ 855C418 + .incbin "baserom.gba", 0x55c418, 0x14 + +gUnknown_0855C42C:: @ 855C42C + .incbin "baserom.gba", 0x55c42c, 0xc + +gUnknown_0855C438:: @ 855C438 + .incbin "baserom.gba", 0x55c438, 0x18 + +gUnknown_0855C450:: @ 855C450 + .incbin "baserom.gba", 0x55c450, 0x10 + +gUnknown_0855C460:: @ 855C460 + .incbin "baserom.gba", 0x55c460, 0x14 + +gUnknown_0855C474:: @ 855C474 + .incbin "baserom.gba", 0x55c474, 0x8 + +gUnknown_0855C47C:: @ 855C47C + .incbin "baserom.gba", 0x55c47c, 0x8 + +gUnknown_0855C484:: @ 855C484 + .incbin "baserom.gba", 0x55c484, 0x8 + +gUnknown_0855C48C:: @ 855C48C + .incbin "baserom.gba", 0x55c48c, 0x10 + +gUnknown_0855C49C:: @ 855C49C + .incbin "baserom.gba", 0x55c49c, 0xc + +gUnknown_0855C4A8:: @ 855C4A8 + .incbin "baserom.gba", 0x55c4a8, 0x1c + +gUnknown_0855C4C4:: @ 855C4C4 + .incbin "baserom.gba", 0x55c4c4, 0x1c + +gUnknown_0855C4E0:: @ 855C4E0 + .incbin "baserom.gba", 0x55c4e0, 0x14 + +gUnknown_0855C4F4:: @ 855C4F4 + .incbin "baserom.gba", 0x55c4f4, 0x54 + +gUnknown_0855C548:: @ 855C548 + .incbin "baserom.gba", 0x55c548, 0x8 + +gUnknown_0855C550:: @ 855C550 + .incbin "baserom.gba", 0x55c550, 0x1c + +gUnknown_0855C56C:: @ 855C56C + .incbin "baserom.gba", 0x55c56c, 0x24 + +gUnknown_0855C590:: @ 855C590 + .incbin "baserom.gba", 0x55c590, 0x5c + +gUnknown_0855C5EC:: @ 855C5EC + .incbin "baserom.gba", 0x55c5ec, 0x18 diff --git a/data/field_effect_misc.s b/data/field_effect_misc.s new file mode 100644 index 000000000..88f9f1c94 --- /dev/null +++ b/data/field_effect_misc.s @@ -0,0 +1,55 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + + .align 2 + .incbin "baserom.gba", 0x58d978, 0x2a0 + + .align 2 +gFieldEffectObjectPalette7:: @ 858DC18 + .incbin "graphics/map_objects/palettes/field_effect_object_palette_07.gbapal" + + .incbin "baserom.gba", 0x58dc38, 0x580 + + .align 2 +gFieldEffectObjectPalette8:: @ 858E1B8 + .incbin "graphics/map_objects/palettes/field_effect_object_palette_08.gbapal" + + .incbin "baserom.gba", 0x58e1d8, 0x428 + +gUnknown_0858E600:: @ 858E600 + .incbin "baserom.gba", 0x58e600, 0x18 + +gUnknown_0858E618:: @ 858E618 + .incbin "baserom.gba", 0x58e618, 0x18 + +gUnknown_0858E630:: @ 858E630 + .incbin "baserom.gba", 0x58e630, 0x18 + + .align 2 +gFieldEffectObjectPaletteInfo7:: @ 858E648 + obj_pal gFieldEffectObjectPalette7, 0x1003 + + .align 2 +gFieldEffectObjectPaletteInfo8:: @ 858E650 + obj_pal gFieldEffectObjectPalette8, 0x1008 + + .incbin "baserom.gba", 0x58e658, 0x34 + +gUnknown_0858E68C:: @ 858E68C + .incbin "baserom.gba", 0x58e68c, 0x18 + + .align 2 +@ This uses one of the secret base palettes, so there is no +@ "field_effect_object_palette_09.pal" file. +gFieldEffectObjectPaletteInfo9:: @ 858E6A4 + obj_pal gTilesetPalettes_SecretBase + 5 * 0x20, 0x100E + + .incbin "baserom.gba", 0x58e6ac, 0x1b8 + +gUnknown_0858E864:: @ 858E864 + .incbin "baserom.gba", 0x58e864, 0x1c + +gUnknown_0858E880:: @ 858E880 + .incbin "baserom.gba", 0x58e880, 0x18 diff --git a/data/field_ground_effect.s b/data/field_ground_effect.s new file mode 100644 index 000000000..8b8b00cf9 --- /dev/null +++ b/data/field_ground_effect.s @@ -0,0 +1,38 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0850E5DC:: @ 850E5DC + .incbin "baserom.gba", 0x50e5dc, 0x8 + +gUnknown_0850E5E4:: @ 850E5E4 + .incbin "baserom.gba", 0x50e5e4, 0x18 + +gUnknown_0850E5FC:: @ 850E5FC + .incbin "baserom.gba", 0x50e5fc, 0x18 + +gUnknown_0850E614:: @ 850E614 + .incbin "baserom.gba", 0x50e614, 0x10 + +gUnknown_0850E624:: @ 850E624 + .incbin "baserom.gba", 0x50e624, 0x10 + +gUnknown_0850E634:: @ 850E634 + .incbin "baserom.gba", 0x50e634, 0x10 + +gUnknown_0850E644:: @ 850E644 + .incbin "baserom.gba", 0x50e644, 0x10 + +gUnknown_0850E654:: @ 850E654 + .incbin "baserom.gba", 0x50e654, 0xc + +gUnknown_0850E660:: @ 850E660 + .incbin "baserom.gba", 0x50e660, 0x4 + +gUnknown_0850E664:: @ 850E664 + .incbin "baserom.gba", 0x50e664, 0x10 + +gUnknown_0850E674:: @ 850E674 + .incbin "baserom.gba", 0x50e674, 0xe0 diff --git a/data/field_screen.s b/data/field_screen.s new file mode 100644 index 000000000..63d4f942c --- /dev/null +++ b/data/field_screen.s @@ -0,0 +1,110 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0854C14C:: @ 854C14C + .incbin "baserom.gba", 0x54c14c, 0x4 + +gUnknown_0854C150:: @ 854C150 + .incbin "baserom.gba", 0x54c150, 0xf0 + +gUnknown_0854C240:: @ 854C240 + .incbin "baserom.gba", 0x54c240, 0x10 + +gUnknown_0854C250:: @ 854C250 + .incbin "baserom.gba", 0x54c250, 0x20 + +gUnknown_0854C270:: @ 854C270 + .incbin "baserom.gba", 0x54c270, 0x20 + +gUnknown_0854C290:: @ 854C290 + .incbin "baserom.gba", 0x54c290, 0x20 + +gUnknown_0854C2B0:: @ 854C2B0 + .incbin "baserom.gba", 0x54c2b0, 0x820 + +gUnknown_0854CAD0:: @ 854CAD0 + .incbin "baserom.gba", 0x54cad0, 0x3080 + +gUnknown_0854FB50:: @ 854FB50 + .incbin "baserom.gba", 0x54fb50, 0xc + +gUnknown_0854FB5C:: @ 854FB5C + .incbin "baserom.gba", 0x54fb5c, 0x1c + +gUnknown_0854FB78:: @ 854FB78 + .incbin "baserom.gba", 0x54fb78, 0x18 + +gUnknown_0854FB90:: @ 854FB90 + .incbin "baserom.gba", 0x54fb90, 0x9c + +gUnknown_0854FC2C:: @ 854FC2C + .incbin "baserom.gba", 0x54fc2c, 0x18 + +gUnknown_0854FC44:: @ 854FC44 + .incbin "baserom.gba", 0x54fc44, 0x8 + +gUnknown_0854FC4C:: @ 854FC4C + .incbin "baserom.gba", 0x54fc4c, 0x8 + +gUnknown_0854FC54:: @ 854FC54 + .incbin "baserom.gba", 0x54fc54, 0x38 + +gUnknown_0854FC8C:: @ 854FC8C + .incbin "baserom.gba", 0x54fc8c, 0x8c + +gUnknown_0854FD18:: @ 854FD18 + .incbin "baserom.gba", 0x54fd18, 0x18 + +gUnknown_0854FD30:: @ 854FD30 + .incbin "baserom.gba", 0x54fd30, 0x8 + +gUnknown_0854FD38:: @ 854FD38 + .incbin "baserom.gba", 0x54fd38, 0x20 + +gUnknown_0854FD58:: @ 854FD58 + .incbin "baserom.gba", 0x54fd58, 0x18 + +gUnknown_0854FD70:: @ 854FD70 + .incbin "baserom.gba", 0x54fd70, 0x1c + +gUnknown_0854FD8C:: @ 854FD8C + .incbin "baserom.gba", 0x54fd8c, 0x38 + +gUnknown_0854FDC4:: @ 854FDC4 + .incbin "baserom.gba", 0x54fdc4, 0x18 + +gUnknown_0854FDDC:: @ 854FDDC + .incbin "baserom.gba", 0x54fddc, 0x8 + +gUnknown_0854FDE4:: @ 854FDE4 + .incbin "baserom.gba", 0x54fde4, 0xc + +gUnknown_0854FDF0:: @ 854FDF0 + .incbin "baserom.gba", 0x54fdf0, 0x8 + +gUnknown_0854FDF8:: @ 854FDF8 + .incbin "baserom.gba", 0x54fdf8, 0x8 + +gUnknown_0854FE00:: @ 854FE00 + .incbin "baserom.gba", 0x54fe00, 0x44 + +gUnknown_0854FE44:: @ 854FE44 + .incbin "baserom.gba", 0x54fe44, 0x18 + +gUnknown_0854FE5C:: @ 854FE5C + .incbin "baserom.gba", 0x54fe5c, 0x4 + +gUnknown_0854FE60:: @ 854FE60 + .incbin "baserom.gba", 0x54fe60, 0x4 + +gUnknown_0854FE64:: @ 854FE64 + .incbin "baserom.gba", 0x54fe64, 0x14 + +gUnknown_0854FE78:: @ 854FE78 + .incbin "baserom.gba", 0x54fe78, 0x4 + +gUnknown_0854FE7C:: @ 854FE7C + .incbin "baserom.gba", 0x54fe7c, 0xc diff --git a/data/field_tasks.s b/data/field_tasks.s new file mode 100644 index 000000000..8405c64d5 --- /dev/null +++ b/data/field_tasks.s @@ -0,0 +1,23 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_08510348:: @ 8510348 + .incbin "baserom.gba", 0x510348, 0x20 + +gUnknown_08510368:: @ 8510368 + .incbin "baserom.gba", 0x510368, 0x20 + +gUnknown_08510388:: @ 8510388 + .incbin "baserom.gba", 0x510388, 0x20 + +gUnknown_085103A8:: @ 85103A8 + .incbin "baserom.gba", 0x5103a8, 0x20 + +gUnknown_085103C8:: @ 85103C8 + .incbin "baserom.gba", 0x5103c8, 0x34 + +gUnknown_085103FC:: @ 85103FC + .incbin "baserom.gba", 0x5103fc, 0x8 diff --git a/data/fldeff_cut.s b/data/fldeff_cut.s new file mode 100644 index 000000000..96bdcede4 --- /dev/null +++ b/data/fldeff_cut.s @@ -0,0 +1,18 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0857C608:: @ 857C608 + .incbin "baserom.gba", 0x57c608, 0x2 + +gUnknown_0857C60A:: @ 857C60A + .incbin "baserom.gba", 0x57c60a, 0x5a + + .align 2 +gFieldEffectObjectPaletteInfo6:: @ 857C664 + obj_pal gFieldEffectObjectPalette6, 0x1000 + +gUnknown_0857C66C:: @ 857C66C + .incbin "baserom.gba", 0x57c66c, 0x18 diff --git a/data/fldeff_emotion.s b/data/fldeff_emotion.s new file mode 100644 index 000000000..f2c90d637 --- /dev/null +++ b/data/fldeff_emotion.s @@ -0,0 +1,11 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_085507B4:: @ 85507B4 + .incbin "baserom.gba", 0x5507b4, 0x18 + +gUnknown_085507CC:: @ 85507CC + .incbin "baserom.gba", 0x5507cc, 0x18 diff --git a/data/item_menu_icons.s b/data/item_menu_icons.s new file mode 100644 index 000000000..3b7b0ef89 --- /dev/null +++ b/data/item_menu_icons.s @@ -0,0 +1,62 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0857F464:: @ 857F464 + .incbin "baserom.gba", 0x57f464, 0xe0 + +gUnknown_0857F544:: @ 857F544 + .incbin "baserom.gba", 0x57f544, 0x5f0 + +gUnknown_0857FB34:: @ 857FB34 + .incbin "baserom.gba", 0x57fb34, 0x8 + +gUnknown_0857FB3C:: @ 857FB3C + .incbin "baserom.gba", 0x57fb3c, 0x8 + +gUnknown_0857FB44:: @ 857FB44 + .incbin "baserom.gba", 0x57fb44, 0x8 + +gUnknown_0857FB4C:: @ 857FB4C + .incbin "baserom.gba", 0x57fb4c, 0x4c + +gUnknown_0857FB98:: @ 857FB98 + .incbin "baserom.gba", 0x57fb98, 0x4 + +gUnknown_0857FB9C:: @ 857FB9C + .incbin "baserom.gba", 0x57fb9c, 0x4 + +gUnknown_0857FBA0:: @ 857FBA0 + .incbin "baserom.gba", 0x57fba0, 0x8 + +gUnknown_0857FBA8:: @ 857FBA8 + .incbin "baserom.gba", 0x57fba8, 0x8 + +gUnknown_0857FBB0:: @ 857FBB0 + .incbin "baserom.gba", 0x57fbb0, 0x3c + +gUnknown_0857FBEC:: @ 857FBEC + .incbin "baserom.gba", 0x57fbec, 0x90 + +gUnknown_0857FC7C:: @ 857FC7C + .incbin "baserom.gba", 0x57fc7c, 0x18 + +@ 857FC94 + .include "data/graphics/berries/berry_pic_table.inc" + +gUnknown_0857FDEC:: @ 857FDEC + .incbin "baserom.gba", 0x57fdec, 0x8 + +gUnknown_0857FDF4:: @ 857FDF4 + .incbin "baserom.gba", 0x57fdf4, 0x1c + +gUnknown_0857FE10:: @ 857FE10 + .incbin "baserom.gba", 0x57fe10, 0x90 + +@ 857FEA0 + .include "data/text/item_descriptions.inc" + +@ 85839A0 + .include "data/items.inc" diff --git a/data/map_name_popup.s b/data/map_name_popup.s new file mode 100644 index 000000000..ff7c3ea4e --- /dev/null +++ b/data/map_name_popup.s @@ -0,0 +1,17 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0857C684:: @ 857C684 + .incbin "baserom.gba", 0x57c684, 0x1680 + +gUnknown_0857DD04:: @ 857DD04 + .incbin "baserom.gba", 0x57dd04, 0x1680 + +gUnknown_0857F384:: @ 857F384 + .incbin "baserom.gba", 0x57f384, 0xc0 + +gUnknown_0857F444:: @ 857F444 + .incbin "baserom.gba", 0x57f444, 0x20 diff --git a/data/map_obj_8097404.s b/data/map_obj_8097404.s new file mode 100644 index 000000000..161796765 --- /dev/null +++ b/data/map_obj_8097404.s @@ -0,0 +1,45 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0850E754:: @ 850E754 + .incbin "baserom.gba", 0x50e754, 0x14 + +gUnknown_0850E768:: @ 850E768 + .incbin "baserom.gba", 0x50e768, 0xa + +gUnknown_0850E772:: @ 850E772 + .incbin "baserom.gba", 0x50e772, 0x48 + +gUnknown_0850E7BA:: @ 850E7BA + .incbin "baserom.gba", 0x50e7ba, 0x7a + +gUnknown_0850E834:: @ 850E834 + .incbin "baserom.gba", 0x50e834, 0xc + +gUnknown_0850E840:: @ 850E840 + .incbin "baserom.gba", 0x50e840, 0x6 + +gUnknown_0850E846:: @ 850E846 + .incbin "baserom.gba", 0x50e846, 0x4 + +gUnknown_0850E84A:: @ 850E84A + .incbin "baserom.gba", 0x50e84a, 0x6 + +gUnknown_0850E850:: @ 850E850 + .incbin "baserom.gba", 0x50e850, 0x4 + +// referenced in src/field_map_obj.o +gUnknown_0850E854:: + .incbin "baserom.gba", 0x50e854, 0x8 + +gUnknown_0850E85C:: + .incbin "baserom.gba", 0x50e85C, 0x8 + +gUnknown_0850E864:: + .incbin "baserom.gba", 0x50e864, 0xc + +gUnknown_0850E870:: + .incbin "baserom.gba", 0x50e870, 0xc diff --git a/data/option_menu.s b/data/option_menu.s new file mode 100644 index 000000000..05db7fddf --- /dev/null +++ b/data/option_menu.s @@ -0,0 +1,20 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0855C604:: @ 855C604 + .incbin "baserom.gba", 0x55c604, 0x60 + +gUnknown_0855C664:: @ 855C664 + .incbin "baserom.gba", 0x55c664, 0x1c + +gUnknown_0855C680:: @ 855C680 + .incbin "baserom.gba", 0x55c680, 0x18 + +gUnknown_0855C698:: @ 855C698 + .incbin "baserom.gba", 0x55c698, 0x8 + +gUnknown_0855C6A0:: @ 855C6A0 + .incbin "baserom.gba", 0x55c6a0, 0x4 diff --git a/data/palette.s b/data/palette.s new file mode 100644 index 000000000..2dbfed8d2 --- /dev/null +++ b/data/palette.s @@ -0,0 +1,18 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0852487C:: @ 852487C + .incbin "baserom.gba", 0x52487c, 0x10 + +gDummyPaletteStructTemplate:: @ 852488C + .2byte 0xFFFF + .space 9 + .byte 0x20 + .space 4 + + .align 2 +gUnknown_0852489C:: @ 852489C + .incbin "baserom.gba", 0x52489c, 0x20 diff --git a/data/pokedex.s b/data/pokedex.s new file mode 100644 index 000000000..e81a3d78a --- /dev/null +++ b/data/pokedex.s @@ -0,0 +1,152 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0855C6A4:: @ 855C6A4 + .incbin "baserom.gba", 0x55c6a4, 0x336 + +gUnknown_0855C9DA:: @ 855C9DA + .incbin "baserom.gba", 0x55c9da, 0x304 + +gUnknown_0855CCDE:: @ 855CCDE + .incbin "baserom.gba", 0x55ccde, 0x4b6 + +gUnknown_0855D194:: @ 855D194 + .incbin "baserom.gba", 0x55d194, 0x18 + +gUnknown_0855D1AC:: @ 855D1AC + .incbin "baserom.gba", 0x55d1ac, 0x18 + +gUnknown_0855D1C4:: @ 855D1C4 + .incbin "baserom.gba", 0x55d1c4, 0x18 + +gUnknown_0855D1DC:: @ 855D1DC + .incbin "baserom.gba", 0x55d1dc, 0x18 + +gUnknown_0855D1F4:: @ 855D1F4 + .incbin "baserom.gba", 0x55d1f4, 0x18 + +gUnknown_0855D20C:: @ 855D20C + .incbin "baserom.gba", 0x55d20c, 0x18 + +gUnknown_0855D224:: @ 855D224 + .incbin "baserom.gba", 0x55d224, 0x18 + +gUnknown_0855D23C:: @ 855D23C + .incbin "baserom.gba", 0x55d23c, 0x18 + +gUnknown_0855D254:: @ 855D254 + .incbin "baserom.gba", 0x55d254, 0x18 + +gUnknown_0855D26C:: @ 855D26C + .incbin "baserom.gba", 0x55d26c, 0x10 + +gUnknown_0855D27C:: @ 855D27C + .incbin "baserom.gba", 0x55d27c, 0x10 + +gUnknown_0855D28C:: @ 855D28C + .incbin "baserom.gba", 0x55d28c, 0x5 + +gUnknown_0855D291:: @ 855D291 + .incbin "baserom.gba", 0x55d291, 0x7 + +gUnknown_0855D298:: @ 855D298 + .incbin "baserom.gba", 0x55d298, 0x10 + +gUnknown_0855D2A8:: @ 855D2A8 + .incbin "baserom.gba", 0x55d2a8, 0x10 + +gUnknown_0855D2B8:: @ 855D2B8 + .incbin "baserom.gba", 0x55d2b8, 0x6 + +gUnknown_0855D2BE:: @ 855D2BE + .incbin "baserom.gba", 0x55d2be, 0x40 + +gUnknown_0855D2FE:: @ 855D2FE + .incbin "baserom.gba", 0x55d2fe, 0xe + +gUnknown_0855D30C:: @ 855D30C + .string "$" + +@ 855D30D + .include "data/text/pokedex_text.inc" + +@ 856B5B0 + .include "data/pokedex_entries.inc" + +gUnknown_0856E610:: @ 856E610 + .incbin "baserom.gba", 0x56e610, 0x20 + +gUnknown_0856E630:: @ 856E630 + .incbin "baserom.gba", 0x56e630, 0x10 + +gUnknown_0856E640:: @ 856E640 + .incbin "baserom.gba", 0x56e640, 0x28 + +gUnknown_0856E668:: @ 856E668 + .incbin "baserom.gba", 0x56e668, 0x8 + +gUnknown_0856E670:: @ 856E670 + .incbin "baserom.gba", 0x56e670, 0x18 + +gUnknown_0856E688:: @ 856E688 + .incbin "baserom.gba", 0x56e688, 0xc + +@ 856E694 + .include "data/graphics/pokemon/mon_footprint_table.inc" + +gUnknown_0856ED08:: @ 856ED08 + .incbin "baserom.gba", 0x56ed08, 0x28 + +gUnknown_0856ED30:: @ 856ED30 + .incbin "baserom.gba", 0x56ed30, 0x18 + +gUnknown_0856ED48:: @ 856ED48 + .incbin "baserom.gba", 0x56ed48, 0x54 + +gUnknown_0856ED9C:: @ 856ED9C + .incbin "baserom.gba", 0x56ed9c, 0x1c + +gUnknown_0856EDB8:: @ 856EDB8 + .incbin "baserom.gba", 0x56edb8, 0x1c + +gUnknown_0856EDD4:: @ 856EDD4 + .incbin "baserom.gba", 0x56edd4, 0x1c + +gUnknown_0856EDF0:: @ 856EDF0 + .incbin "baserom.gba", 0x56edf0, 0x1c + +gUnknown_0856EE0C:: @ 856EE0C + .incbin "baserom.gba", 0x56ee0c, 0x18 + +gUnknown_0856EE24:: @ 856EE24 + .incbin "baserom.gba", 0x56ee24, 0x38 + +gUnknown_0856EE5C:: @ 856EE5C + .incbin "baserom.gba", 0x56ee5c, 0x58 + +gUnknown_0856EEB4:: @ 856EEB4 + .incbin "baserom.gba", 0x56eeb4, 0x60 + +gUnknown_0856EF14:: @ 856EF14 + .incbin "baserom.gba", 0x56ef14, 0x98 + +gUnknown_0856EFAC:: @ 856EFAC + .incbin "baserom.gba", 0x56efac, 0x2 + +gUnknown_0856EFAE:: @ 856EFAE + .incbin "baserom.gba", 0x56efae, 0x6 + +gUnknown_0856EFB4:: @ 856EFB4 + .incbin "baserom.gba", 0x56efb4, 0x14 + +gUnknown_0856EFC8:: @ 856EFC8 + .incbin "baserom.gba", 0x56efc8, 0x30 + +gUnknown_0856EFF8:: @ 856EFF8 + .incbin "baserom.gba", 0x56eff8, 0x10 + +gUnknown_0856F008:: @ 856F008 + .incbin "baserom.gba", 0x56f008, 0x10 diff --git a/data/pokemon_icon.s b/data/pokemon_icon.s new file mode 100644 index 000000000..ab3824f35 --- /dev/null +++ b/data/pokemon_icon.s @@ -0,0 +1,26 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +@ 857BCA8 + .include "data/graphics/pokemon/mon_icon_table.inc" + +@ 857C388 + .include "data/graphics/pokemon/mon_icon_palette_indices.inc" + +@ 857C540 + .include "data/graphics/pokemon/mon_icon_palette_table.inc" + +gUnknown_0857C570:: @ 857C570 + .incbin "baserom.gba", 0x57c570, 0x44 + +gUnknown_0857C5B4:: @ 857C5B4 + .incbin "baserom.gba", 0x57c5b4, 0x34 + +gUnknown_0857C5E8:: @ 857C5E8 + .incbin "baserom.gba", 0x57c5e8, 0x8 + +gUnknown_0857C5F0:: @ 857C5F0 + .incbin "baserom.gba", 0x57c5f0, 0x18 diff --git a/data/pokemon_storage_system.s b/data/pokemon_storage_system.s new file mode 100644 index 000000000..4f2815713 --- /dev/null +++ b/data/pokemon_storage_system.s @@ -0,0 +1,152 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_085716C0:: @ 85716C0 + .incbin "baserom.gba", 0x5716c0, 0x28 + +gUnknown_085716E8:: @ 85716E8 + .incbin "baserom.gba", 0x5716e8, 0x28 + +gUnknown_08571710:: @ 8571710 + .incbin "baserom.gba", 0x571710, 0x24 + +gUnknown_08571734:: @ 8571734 + .incbin "baserom.gba", 0x571734, 0x3 + +gUnknown_08571737:: @ 8571737 + .incbin "baserom.gba", 0x571737, 0x5 + +gUnknown_0857173C:: @ 857173C + .incbin "baserom.gba", 0x57173c, 0x20 + +gUnknown_0857175C:: @ 857175C + .incbin "baserom.gba", 0x57175c, 0x800 + +gUnknown_08571F5C:: @ 8571F5C + .incbin "baserom.gba", 0x571f5c, 0x180 + +gUnknown_085720DC:: @ 85720DC + .incbin "baserom.gba", 0x5720dc, 0x98 + +gUnknown_08572174:: @ 8572174 + .incbin "baserom.gba", 0x572174, 0x12c + +gUnknown_085722A0:: @ 85722A0 + .incbin "baserom.gba", 0x5722a0, 0xfc + +gUnknown_0857239C:: @ 857239C + .incbin "baserom.gba", 0x57239c, 0x40 + +gUnknown_085723DC:: @ 85723DC + .incbin "baserom.gba", 0x5723dc, 0x20 + +gUnknown_085723FC:: @ 85723FC + .incbin "baserom.gba", 0x5723fc, 0x20 + +gUnknown_0857241C:: @ 857241C + .incbin "baserom.gba", 0x57241c, 0x20 + +gUnknown_0857243C:: @ 857243C + .incbin "baserom.gba", 0x57243c, 0x20 + +gUnknown_0857245C:: @ 857245C + .incbin "baserom.gba", 0x57245c, 0x48 + +gUnknown_085724A4:: @ 85724A4 + .incbin "baserom.gba", 0x5724a4, 0x18 + +gUnknown_085724BC:: @ 85724BC + .incbin "baserom.gba", 0x5724bc, 0x238 + +gUnknown_085726F4:: @ 85726F4 + .incbin "baserom.gba", 0x5726f4, 0x20 + +gUnknown_08572714:: @ 8572714 + .incbin "baserom.gba", 0x572714, 0x20 + +gUnknown_08572734:: @ 8572734 + .incbin "baserom.gba", 0x572734, 0x10 + +gUnknown_08572744:: @ 8572744 + .incbin "baserom.gba", 0x572744, 0x8 + +gUnknown_0857274C:: @ 857274C + .incbin "baserom.gba", 0x57274c, 0x8 + +gUnknown_08572754:: @ 8572754 + .incbin "baserom.gba", 0x572754, 0x18 + +gUnknown_0857276C:: @ 857276C + .incbin "baserom.gba", 0x57276c, 0xf8 + +gUnknown_08572864:: @ 8572864 + .incbin "baserom.gba", 0x572864, 0x58 + +gUnknown_085728BC:: @ 85728BC + .incbin "baserom.gba", 0x5728bc, 0x18 + +gUnknown_085728D4:: @ 85728D4 + .incbin "baserom.gba", 0x5728d4, 0x48 + +gUnknown_0857291C:: @ 857291C + .incbin "baserom.gba", 0x57291c, 0x4c58 + +gUnknown_08577574:: @ 8577574 + .incbin "baserom.gba", 0x577574, 0x44 + +gUnknown_085775B8:: @ 85775B8 + .incbin "baserom.gba", 0x5775b8, 0x398c + +gUnknown_0857AF44:: @ 857AF44 + .incbin "baserom.gba", 0x57af44, 0xc0 + +gUnknown_0857B004:: @ 857B004 + .incbin "baserom.gba", 0x57b004, 0x7c + +gUnknown_0857B080:: @ 857B080 + .incbin "baserom.gba", 0x57b080, 0x28 + +gUnknown_0857B0A8:: @ 857B0A8 + .incbin "baserom.gba", 0x57b0a8, 0x38 + +gUnknown_0857B0E0:: @ 857B0E0 + .incbin "baserom.gba", 0x57b0e0, 0x8b8 + +gUnknown_0857B998:: @ 857B998 + .incbin "baserom.gba", 0x57b998, 0xc + +gUnknown_0857B9A4:: @ 857B9A4 + .incbin "baserom.gba", 0x57b9a4, 0x18 + +gUnknown_0857B9BC:: @ 857B9BC + .incbin "baserom.gba", 0x57b9bc, 0x28 + +gUnknown_0857B9E4:: @ 857B9E4 + .incbin "baserom.gba", 0x57b9e4, 0x18 + +gUnknown_0857B9FC:: @ 857B9FC + .incbin "baserom.gba", 0x57b9fc, 0x54 + +gUnknown_0857BA50:: @ 857BA50 + .incbin "baserom.gba", 0x57ba50, 0x18 + +gUnknown_0857BA68:: @ 857BA68 + .incbin "baserom.gba", 0x57ba68, 0x18 + +gUnknown_0857BA80:: @ 857BA80 + .incbin "baserom.gba", 0x57ba80, 0x9c + +gUnknown_0857BB1C:: @ 857BB1C + .incbin "baserom.gba", 0x57bb1c, 0x8 + +gUnknown_0857BB24:: @ 857BB24 + .incbin "baserom.gba", 0x57bb24, 0x14c + +gUnknown_0857BC70:: @ 857BC70 + .incbin "baserom.gba", 0x57bc70, 0x18 + +gUnknown_0857BC88:: @ 857BC88 + .incbin "baserom.gba", 0x57bc88, 0x20 diff --git a/data/reset_rtc_screen.s b/data/reset_rtc_screen.s new file mode 100644 index 000000000..2ed5f746c --- /dev/null +++ b/data/reset_rtc_screen.s @@ -0,0 +1,23 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_08510404:: @ 8510404 + .incbin "baserom.gba", 0x510404, 0x4 + +gUnknown_08510408:: @ 8510408 + .incbin "baserom.gba", 0x510408, 0x14 + +gUnknown_0851041C:: @ 851041C + .incbin "baserom.gba", 0x51041c, 0x4 + +gUnknown_08510420:: @ 8510420 + .incbin "baserom.gba", 0x510420, 0xa4 + +gUnknown_085104C4:: @ 85104C4 + .incbin "baserom.gba", 0x5104c4, 0x2c + +gUnknown_085104F0:: @ 85104F0 + .incbin "baserom.gba", 0x5104f0, 0x18 diff --git a/data/scrcmd.s b/data/scrcmd.s new file mode 100644 index 000000000..dfa802684 --- /dev/null +++ b/data/scrcmd.s @@ -0,0 +1,14 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gNullScriptPtr:: @ 85102BC + .incbin "baserom.gba", 0x5102bc, 0x4 + +gUnknown_085102C0:: @ 85102C0 + .incbin "baserom.gba", 0x5102c0, 0x14 + +gUnknown_085102D4:: @ 85102D4 + .incbin "baserom.gba", 0x5102d4, 0xc diff --git a/data/shop.s b/data/shop.s new file mode 100644 index 000000000..8fd64c0bb --- /dev/null +++ b/data/shop.s @@ -0,0 +1,57 @@ +@ the third big chunk of data + + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + +gUnknown_08589A08:: @ 8589A08 + .incbin "baserom.gba", 0x589a08, 0x8 + +gUnknown_08589A10:: @ 8589A10 + .incbin "baserom.gba", 0x589a10, 0x18 + +gUnknown_08589A28:: @ 8589A28 + .incbin "baserom.gba", 0x589a28, 0x10 + +gUnknown_08589A38:: @ 8589A38 + .incbin "baserom.gba", 0x589a38, 0x10 + +gUnknown_08589A48:: @ 8589A48 + .incbin "baserom.gba", 0x589a48, 0x18 + +gUnknown_08589A60:: @ 8589A60 + .incbin "baserom.gba", 0x589a60, 0x10 + +gUnknown_08589A70:: @ 8589A70 + .incbin "baserom.gba", 0x589a70, 0x38 + +gUnknown_08589AA8:: @ 8589AA8 + .incbin "baserom.gba", 0x589aa8, 0x8 + +gUnknown_08589AB0:: @ 8589AB0 + .incbin "baserom.gba", 0x589ab0, 0x3 + +gUnknown_08589AB3:: @ 8589AB3 + .incbin "baserom.gba", 0x589ab3, 0x7 + +gUnknown_08589ABA:: @ 8589ABA + .incbin "baserom.gba", 0x589aba, 0x6 + +gUnknown_08589AC0:: @ 8589AC0 + .incbin "baserom.gba", 0x589ac0, 0x6 + +gUnknown_08589AC6:: @ 8589AC6 + .incbin "baserom.gba", 0x589ac6, 0x6 + +gUnknown_08589ACC:: @ 8589ACC + .incbin "baserom.gba", 0x589acc, 0x6 + +gUnknown_08589AD2:: @ 8589AD2 + .incbin "baserom.gba", 0x589ad2, 0x6 + +gUnknown_08589AD8:: @ 8589AD8 + .incbin "baserom.gba", 0x589ad8, 0x6 + +gUnknown_08589ADE:: @ 8589ADE + .incbin "baserom.gba", 0x589ade, 0x6 diff --git a/data/start_menu.s b/data/start_menu.s new file mode 100644 index 000000000..eaba0b8e1 --- /dev/null +++ b/data/start_menu.s @@ -0,0 +1,29 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gSafariBallsWindowTemplate:: @ 8510508 + .incbin "baserom.gba", 0x510508, 0x8 + +gUnknown_08510510:: @ 8510510 + .incbin "baserom.gba", 0x510510, 0x20 + +gPyramidFloorWindowTemplate_2:: @ 8510530 + .incbin "baserom.gba", 0x510530, 0x8 + +gPyramidFloorWindowTemplate_1:: @ 8510538 + .incbin "baserom.gba", 0x510538, 0x8 + +sStartMenuItems:: @ 8510540 + .incbin "baserom.gba", 0x510540, 0x68 + +gUnknown_085105A8:: @ 85105A8 + .incbin "baserom.gba", 0x5105a8, 0x4 + +gUnknown_085105AC:: @ 85105AC + .incbin "baserom.gba", 0x5105ac, 0x10 + +gUnknown_085105BC:: @ 85105BC + .incbin "baserom.gba", 0x5105bc, 0x1a8 diff --git a/data/text_window.s b/data/text_window.s new file mode 100644 index 000000000..a7389572b --- /dev/null +++ b/data/text_window.s @@ -0,0 +1,17 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0850E87C:: @ 850E87C + .incbin "baserom.gba", 0x50e87c, 0x1680 + +gUnknown_0850FEFC:: @ 850FEFC + .incbin "baserom.gba", 0x50fefc, 0x280 + +gUnknown_0851017C:: @ 851017C + .incbin "baserom.gba", 0x51017c, 0xa0 + +gUnknown_0851021C:: @ 851021C + .incbin "baserom.gba", 0x51021c, 0xa0 diff --git a/data/tileset.s b/data/tileset.s new file mode 100644 index 000000000..1221d8967 --- /dev/null +++ b/data/tileset.s @@ -0,0 +1,116 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_08510764:: @ 8510764 + .incbin "baserom.gba", 0x510764, 0xb60 + +gUnknown_085112C4:: @ 85112C4 + .incbin "baserom.gba", 0x5112c4, 0x908 + +gUnknown_08511BCC:: @ 8511BCC + .incbin "baserom.gba", 0x511bcc, 0x9a8 + +gUnknown_08512574:: @ 8512574 + .incbin "baserom.gba", 0x512574, 0x8e0 + +gUnknown_08512E54:: @ 8512E54 + .incbin "baserom.gba", 0x512e54, 0x320 + +gUnknown_08513174:: @ 8513174 + .incbin "baserom.gba", 0x513174, 0x510 + +gUnknown_08513684:: @ 8513684 + .incbin "baserom.gba", 0x513684, 0x210 + +gUnknown_08513894:: @ 8513894 + .incbin "baserom.gba", 0x513894, 0xb50 + +gUnknown_085143E4:: @ 85143E4 + .incbin "baserom.gba", 0x5143e4, 0x210 + +gUnknown_085145F4:: @ 85145F4 + .incbin "baserom.gba", 0x5145f4, 0x810 + +gUnknown_08514E04:: @ 8514E04 + .incbin "baserom.gba", 0x514e04, 0x540 + +gUnknown_08515344:: @ 8515344 + .incbin "baserom.gba", 0x515344, 0x20 + +gUnknown_08515364:: @ 8515364 + .incbin "baserom.gba", 0x515364, 0x20 + +gUnknown_08515384:: @ 8515384 + .incbin "baserom.gba", 0x515384, 0x30 + +gUnknown_085153B4:: @ 85153B4 + .incbin "baserom.gba", 0x5153b4, 0x30 + +gUnknown_085153E4:: @ 85153E4 + .incbin "baserom.gba", 0x5153e4, 0x10 + +gUnknown_085153F4:: @ 85153F4 + .incbin "baserom.gba", 0x5153f4, 0x410 + +gUnknown_08515804:: @ 8515804 + .incbin "baserom.gba", 0x515804, 0x20 + +gUnknown_08515824:: @ 8515824 + .incbin "baserom.gba", 0x515824, 0x140 + +gUnknown_08515964:: @ 8515964 + .incbin "baserom.gba", 0x515964, 0x428 + +gUnknown_08515D8C:: @ 8515D8C + .incbin "baserom.gba", 0x515d8c, 0x430 + +gUnknown_085161BC:: @ 85161BC + .incbin "baserom.gba", 0x5161bc, 0x20 + +gUnknown_085161DC:: @ 85161DC + .incbin "baserom.gba", 0x5161dc, 0x320 + +gUnknown_085164FC:: @ 85164FC + .incbin "baserom.gba", 0x5164fc, 0x310 + +gUnknown_0851680C:: @ 851680C + .incbin "baserom.gba", 0x51680c, 0x310 + +gUnknown_08516B1C:: @ 8516B1C + .incbin "baserom.gba", 0x516b1c, 0x210 + +gUnknown_08516D2C:: @ 8516D2C + .incbin "baserom.gba", 0x516d2c, 0x110 + +gUnknown_08516E3C:: @ 8516E3C + .incbin "baserom.gba", 0x516e3c, 0xc08 + +gUnknown_08517A44:: @ 8517A44 + .incbin "baserom.gba", 0x517a44, 0xc + +gUnknown_08517A50:: @ 8517A50 + .incbin "baserom.gba", 0x517a50, 0x1ac + +gUnknown_08517BFC:: @ 8517BFC + .incbin "baserom.gba", 0x517bfc, 0x10 + +gUnknown_08517C0C:: @ 8517C0C + .incbin "baserom.gba", 0x517c0c, 0x428 + +gUnknown_08518034:: @ 8518034 + .incbin "baserom.gba", 0x518034, 0x268 + +gUnknown_0851829C:: @ 851829C + .incbin "baserom.gba", 0x51829c, 0x8028 + +gUnknown_085202C4:: @ 85202C4 + .incbin "baserom.gba", 0x5202c4, 0x45a0 + +gUnknown_08524864:: @ 8524864 + .incbin "baserom.gba", 0x524864, 0xc + +gUnknown_08524870:: @ 8524870 + .incbin "baserom.gba", 0x524870, 0xc diff --git a/data/title_screen.s b/data/title_screen.s new file mode 100644 index 000000000..281afe51f --- /dev/null +++ b/data/title_screen.s @@ -0,0 +1,46 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gTitleScreenRayquazaTiles:: @ 853F058 + .incbin "graphics/title_screen/rayquaza.4bpp.lz" + + .align 2 +gUnknown_0853F83C:: @ 853F83C + .incbin "baserom.gba", 0x53f83c, 0x450 + +gTitleScreenCloudsTiles:: @ 853FC8C + .incbin "graphics/title_screen/clouds.4bpp.lz" + + .align 2 +gUnknown_0853FF70:: @ 853FF70 + .incbin "baserom.gba", 0x53ff70, 0xa8 + +gUnknown_08540018:: @ 8540018 + .incbin "baserom.gba", 0x540018, 0x18 + +gUnknown_08540030:: @ 8540030 + .incbin "baserom.gba", 0x540030, 0x18 + +gUnknown_08540048:: @ 8540048 + .incbin "baserom.gba", 0x540048, 0x90 + +gUnknown_085400D8:: @ 85400D8 + .incbin "baserom.gba", 0x5400d8, 0x18 + +gUnknown_085400F0:: @ 85400F0 + .incbin "baserom.gba", 0x5400f0, 0x10 + +gUnknown_08540100:: @ 8540100 + .incbin "baserom.gba", 0x540100, 0x24 + +gUnknown_08540124:: @ 8540124 + .incbin "baserom.gba", 0x540124, 0x18 + +gUnknown_0854013C:: @ 854013C + .incbin "baserom.gba", 0x54013c, 0x10 + +gUnknown_0854014C:: @ 854014C + .incbin "baserom.gba", 0x54014c, 0xc000 diff --git a/data/trainer_card.s b/data/trainer_card.s new file mode 100644 index 000000000..0d48cd0b6 --- /dev/null +++ b/data/trainer_card.s @@ -0,0 +1,167 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0856F018:: @ 856F018 + .incbin "baserom.gba", 0x56f018, 0x494 + +gUnknown_0856F4AC:: @ 856F4AC + .incbin "baserom.gba", 0x56f4ac, 0x20 + +gUnknown_0856F4CC:: @ 856F4CC + .incbin "baserom.gba", 0x56f4cc, 0x20 + +gUnknown_0856F4EC:: @ 856F4EC + .incbin "baserom.gba", 0x56f4ec, 0x20 + +gUnknown_0856F50C:: @ 856F50C + .incbin "baserom.gba", 0x56f50c, 0x20 + +gUnknown_0856F52C:: @ 856F52C + .incbin "baserom.gba", 0x56f52c, 0x20 + +gUnknown_0856F54C:: @ 856F54C + .incbin "baserom.gba", 0x56f54c, 0x20 + +gUnknown_0856F56C:: @ 856F56C + .incbin "baserom.gba", 0x56f56c, 0x20 + +gUnknown_0856F58C:: @ 856F58C + .incbin "baserom.gba", 0x56f58c, 0x20 + +gUnknown_0856F5AC:: @ 856F5AC + .incbin "baserom.gba", 0x56f5ac, 0x20 + +gUnknown_0856F5CC:: @ 856F5CC + .incbin "baserom.gba", 0x56f5cc, 0x248 + +gUnknown_0856F814:: @ 856F814 + .incbin "baserom.gba", 0x56f814, 0x2a0 + +gUnknown_0856FAB4:: @ 856FAB4 + .incbin "baserom.gba", 0x56fab4, 0x10 + +gUnknown_0856FAC4:: @ 856FAC4 + .incbin "baserom.gba", 0x56fac4, 0x20 + +gUnknown_0856FAE4:: @ 856FAE4 + .incbin "baserom.gba", 0x56fae4, 0x14 + +gUnknown_0856FAF8:: @ 856FAF8 + .incbin "baserom.gba", 0x56faf8, 0x14 + +gUnknown_0856FB0C:: @ 856FB0C + .incbin "baserom.gba", 0x56fb0c, 0x3 + +gUnknown_0856FB0F:: @ 856FB0F + .incbin "baserom.gba", 0x56fb0f, 0x9 + +gUnknown_0856FB18:: @ 856FB18 + .incbin "baserom.gba", 0x56fb18, 0x8 + +gUnknown_0856FB20:: @ 856FB20 + .incbin "baserom.gba", 0x56fb20, 0x8 + +gUnknown_0856FB28:: @ 856FB28 + .incbin "baserom.gba", 0x56fb28, 0x18 + +gUnknown_0856FB40:: @ 856FB40 + .incbin "baserom.gba", 0x56fb40, 0x8 + +gUnknown_0856FB48:: @ 856FB48 + .incbin "baserom.gba", 0x56fb48, 0x2 + +gUnknown_0856FB4A:: @ 856FB4A + .incbin "baserom.gba", 0x56fb4a, 0x2 + +gUnknown_0856FB4C:: @ 856FB4C + .incbin "baserom.gba", 0x56fb4c, 0x9 + +gUnknown_0856FB55:: @ 856FB55 + .incbin "baserom.gba", 0x56fb55, 0x2 + +gUnknown_0856FB57:: @ 856FB57 + .incbin "baserom.gba", 0x56fb57, 0x5 + +gUnknown_0856FB5C:: @ 856FB5C + .incbin "baserom.gba", 0x56fb5c, 0xc + +gUnknown_0856FB68:: @ 856FB68 + .incbin "baserom.gba", 0x56fb68, 0x6 + +gUnknown_0856FB6E:: @ 856FB6E + .incbin "baserom.gba", 0x56fb6e, 0x6 + +gUnknown_0856FB74:: @ 856FB74 + .incbin "baserom.gba", 0x56fb74, 0x4 + +gUnknown_0856FB78:: @ 856FB78 + .incbin "baserom.gba", 0x56fb78, 0x44 + +gUnknown_0856FBBC:: @ 856FBBC + .incbin "baserom.gba", 0x56fbbc, 0x1244 + +gUnknown_08570E00:: @ 8570E00 + .incbin "baserom.gba", 0x570e00, 0x260 + +gUnknown_08571060:: @ 8571060 + .incbin "baserom.gba", 0x571060, 0x260 + +gUnknown_085712C0:: @ 85712C0 + .incbin "baserom.gba", 0x5712c0, 0x38 + +gUnknown_085712F8:: @ 85712F8 + .incbin "baserom.gba", 0x5712f8, 0xe8 + +gUnknown_085713E0:: @ 85713E0 + .incbin "baserom.gba", 0x5713e0, 0x8 + +gUnknown_085713E8:: @ 85713E8 + .incbin "baserom.gba", 0x5713e8, 0xc + +gUnknown_085713F4:: @ 85713F4 + .incbin "baserom.gba", 0x5713f4, 0xc + +gUnknown_08571400:: @ 8571400 + .incbin "baserom.gba", 0x571400, 0x28 + +gUnknown_08571428:: @ 8571428 + .incbin "baserom.gba", 0x571428, 0x20 + +gUnknown_08571448:: @ 8571448 + .incbin "baserom.gba", 0x571448, 0x3 + +gUnknown_0857144B:: @ 857144B + .incbin "baserom.gba", 0x57144b, 0x3 + +gUnknown_0857144E:: @ 857144E + .incbin "baserom.gba", 0x57144e, 0x6 + +gUnknown_08571454:: @ 8571454 + .incbin "baserom.gba", 0x571454, 0x68 + +gUnknown_085714BC:: @ 85714BC + .incbin "baserom.gba", 0x5714bc, 0x18 + +gUnknown_085714D4:: @ 85714D4 + .incbin "baserom.gba", 0x5714d4, 0x10 + +gUnknown_085714E4:: @ 85714E4 + .incbin "baserom.gba", 0x5714e4, 0xd0 + +gUnknown_085715B4:: @ 85715B4 + .incbin "baserom.gba", 0x5715b4, 0x30 + +gUnknown_085715E4:: @ 85715E4 + .incbin "baserom.gba", 0x5715e4, 0x18 + +gUnknown_085715FC:: @ 85715FC + .incbin "baserom.gba", 0x5715fc, 0x18 + +gUnknown_08571614:: @ 8571614 + .incbin "baserom.gba", 0x571614, 0x3c + +gUnknown_08571650:: @ 8571650 + .incbin "baserom.gba", 0x571650, 0x70 diff --git a/data/trainer_see.s b/data/trainer_see.s new file mode 100644 index 000000000..7480cb290 --- /dev/null +++ b/data/trainer_see.s @@ -0,0 +1,14 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_0855072C:: @ 855072C + .incbin "baserom.gba", 0x55072c, 0x10 + +gUnknown_0855073C:: @ 855073C + .incbin "baserom.gba", 0x55073c, 0x30 + +gUnknown_0855076C:: @ 855076C + .incbin "baserom.gba", 0x55076c, 0x48 diff --git a/data/wild_encounter.s b/data/wild_encounter.s new file mode 100644 index 000000000..ddb842a76 --- /dev/null +++ b/data/wild_encounter.s @@ -0,0 +1,22 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +@ 85507E4 + .include "data/wild_mons.inc" + + .incbin "baserom.gba", 0x55370c, 0x188 + +gUnknown_08553894:: @ 8553894 + .incbin "baserom.gba", 0x553894, 0x180 + +gUnknown_08553A14:: @ 8553A14 + .incbin "baserom.gba", 0x553a14, 0x64 + +gUnknown_08553A78:: @ 8553A78 + .incbin "baserom.gba", 0x553a78, 0x4 + +gUnknown_08553A7C:: @ 8553A7C + .incbin "baserom.gba", 0x553a7c, 0x14 diff --git a/ld_script.txt b/ld_script.txt index d65d29e4b..069b520c9 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -353,7 +353,36 @@ SECTIONS { data/field_door.o(.rodata); data/field_player_avatar.o(.rodata); data/field_map_obj.o(.rodata); - data/data3_a0_B.o(.rodata); + data/field_ground_effect.o(.rodata); + data/map_obj_8097404.o(.rodata); + data/text_window.o(.rodata); + data/scrcmd.o(.rodata); + data/coord_event_weather.o(.rodata); + data/field_tasks.o(.rodata); + data/reset_rtc_screen.o(.rodata); + data/start_menu.o(.rodata); + data/tileset.o(.rodata); + data/palette.o(.rodata); + data/fanfares.o(.rodata); + data/battle_anims.o(.rodata); + data/title_screen.o(.rodata); + data/field_screen.o(.rodata); + data/battle_setup.o(.rodata); + data/cable_club.o(.rodata); + data/trainer_see.o(.rodata); + data/fldeff_emotion.o(.rodata); + data/wild_encounter.o(.rodata); + data/field_effect.o(.rodata); + data/option_menu.o(.rodata); + data/pokedex.o(.rodata); + data/trainer_card.o(.rodata); + data/pokemon_storage_system.o(.rodata); + data/pokemon_icon.o(.rodata); + data/fldeff_cut.o(.rodata); + data/map_name_popup.o(.rodata); + data/item_menu_icons.o(.rodata); + data/contest.o(.rodata); + data/shop.o(.rodata); src/berry.o(.rodata); data/script_menu.o(.rodata); data/naming_screen.o(.rodata); @@ -365,7 +394,7 @@ SECTIONS { data/contest_link_80F57C4.o(.rodata); data/script_pokemon_util_80F87D8.o(.rodata); src/pokemon_size_record.o(.rodata) - data/field_effect.o(.rodata); + data/field_effect_misc.o(.rodata); data/truck_scene_porthole.o(.rodata); data/rotating_gate.o(.rodata); data/item_use.o(.rodata); From 1d5ec895af202aeb64cc4642586486b6098f5ba5 Mon Sep 17 00:00:00 2001 From: scnorton Date: Mon, 25 Sep 2017 16:13:32 -0400 Subject: [PATCH 07/13] Rename data/data3.s to data/daycare.s --- data/{data3.s => daycare.s} | 0 ld_script.txt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename data/{data3.s => daycare.s} (100%) diff --git a/data/data3.s b/data/daycare.s similarity index 100% rename from data/data3.s rename to data/daycare.s diff --git a/ld_script.txt b/ld_script.txt index 069b520c9..64a43d573 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -339,7 +339,7 @@ SECTIONS { data/data2c.o(.rodata); src/trig.o(.rodata); src/util.o(.rodata); - data/data3.o(.rodata); + data/daycare.o(.rodata); src/egg_hatch.o(.rodata); data/battle_7.o(.rodata); data/battle_interface.o(.rodata); From d1efbcd282aa68634b275af25ca1bf187e85cb9e Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Mon, 25 Sep 2017 16:26:45 -0500 Subject: [PATCH 08/13] Extract scattered baseroms and cleanup --- asm/cable_car.s | 24 +- asm/macros.inc | 31 + asm/pokenav.s | 2 +- constants/constants.inc | 1 + constants/map_object_constants.inc | 230 +++ data/battle_4.s | 8 +- data/battle_ai_scripts.s | 75 +- data/battle_anim_8170478.s | 112 +- data/battle_controller_safari.s | 120 +- data/battle_scripts_2.s | 69 +- data/berry_fix.mb | Bin 0 -> 15348 bytes data/berry_tag_screen.s | 20 +- data/braille_puzzles.s | 11 +- data/cable_car.s | 108 +- data/clear_save_data_screen.s | 10 +- data/contest_ai.s | 139 +- data/credits.s | 1559 +++++++++++++++++++- data/graphics.s | 22 +- data/link.s | 506 +++---- data/multiboot_berry_glitch_fix.s | 9 +- data/multiboot_pokemon_colosseum.s | 2 +- data/pokemon_colosseum.mb | Bin 0 -> 163840 bytes graphics/credits/credits_1.pal | 19 + graphics/credits/credits_2.pal | 19 + graphics/credits/credits_3.pal | 19 + graphics/credits/credits_4.pal | 19 + graphics/credits/the_end_copyright.png | Bin 0 -> 962 bytes graphics/interface/berry_tag_screen.pal | 19 + graphics/misc/cable_car.pal | 19 + graphics/misc/cable_car.png | Bin 0 -> 556 bytes graphics/misc/cable_car_bg.pal | 67 + graphics/misc/cable_car_bg.png | Bin 0 -> 4982 bytes graphics/misc/cable_car_cord.png | Bin 0 -> 147 bytes graphics/misc/cable_car_door.png | Bin 0 -> 155 bytes graphics/misc/cable_car_mountain_map.bin | 1 + graphics/misc/cable_car_mt_chimney_map.bin | Bin 0 -> 360 bytes graphics/misc/cable_car_pylon_stem_map.bin | 2 + graphics/misc/cable_car_tree_map.bin | Bin 0 -> 960 bytes include/gba/defines.h | 2 + src/berry_fix_program.c | 7 +- 40 files changed, 2627 insertions(+), 624 deletions(-) create mode 100644 constants/map_object_constants.inc create mode 100644 data/berry_fix.mb create mode 100644 data/pokemon_colosseum.mb create mode 100644 graphics/credits/credits_1.pal create mode 100644 graphics/credits/credits_2.pal create mode 100644 graphics/credits/credits_3.pal create mode 100644 graphics/credits/credits_4.pal create mode 100644 graphics/credits/the_end_copyright.png create mode 100644 graphics/interface/berry_tag_screen.pal create mode 100644 graphics/misc/cable_car.pal create mode 100644 graphics/misc/cable_car.png create mode 100644 graphics/misc/cable_car_bg.pal create mode 100644 graphics/misc/cable_car_bg.png create mode 100644 graphics/misc/cable_car_cord.png create mode 100644 graphics/misc/cable_car_door.png create mode 100644 graphics/misc/cable_car_mountain_map.bin create mode 100644 graphics/misc/cable_car_mt_chimney_map.bin create mode 100644 graphics/misc/cable_car_pylon_stem_map.bin create mode 100644 graphics/misc/cable_car_tree_map.bin diff --git a/asm/cable_car.s b/asm/cable_car.s index ba228b729..092e9a75e 100644 --- a/asm/cable_car.s +++ b/asm/cable_car.s @@ -242,7 +242,7 @@ _0814FE96: bls _0814FE96 ldr r0, =gUnknown_085CDB74 bl LoadSpritePalettes - ldr r0, =gUnknown_085CD67C + ldr r0, =gCableCarMtChimneyTilemap adds r1, r5, 0 bl malloc_and_decompress ldr r4, =gUnknown_0203ABAC @@ -250,7 +250,7 @@ _0814FE96: ldr r2, =0x000040fc adds r1, r2 str r0, [r1] - ldr r0, =gUnknown_085CD7D4 + ldr r0, =gCableCarTreeTilemap adds r1, r5, 0 bl malloc_and_decompress ldr r1, [r4] @@ -258,14 +258,14 @@ _0814FE96: lsls r3, 7 adds r1, r3 str r0, [r1] - ldr r0, =gUnknown_085CD958 + ldr r0, =gCableCarMountainTilemap adds r1, r5, 0 bl malloc_and_decompress ldr r1, [r4] ldr r2, =0x00004104 adds r1, r2 str r0, [r1] - ldr r0, =gUnknown_085CDB30 + ldr r0, =gCableCarPylonStemTilemap adds r1, r5, 0 bl malloc_and_decompress ldr r1, [r4] @@ -274,7 +274,7 @@ _0814FE96: str r0, [r2] ldr r0, =0x00004108 adds r1, r0 - ldr r0, =gUnknown_085CDB1C + ldr r0, =gCableCarPylonHookTilemapEntries str r0, [r1] ldr r1, =gUnknown_08DBA5B8 movs r0, 0 @@ -1908,7 +1908,7 @@ sub_8150D28: @ 8150D28 mov r5, r8 push {r5-r7} sub sp, 0x28 - ldr r1, =gUnknown_085CDBE4 + ldr r1, =gCableCarPlayerGraphicsIDs add r0, sp, 0xC movs r2, 0x2 bl memcpy @@ -1917,17 +1917,17 @@ sub_8150D28: @ 8150D28 lsrs r0, 16 mov r9, r0 add r6, sp, 0x10 - ldr r1, =gUnknown_085CDBE6 + ldr r1, =gMtChimneyHikerGraphicsIDs adds r0, r6, 0 movs r2, 0x4 bl memcpy add r5, sp, 0x14 - ldr r1, =gUnknown_085CDBEA + ldr r1, =gMtChimneyHikerCoords adds r0, r5, 0 movs r2, 0x8 bl memcpy add r4, sp, 0x1C - ldr r1, =gUnknown_085CDBF2 + ldr r1, =gMtChimneyHikerMovementDelayTable adds r0, r4, 0 movs r2, 0x4 bl memcpy @@ -1982,7 +1982,7 @@ _08150D86: movs r0, 0x49 strh r0, [r1, 0x30] _08150DD0: - ldr r4, =gUnknown_085CDB9C + ldr r4, =gSpriteTemplate_85CDB9C adds r0, r4, 0 movs r1, 0xB0 movs r2, 0x2B @@ -2088,7 +2088,7 @@ _08150E68: movs r0, 0x27 strh r0, [r1, 0x30] _08150ED4: - ldr r4, =gUnknown_085CDB9C + ldr r4, =gSpriteTemplate_85CDB9C adds r0, r4, 0 movs r1, 0x68 movs r2, 0x9 @@ -2149,7 +2149,7 @@ _08150F3E: ldr r3, =0xfff80000 adds r2, r3 asrs r2, 16 - ldr r0, =gUnknown_085CDBCC + ldr r0, =gSpriteTemplate_85CDBCC movs r3, 0x68 bl CreateSprite lsls r0, 24 diff --git a/asm/macros.inc b/asm/macros.inc index 642b6a33f..135cfac61 100644 --- a/asm/macros.inc +++ b/asm/macros.inc @@ -20,12 +20,43 @@ .2byte \tag .endm + .macro null_obj_tiles + obj_tiles 0, 0, 0 + .endm + .macro obj_pal address, tag .4byte \address .2byte \tag .2byte 0@ padding .endm + .macro null_obj_pal + obj_pal 0, 0 + .endm + + .macro paired_pals tag, address + .2byte \tag + .2byte 0 @ padding + .4byte \address + .endm + +@ For object animation frames. + .macro obj_frame_tiles address, uncompressed_size + .4byte \address + .2byte \uncompressed_size + .2byte 0 @ padding + .endm + + .macro spr_template tile_tag, pal_tag, oam, anims, images, affine_anims, callback + .2byte \tile_tag + .2byte \pal_tag + .4byte \oam + .4byte \anims + .4byte \images + .4byte \affine_anims + .4byte \callback + .endm + @ Berry trees have a table defining the palette slot used for each of their 5 @ stages. However, the first 2 stages always use the same slots regardless of @ the type of tree and the slots of the last 3 stages always equal each other. diff --git a/asm/pokenav.s b/asm/pokenav.s index 6ae25b362..58e60c51d 100755 --- a/asm/pokenav.s +++ b/asm/pokenav.s @@ -28559,7 +28559,7 @@ _081D5268: ldr r0, =gUnknown_085EE097 bl sub_8018884 ldr r0, =gUnknown_03006370 - ldr r1, =gUnknown_089A6550 + ldr r1, =gMultiBootProgram_BerryGlitchFix_Start ldr r2, =gUnknown_089A3470 subs r1, r2 bl sub_81D4D50 diff --git a/constants/constants.inc b/constants/constants.inc index 650ba4703..3928d63d6 100644 --- a/constants/constants.inc +++ b/constants/constants.inc @@ -13,6 +13,7 @@ .include "constants/trainer_constants.inc" .include "constants/battle_frontier_constants.inc" .include "constants/map_constants.inc" + .include "constants/map_object_constants.inc" .include "constants/berry_constants.inc" .include "constants/field_object_constants.inc" .include "constants/contest_move_effects.inc" diff --git a/constants/map_object_constants.inc b/constants/map_object_constants.inc new file mode 100644 index 000000000..014eb05c8 --- /dev/null +++ b/constants/map_object_constants.inc @@ -0,0 +1,230 @@ + .set MAP_OBJ_GFX_BRENDAN_NORMAL, 0 + .set MAP_OBJ_GFX_BRENDAN_MACH_BIKE, 1 + .set MAP_OBJ_GFX_BRENDAN_SURFING, 2 + .set MAP_OBJ_GFX_BRENDAN_FIELD_MOVE, 3 + .set MAP_OBJ_GFX_QUINTY_PLUMP, 4 + .set MAP_OBJ_GFX_LITTLE_BOY_1, 5 + .set MAP_OBJ_GFX_LITTLE_GIRL_1, 6 + .set MAP_OBJ_GFX_BOY_1, 7 + .set MAP_OBJ_GFX_GIRL_1, 8 + .set MAP_OBJ_GFX_BOY_2, 9 + .set MAP_OBJ_GFX_GIRL_2, 10 + .set MAP_OBJ_GFX_LITTLE_BOY_2, 11 + .set MAP_OBJ_GFX_LITTLE_GIRL_2, 12 + .set MAP_OBJ_GFX_BOY_3, 13 + .set MAP_OBJ_GFX_GIRL_3, 14 + .set MAP_OBJ_GFX_BOY_4, 15 + .set MAP_OBJ_GFX_WOMAN_1, 16 + .set MAP_OBJ_GFX_FAT_MAN, 17 + .set MAP_OBJ_GFX_WOMAN_2, 18 + .set MAP_OBJ_GFX_MAN_1, 19 + .set MAP_OBJ_GFX_WOMAN_3, 20 + .set MAP_OBJ_GFX_OLD_MAN_1, 21 + .set MAP_OBJ_GFX_OLD_WOMAN_1, 22 + .set MAP_OBJ_GFX_MAN_2, 23 + .set MAP_OBJ_GFX_WOMAN_4, 24 + .set MAP_OBJ_GFX_MAN_3, 25 + .set MAP_OBJ_GFX_WOMAN_5, 26 + .set MAP_OBJ_GFX_COOK, 27 + .set MAP_OBJ_GFX_WOMAN_6, 28 + .set MAP_OBJ_GFX_OLD_MAN_2, 29 + .set MAP_OBJ_GFX_OLD_WOMAN_2, 30 + .set MAP_OBJ_GFX_CAMPER, 31 + .set MAP_OBJ_GFX_PICNICKER, 32 + .set MAP_OBJ_GFX_MAN_4, 33 + .set MAP_OBJ_GFX_WOMAN_7, 34 + .set MAP_OBJ_GFX_YOUNGSTER, 35 + .set MAP_OBJ_GFX_BUG_CATCHER, 36 + .set MAP_OBJ_GFX_PSYCHIC_M, 37 + .set MAP_OBJ_GFX_SCHOOL_KID_M, 38 + .set MAP_OBJ_GFX_MANIAC, 39 + .set MAP_OBJ_GFX_HEX_MANIAC, 40 + .set MAP_OBJ_GFX_RAYQUAZA, 41 + .set MAP_OBJ_GFX_SWIMMER_M, 42 + .set MAP_OBJ_GFX_SWIMMER_F, 43 + .set MAP_OBJ_GFX_BLACK_BELT, 44 + .set MAP_OBJ_GFX_BEAUTY, 45 + .set MAP_OBJ_GFX_SCIENTIST_1, 46 + .set MAP_OBJ_GFX_LASS, 47 + .set MAP_OBJ_GFX_GENTLEMAN, 48 + .set MAP_OBJ_GFX_SAILOR, 49 + .set MAP_OBJ_GFX_FISHERMAN, 50 + .set MAP_OBJ_GFX_RUNNING_TRIATHLETE_M, 51 + .set MAP_OBJ_GFX_RUNNING_TRIATHLETE_F, 52 + .set MAP_OBJ_GFX_TUBER_F, 53 + .set MAP_OBJ_GFX_TUBER_M, 54 + .set MAP_OBJ_GFX_HIKER, 55 + .set MAP_OBJ_GFX_CYCLING_TRIATHLETE_M, 56 + .set MAP_OBJ_GFX_CYCLING_TRIATHLETE_F, 57 + .set MAP_OBJ_GFX_NURSE, 58 + .set MAP_OBJ_GFX_ITEM_BALL, 59 + .set MAP_OBJ_GFX_BERRY_TREE, 60 + .set MAP_OBJ_GFX_BERRY_TREE_EARLY_STAGES, 61 + .set MAP_OBJ_GFX_BERRY_TREE_LATE_STAGES, 62 + .set MAP_OBJ_GFX_BRENDAN_ACRO_BIKE, 63 + .set MAP_OBJ_GFX_PROF_BIRCH, 64 + .set MAP_OBJ_GFX_MAN_5, 65 + .set MAP_OBJ_GFX_MAN_6, 66 + .set MAP_OBJ_GFX_REPORTER_M, 67 + .set MAP_OBJ_GFX_REPORTER_F, 68 + .set MAP_OBJ_GFX_BARD, 69 + .set MAP_OBJ_GFX_HIPSTER, 70 + .set MAP_OBJ_GFX_TRADER, 71 + .set MAP_OBJ_GFX_STORYTELLER, 72 + .set MAP_OBJ_GFX_GIDDY, 73 + .set MAP_OBJ_GFX_UNUSED_MAUVILLE_OLD_MAN_1, 74 + .set MAP_OBJ_GFX_UNUSED_MAUVILLE_OLD_MAN_2, 75 + .set MAP_OBJ_GFX_UNUSED_NATU_DOLL, 76 + .set MAP_OBJ_GFX_UNUSED_MAGNEMITE_DOLL, 77 + .set MAP_OBJ_GFX_UNUSED_SQUIRTLE_DOLL, 78 + .set MAP_OBJ_GFX_UNUSED_WOOPER_DOLL, 79 + .set MAP_OBJ_GFX_UNUSED_PIKACHU_DOLL, 80 + .set MAP_OBJ_GFX_UNUSED_PORYGON2_DOLL, 81 + .set MAP_OBJ_GFX_CUTTABLE_TREE, 82 + .set MAP_OBJ_GFX_MART_EMPLOYEE, 83 + .set MAP_OBJ_GFX_ROOFTOP_SALE_WOMAN, 84 + .set MAP_OBJ_GFX_TEALA, 85 + .set MAP_OBJ_GFX_BREAKABLE_ROCK, 86 + .set MAP_OBJ_GFX_PUSHABLE_BOULDER, 87 + .set MAP_OBJ_GFX_MR_BRINEYS_BOAT, 88 + .set MAP_OBJ_GFX_MAY_NORMAL, 89 + .set MAP_OBJ_GFX_MAY_MACH_BIKE, 90 + .set MAP_OBJ_GFX_MAY_ACRO_BIKE, 91 + .set MAP_OBJ_GFX_MAY_SURFING, 92 + .set MAP_OBJ_GFX_MAY_FIELD_MOVE, 93 + .set MAP_OBJ_GFX_TRUCK, 94 + .set MAP_OBJ_GFX_MACHOKE_CARRYING_BOX, 95 + .set MAP_OBJ_GFX_MACHOKE_FACING_AWAY, 96 + .set MAP_OBJ_GFX_BIRCHS_BAG, 97 + .set MAP_OBJ_GFX_ZIGZAGOON, 98 + .set MAP_OBJ_GFX_ARTIST, 99 + .set MAP_OBJ_GFX_RIVAL_BRENDAN_NORMAL, 100 + .set MAP_OBJ_GFX_RIVAL_BRENDAN_MACH_BIKE, 101 + .set MAP_OBJ_GFX_RIVAL_BRENDAN_ACRO_BIKE, 102 + .set MAP_OBJ_GFX_RIVAL_BRENDAN_SURFING, 103 + .set MAP_OBJ_GFX_RIVAL_BRENDAN_FIELD_MOVE, 104 + .set MAP_OBJ_GFX_RIVAL_MAY_NORMAL, 105 + .set MAP_OBJ_GFX_RIVAL_MAY_MACH_BIKE, 106 + .set MAP_OBJ_GFX_RIVAL_MAY_ACRO_BIKE, 107 + .set MAP_OBJ_GFX_RIVAL_MAY_SURFING, 108 + .set MAP_OBJ_GFX_RIVAL_MAY_FIELD_MOVE, 109 + .set MAP_OBJ_GFX_CAMERAMAN, 110 + .set MAP_OBJ_GFX_BRENDAN_UNDERWATER, 111 + .set MAP_OBJ_GFX_MAY_UNDERWATER, 112 + .set MAP_OBJ_GFX_MOVING_BOX, 113 + .set MAP_OBJ_GFX_CABLE_CAR, 114 + .set MAP_OBJ_GFX_SCIENTIST_2, 115 + .set MAP_OBJ_GFX_MAN_7, 116 + .set MAP_OBJ_GFX_AQUA_MEMBER_M, 117 + .set MAP_OBJ_GFX_AQUA_MEMBER_F, 118 + .set MAP_OBJ_GFX_MAGMA_MEMBER_M, 119 + .set MAP_OBJ_GFX_MAGMA_MEMBER_F, 120 + .set MAP_OBJ_GFX_SIDNEY, 121 + .set MAP_OBJ_GFX_PHOEBE, 122 + .set MAP_OBJ_GFX_GLACIA, 123 + .set MAP_OBJ_GFX_DRAKE, 124 + .set MAP_OBJ_GFX_ROXANNE, 125 + .set MAP_OBJ_GFX_BRAWLY, 126 + .set MAP_OBJ_GFX_WATTSON, 127 + .set MAP_OBJ_GFX_FLANNERY, 128 + .set MAP_OBJ_GFX_NORMAN, 129 + .set MAP_OBJ_GFX_WINONA, 130 + .set MAP_OBJ_GFX_LIZA, 131 + .set MAP_OBJ_GFX_TATE, 132 + .set MAP_OBJ_GFX_WALLACE, 133 + .set MAP_OBJ_GFX_STEVEN, 134 + .set MAP_OBJ_GFX_WALLY, 135 + .set MAP_OBJ_GFX_LITTLE_BOY_3, 136 + .set MAP_OBJ_GFX_BRENDAN_FISHING, 137 + .set MAP_OBJ_GFX_MAY_FISHING, 138 + .set MAP_OBJ_GFX_HOT_SPRINGS_OLD_WOMAN, 139 + .set MAP_OBJ_GFX_SS_TIDAL, 140 + .set MAP_OBJ_GFX_SUBMARINE_SHADOW, 141 + .set MAP_OBJ_GFX_PICHU_DOLL, 142 + .set MAP_OBJ_GFX_PIKACHU_DOLL, 143 + .set MAP_OBJ_GFX_MARILL_DOLL, 144 + .set MAP_OBJ_GFX_TOGEPI_DOLL, 145 + .set MAP_OBJ_GFX_CYNDAQUIL_DOLL, 146 + .set MAP_OBJ_GFX_CHIKORITA_DOLL, 147 + .set MAP_OBJ_GFX_TOTODILE_DOLL, 148 + .set MAP_OBJ_GFX_JIGGLYPUFF_DOLL, 149 + .set MAP_OBJ_GFX_MEOWTH_DOLL, 150 + .set MAP_OBJ_GFX_CLEFAIRY_DOLL, 151 + .set MAP_OBJ_GFX_DITTO_DOLL, 152 + .set MAP_OBJ_GFX_SMOOCHUM_DOLL, 153 + .set MAP_OBJ_GFX_TREECKO_DOLL, 154 + .set MAP_OBJ_GFX_TORCHIC_DOLL, 155 + .set MAP_OBJ_GFX_MUDKIP_DOLL, 156 + .set MAP_OBJ_GFX_DUSKULL_DOLL, 157 + .set MAP_OBJ_GFX_WYNAUT_DOLL, 158 + .set MAP_OBJ_GFX_BALTOY_DOLL, 159 + .set MAP_OBJ_GFX_KECLEON_DOLL, 160 + .set MAP_OBJ_GFX_AZURILL_DOLL, 161 + .set MAP_OBJ_GFX_SKITTY_DOLL, 162 + .set MAP_OBJ_GFX_SWABLU_DOLL, 163 + .set MAP_OBJ_GFX_GULPIN_DOLL, 164 + .set MAP_OBJ_GFX_LOTAD_DOLL, 165 + .set MAP_OBJ_GFX_SEEDOT_DOLL, 166 + .set MAP_OBJ_GFX_PIKA_CUSHION, 167 + .set MAP_OBJ_GFX_ROUND_CUSHION, 168 + .set MAP_OBJ_GFX_KISS_CUSHION, 169 + .set MAP_OBJ_GFX_ZIGZAG_CUSHION, 170 + .set MAP_OBJ_GFX_SPIN_CUSHION, 171 + .set MAP_OBJ_GFX_DIAMOND_CUSHION, 172 + .set MAP_OBJ_GFX_BALL_CUSHION, 173 + .set MAP_OBJ_GFX_GRASS_CUSHION, 174 + .set MAP_OBJ_GFX_FIRE_CUSHION, 175 + .set MAP_OBJ_GFX_WATER_CUSHION, 176 + .set MAP_OBJ_GFX_BIG_SNORLAX_DOLL, 177 + .set MAP_OBJ_GFX_BIG_RHYDON_DOLL, 178 + .set MAP_OBJ_GFX_BIG_LAPRAS_DOLL, 179 + .set MAP_OBJ_GFX_BIG_VENUSAUR_DOLL, 180 + .set MAP_OBJ_GFX_BIG_CHARIZARD_DOLL, 181 + .set MAP_OBJ_GFX_BIG_BLASTOISE_DOLL, 182 + .set MAP_OBJ_GFX_BIG_WAILMER_DOLL, 183 + .set MAP_OBJ_GFX_BIG_REGIROCK_DOLL, 184 + .set MAP_OBJ_GFX_BIG_REGICE_DOLL, 185 + .set MAP_OBJ_GFX_BIG_REGISTEEL_DOLL, 186 + .set MAP_OBJ_GFX_LATIAS, 187 + .set MAP_OBJ_GFX_LATIOS, 188 + .set MAP_OBJ_GFX_BOY_5, 189 + .set MAP_OBJ_GFX_CONTEST_JUDGE, 190 + .set MAP_OBJ_GFX_BRENDAN_WATERING, 191 + .set MAP_OBJ_GFX_MAY_WATERING, 192 + .set MAP_OBJ_GFX_BRENDAN_DECORATING, 193 + .set MAP_OBJ_GFX_MAY_DECORATING, 194 + .set MAP_OBJ_GFX_ARCHIE, 195 + .set MAP_OBJ_GFX_MAXIE, 196 + .set MAP_OBJ_GFX_KYOGRE_1, 197 + .set MAP_OBJ_GFX_GROUDON_1, 198 + .set MAP_OBJ_GFX_FOSSIL, 199 + .set MAP_OBJ_GFX_REGIROCK, 200 + .set MAP_OBJ_GFX_REGICE, 201 + .set MAP_OBJ_GFX_REGISTEEL, 202 + .set MAP_OBJ_GFX_SKITTY, 203 + .set MAP_OBJ_GFX_KECLEON_1, 204 + .set MAP_OBJ_GFX_KYOGRE_2, 205 + .set MAP_OBJ_GFX_GROUDON_2, 206 + .set MAP_OBJ_GFX_RAYQUAZA_2, 207 + .set MAP_OBJ_GFX_ZIGZAGOON_2, 208 + .set MAP_OBJ_GFX_PIKACHU, 209 + .set MAP_OBJ_GFX_AZUMARILL, 210 + .set MAP_OBJ_GFX_WINGULL, 211 + .set MAP_OBJ_GFX_KECLEON_2, 212 + .set MAP_OBJ_GFX_TUBER_M_SWIMMING, 213 + .set MAP_OBJ_GFX_AZURILL, 214 + .set MAP_OBJ_GFX_MOM, 215 + .set MAP_OBJ_GFX_LINK_BRENDAN, 216 + .set MAP_OBJ_GFX_LINK_MAY, 217 + + .set SHADOW_SIZE_S, 0 + .set SHADOW_SIZE_M, 1 + .set SHADOW_SIZE_L, 2 + .set SHADOW_SIZE_XL, 3 + + .set F_INANIMATE, 1 << 6 + .set F_DISABLE_REFLECTION_PALETTE_LOAD, 1 << 7 + + .set TRACKS_NONE, 0 + .set TRACKS_FOOT, 1 + .set TRACKS_BIKE_TIRE, 2 diff --git a/data/battle_4.s b/data/battle_4.s index 3300b25ee..b134db586 100644 --- a/data/battle_4.s +++ b/data/battle_4.s @@ -67,13 +67,7 @@ gUnknown_0831C3B8:: @ 831C3B8 .align 2 gUnknown_0831C3C0:: @ 831C3C0 - .2byte 0xd75a @ tileTag - .2byte 0xd75a @ paletteTag - .4byte gUnknown_0831C3B8 - .4byte gDummySpriteAnimTable - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_804F450 + spr_template 0xd75a, 0xd75a, gUnknown_0831C3B8, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_804F450 .align 2 sProtectSuccessRates:: @ 831C3D8 diff --git a/data/battle_ai_scripts.s b/data/battle_ai_scripts.s index 0cb225ef5..abca5eba5 100644 --- a/data/battle_ai_scripts.s +++ b/data/battle_ai_scripts.s @@ -5,4 +5,77 @@ .align 2 gBattleAI_ScriptsTable:: @ 82DBEF8 - .incbin "baserom.gba", 0x2dbef8, 0x2458 + .4byte gBattleScript_82DBF78 + .4byte gBattleScript_82DDE3F + .4byte gBattleScript_82DC7B0 + .4byte gBattleScript_82DDE71 + .4byte gBattleScript_82DDEDD + .4byte gBattleScript_82DDEC8 + .4byte gBattleScript_82DDF09 + .4byte gBattleScript_82DDFB4 + .4byte gBattleScript_82DE193 + .4byte gBattleScript_82DE2ED + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE34E + .4byte gBattleScript_82DE309 + .4byte gBattleScript_82DE337 + .4byte gBattleScript_82DE33E + +gBattleScript_82DBF78:: @ 82DBF78 + .incbin "baserom.gba", 0x2dbf78, 0x838 + +gBattleScript_82DC7B0:: @ 82DC7B0 + .incbin "baserom.gba", 0x2dc7b0, 0x168F + +gBattleScript_82DDE3F:: @ 82DDE3F + .incbin "baserom.gba", 0x2dde3f, 0x32 + +gBattleScript_82DDE71:: @ 82DDE71 + .incbin "baserom.gba", 0x2dde71, 0x57 + +gBattleScript_82DDEC8:: @ 82DDEC8 + .incbin "baserom.gba", 0x2ddec8, 0x15 + +gBattleScript_82DDEDD:: @ 82DDEDD + .incbin "baserom.gba", 0x2ddedd, 0x2c + +gBattleScript_82DDF09:: @ 82DDF09 + .incbin "baserom.gba", 0x2ddf09, 0xab + +gBattleScript_82DDFB4:: @ 82DDFB4 + .incbin "baserom.gba", 0x2ddfb4, 0x1df + +gBattleScript_82DE193:: @ 82DE193 + .incbin "baserom.gba", 0x2de193, 0x15a + +gBattleScript_82DE2ED:: @ 82DE2ED + .incbin "baserom.gba", 0x2de2ed, 0x1c + +gBattleScript_82DE309:: @ 82DE309 + .incbin "baserom.gba", 0x2de309, 0x2e + +gBattleScript_82DE337:: @ 82DE337 + .incbin "baserom.gba", 0x2de337, 0x7 + +gBattleScript_82DE33E:: @ 82DE33E + .incbin "baserom.gba", 0x2de33e, 0x10 + +gBattleScript_82DE34E:: @ 82DE34E + .incbin "baserom.gba", 0x2de34e, 0x2 diff --git a/data/battle_anim_8170478.s b/data/battle_anim_8170478.s index dc50c99aa..0e0f749fe 100644 --- a/data/battle_anim_8170478.s +++ b/data/battle_anim_8170478.s @@ -97,113 +97,41 @@ gUnknown_085E51C0:: @ 85E51C0 .align 2 gUnknown_085E51F0:: @ 85E51F0 - .2byte 0xd6ec @ tileTag - .2byte 0xd6ec @ paletteTag - .4byte gUnknown_08524904 - .4byte gUnknown_085E519C - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0xd6ec, 0xd6ec, gUnknown_08524904, gUnknown_085E519C, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 - .2byte 0xd6ed @ tileTag - .2byte 0xd6ed @ paletteTag - .4byte gUnknown_08524904 - .4byte gUnknown_085E519C - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0xd6ed, 0xd6ed, gUnknown_08524904, gUnknown_085E519C, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 - .2byte 0xd6ee @ tileTag - .2byte 0xd6ee @ paletteTag - .4byte gUnknown_08524904 - .4byte gUnknown_085E519C - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0xd6ee, 0xd6ee, gUnknown_08524904, gUnknown_085E519C, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 - .2byte 0xd6ef @ tileTag - .2byte 0xd6ef @ paletteTag - .4byte gUnknown_08524904 - .4byte gUnknown_085E519C - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0xd6ef, 0xd6ef, gUnknown_08524904, gUnknown_085E519C, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 gUnknown_085E5250:: @ 85E5250 - .2byte 0xd6f0 @ tileTag - .2byte 0xd6f0 @ paletteTag - .4byte gUnknown_08524904 - .4byte gUnknown_085E519C - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0xd6f0, 0xd6f0, gUnknown_08524904, gUnknown_085E519C, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 - .2byte 0xd6f1 @ tileTag - .2byte 0xd6f1 @ paletteTag - .4byte gUnknown_08524904 - .4byte gUnknown_085E519C - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0xd6f1, 0xd6f1, gUnknown_08524904, gUnknown_085E519C, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 - .2byte 0xd6f2 @ tileTag - .2byte 0xd6f2 @ paletteTag - .4byte gUnknown_08524904 - .4byte gUnknown_085E519C - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0xd6f2, 0xd6f2, gUnknown_08524904, gUnknown_085E519C, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 - .2byte 0xd6f3 @ tileTag - .2byte 0xd6f3 @ paletteTag - .4byte gUnknown_08524904 - .4byte gUnknown_085E519C - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0xd6f3, 0xd6f3, gUnknown_08524904, gUnknown_085E519C, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 - .2byte 0xd6f4 @ tileTag - .2byte 0xd6f4 @ paletteTag - .4byte gUnknown_08524904 - .4byte gUnknown_085E519C - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0xd6f4, 0xd6f4, gUnknown_08524904, gUnknown_085E519C, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 - .2byte 0xd6f5 @ tileTag - .2byte 0xd6f5 @ paletteTag - .4byte gUnknown_08524904 - .4byte gUnknown_085E519C - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0xd6f5, 0xd6f5, gUnknown_08524904, gUnknown_085E519C, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 - .2byte 0xd6f6 @ tileTag - .2byte 0xd6f6 @ paletteTag - .4byte gUnknown_08524904 - .4byte gUnknown_085E519C - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0xd6f6, 0xd6f6, gUnknown_08524904, gUnknown_085E519C, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 - .2byte 0xd6f7 @ tileTag - .2byte 0xd6f7 @ paletteTag - .4byte gUnknown_08524904 - .4byte gUnknown_085E519C - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0xd6f7, 0xd6f7, gUnknown_08524904, gUnknown_085E519C, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 gUnknown_085E5310:: @ 85E5310 @@ -212,13 +140,7 @@ gUnknown_085E5310:: @ 85E5310 .2byte 0x0100, 0x0503, 0x0506, 0x0004 .align 2 - .2byte 0x281d @ tileTag - .2byte 0x281d @ paletteTag - .4byte gUnknown_0852490C - .4byte gDummySpriteAnimTable - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_817330C + spr_template 0x281d, 0x281d, gUnknown_0852490C, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_817330C .align 2 gUnknown_085E5350:: @ 8535350 @@ -229,11 +151,5 @@ gUnknown_085E5358:: @ 8535358 .4byte gUnknown_085E5350 .align 2 - .2byte 0x274a @ tileTag - .2byte 0x274a @ paletteTag - .4byte gUnknown_08524914 - .4byte gUnknown_085E5358 - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_817330C + spr_template 0x274a, 0x274a, gUnknown_08524914, gUnknown_085E5358, NULL, gDummySpriteAffineAnimTable, sub_817330C diff --git a/data/battle_controller_safari.s b/data/battle_controller_safari.s index 8f8c0b70b..39d1d0de3 100644 --- a/data/battle_controller_safari.s +++ b/data/battle_controller_safari.s @@ -75,31 +75,13 @@ gUnknown_085CE01C:: @ 85CE01C .align 2 gUnknown_085CE020:: @ 85CE020 - .2byte 0x2799 @ tileTag - .2byte 0x2799 @ paletteTag - .4byte gUnknown_08524A34 - .4byte gUnknown_085CE01C - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_80A77C8 + spr_template 0x2799, 0x2799, gUnknown_08524A34, gUnknown_085CE01C, NULL, gDummySpriteAffineAnimTable, sub_80A77C8 .align 2 - .2byte 0x2720 @ tileTag - .2byte 0x2720 @ paletteTag - .4byte gUnknown_08524934 - .4byte gDummySpriteAnimTable - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_815A0D4 + spr_template 0x2720, 0x2720, gUnknown_08524934, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_815A0D4 .align 2 - .2byte 0x2721 @ tileTag - .2byte 0x2721 @ paletteTag - .4byte gUnknown_08524904 - .4byte gDummySpriteAnimTable - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_80A78AC + spr_template 0x2721, 0x2721, gUnknown_08524904, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_80A78AC .align 2 gUnknown_085CE068:: @ 85CE068 @@ -112,31 +94,13 @@ gUnknown_085CE078:: @ 85CE078 .align 2 gUnknown_085CE07C:: @ 85CE07C - .2byte 0x27ce @ tileTag - .2byte 0x27ce @ paletteTag - .4byte gUnknown_08524914 - .4byte gUnknown_085CE078 - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_80A77C8 + spr_template 0x27ce, 0x27ce, gUnknown_08524914, gUnknown_085CE078, NULL, gDummySpriteAffineAnimTable, sub_80A77C8 .align 2 - .2byte 0x27cf @ tileTag - .2byte 0x27cf @ paletteTag - .4byte gUnknown_08524A3C - .4byte gDummySpriteAnimTable - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_815A1B0 + spr_template 0x27cf, 0x27cf, gUnknown_08524A3C, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_815A1B0 .align 2 - .2byte 0x27cd @ tileTag - .2byte 0x27cd @ paletteTag - .4byte gUnknown_08524974 - .4byte gDummySpriteAnimTable - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_815A254 + spr_template 0x27cd, 0x27cd, gUnknown_08524974, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_815A254 .align 2 gUnknown_085CE0C4:: @ 85CE0C4 @@ -158,22 +122,10 @@ gUnknown_085CE0FC:: @ 85CE0FC .align 2 gUnknown_085CE104:: @ 85CE104 - .2byte 0x27cb @ tileTag - .2byte 0x27cb @ paletteTag - .4byte gUnknown_08524AFC - .4byte gDummySpriteAnimTable - .4byte NULL - .4byte gUnknown_085CE0FC - .4byte sub_815A2F0 + spr_template 0x27cb, 0x27cb, gUnknown_08524AFC, gDummySpriteAnimTable, NULL, gUnknown_085CE0FC, sub_815A2F0 .align 2 - .2byte 0x27a8 @ tileTag - .2byte 0x27a8 @ paletteTag - .4byte gUnknown_0852490C - .4byte gDummySpriteAnimTable - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_815A6C4 + spr_template 0x27a8, 0x27a8, gUnknown_0852490C, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_815A6C4 .align 2 gUnknown_085CE134:: @ 85CE134 @@ -187,13 +139,7 @@ gUnknown_085CE14C:: @ 85CE14C .align 2 gUnknown_085CE150:: @ 85CE150 - .2byte 0x272b @ tileTag - .2byte 0x272b @ paletteTag - .4byte gUnknown_08524914 - .4byte gUnknown_085CE14C - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_815A7B0 + spr_template 0x272b, 0x272b, gUnknown_08524914, gUnknown_085CE14C, NULL, gDummySpriteAffineAnimTable, sub_815A7B0 .align 2 gUnknown_085CE168:: @ 85CE168 @@ -215,13 +161,7 @@ gUnknown_085CE18C:: @ 85CE18C .align 2 gUnknown_085CE190:: @ 85CE190 - .2byte 0x27f4 @ tileTag - .2byte 0x27f4 @ paletteTag - .4byte gUnknown_08524974 - .4byte gUnknown_085CE170 - .4byte NULL - .4byte gUnknown_085CE18C - .4byte sub_815A7EC + spr_template 0x27f4, 0x27f4, gUnknown_08524974, gUnknown_085CE170, NULL, gUnknown_085CE18C, sub_815A7EC .align 2 gUnknown_085CE1A8:: @ 85CE1A8 @@ -243,13 +183,7 @@ gUnknown_085CE1D8:: @ 85CE1D8 .align 2 gUnknown_085CE1DC:: @ 85CE1DC - .2byte 0x27d0 @ tileTag - .2byte 0x27d0 @ paletteTag - .4byte gUnknown_085249D4 - .4byte gUnknown_085CE1BC - .4byte NULL - .4byte gUnknown_085CE1D8 - .4byte sub_815A8AC + spr_template 0x27d0, 0x27d0, gUnknown_085249D4, gUnknown_085CE1BC, NULL, gUnknown_085CE1D8, sub_815A8AC .align 2 gUnknown_085CE1F4:: @ 85CE1F4 @@ -270,31 +204,13 @@ gUnknown_085CE224:: @ 85CE224 .align 2 gUnknown_085CE22C:: @ 85CE22C - .2byte 0x27f3 @ tileTag - .2byte 0x27f3 @ paletteTag - .4byte gUnknown_085249DC - .4byte gDummySpriteAnimTable - .4byte NULL - .4byte gUnknown_085CE224 - .4byte sub_815A934 + spr_template 0x27f3, 0x27f3, gUnknown_085249DC, gDummySpriteAnimTable, NULL, gUnknown_085CE224, sub_815A934 .align 2 - .2byte 0x2807 @ tileTag - .2byte 0x2807 @ paletteTag - .4byte gUnknown_08524914 - .4byte gDummySpriteAnimTable - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_815AAA4 + spr_template 0x2807, 0x2807, gUnknown_08524914, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_815AAA4 .align 2 - .2byte 0x2807 @ tileTag - .2byte 0x2807 @ paletteTag - .4byte gUnknown_08524914 - .4byte gDummySpriteAnimTable - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_815ABD0 + spr_template 0x2807, 0x2807, gUnknown_08524914, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_815ABD0 .align 2 gUnknown_085CE274:: @ 85CE274 @@ -307,12 +223,6 @@ gUnknown_085CE284:: @ 85CE284 .align 2 gUnknown_085CE288:: @ 85CE288 - .2byte 0x27f5 @ tileTag - .2byte 0x27f5 @ paletteTag - .4byte gUnknown_08524934 - .4byte gUnknown_085CE284 - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_815ACD0 + spr_template 0x27f5, 0x27f5, gUnknown_08524934, gUnknown_085CE284, NULL, gDummySpriteAffineAnimTable, sub_815ACD0 diff --git a/data/battle_scripts_2.s b/data/battle_scripts_2.s index e76bb397b..0fccf507a 100644 --- a/data/battle_scripts_2.s +++ b/data/battle_scripts_2.s @@ -5,16 +5,45 @@ .align 2 gUnknown_082DBD08:: @ 82DBD08 - .incbin "baserom.gba", 0x2dbd08, 0x34 + .4byte gUnknown_082DBD68 + .4byte gUnknown_082DBD68 + .4byte gUnknown_082DBD68 + .4byte gUnknown_082DBD68 + .4byte gUnknown_082DBD68 + .4byte gUnknown_082DBD7E + .4byte gUnknown_082DBD68 + .4byte gUnknown_082DBD68 + .4byte gUnknown_082DBD68 + .4byte gUnknown_082DBD68 + .4byte gUnknown_082DBD68 + .4byte gUnknown_082DBD68 + .4byte gUnknown_082DBD68 + .align 2 gUnknown_082DBD3C:: @ 82DBD3C - .incbin "baserom.gba", 0x2dbd3c, 0x18 + .4byte gUnknown_082DBE12 + .4byte gUnknown_082DBE1C + .4byte gUnknown_082DBE1C + .4byte gUnknown_082DBE4B + .4byte gUnknown_082DBE6F + .4byte gUnknown_082DBE91 + .align 2 gUnknown_082DBD54:: @ 82DBD54 - .incbin "baserom.gba", 0x2dbd54, 0x4 + .4byte gUnknown_082DBEB3 + .align 2 gUnknown_082DBD58:: @ 82DBD58 - .incbin "baserom.gba", 0x2dbd58, 0x2c + .4byte gUnknown_082DBEBD + .4byte gUnknown_082DBEC4 + .4byte gUnknown_082DBECD + .4byte gUnknown_082DBEE3 + +gUnknown_082DBD68:: @ 82DBD68 + .incbin "baserom.gba", 0x2dbd68, 0x16 + +gUnknown_082DBD7E:: @ 82DBD7E + .incbin "baserom.gba", 0x2dbd7e, 0x6 gUnknown_082DBD84:: @ 82DBD84 .incbin "baserom.gba", 0x2dbd84, 0x46 @@ -26,4 +55,34 @@ gUnknown_082DBDD4:: @ 82DBDD4 .incbin "baserom.gba", 0x2dbdd4, 0x2e gUnknown_082DBE02:: @ 82DBE02 - .incbin "baserom.gba", 0x2dbe02, 0xf6 + .incbin "baserom.gba", 0x2dbe02, 0x10 + +gUnknown_082DBE12:: @ 82DBE12 + .incbin "baserom.gba", 0x2dbe12, 0xa + +gUnknown_082DBE1C:: @ 82DBE1C + .incbin "baserom.gba", 0x2dbe1c, 0x2f + +gUnknown_082DBE4B:: @ 82DBE4B + .incbin "baserom.gba", 0x2dbe4b, 0x24 + +gUnknown_082DBE6F:: @ 82DBE6F + .incbin "baserom.gba", 0x2dbe6f, 0x22 + +gUnknown_082DBE91:: @ 82DBE91 + .incbin "baserom.gba", 0x2dbe91, 0x22 + +gUnknown_082DBEB3:: @ 82DBEB3 + .incbin "baserom.gba", 0x2dbeb3, 0xA + +gUnknown_082DBEBD:: @ 82DBEBD + .incbin "baserom.gba", 0x2dbebd, 0x7 + +gUnknown_082DBEC4:: @ 82DBEC4 + .incbin "baserom.gba", 0x2dbec4, 0x9 + +gUnknown_082DBECD:: @ 82DBECD + .incbin "baserom.gba", 0x2dbecd, 0x16 + +gUnknown_082DBEE3:: @ 82DBEE3 + .incbin "baserom.gba", 0x2dbee3, 0x15 diff --git a/data/berry_fix.mb b/data/berry_fix.mb new file mode 100644 index 0000000000000000000000000000000000000000..0afff07f5d2314e2bd35d99de518cbc114009b5e GIT binary patch literal 15348 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 literal 0 HcmV?d00001 diff --git a/data/berry_tag_screen.s b/data/berry_tag_screen.s index 89197d744..197f3c7d8 100644 --- a/data/berry_tag_screen.s +++ b/data/berry_tag_screen.s @@ -5,17 +5,27 @@ .align 2 gUnknown_085EFCF0:: @ 85EFCF0 - .incbin "baserom.gba", 0x5efcf0, 0x10 + .4byte 0x000001f0, 0x000011e1, 0x000021d2, 0x000031c3 + .align 2 gUnknown_085EFD00:: @ 85EFD00 - .incbin "baserom.gba", 0x5efd00, 0x20 + .incbin "graphics/interface/berry_tag_screen.gbapal" -gUnknown_085EFD20:: @ 85EFD20 - .incbin "baserom.gba", 0x5efd20, 0x8 + .align 2 +gUnknown_085EFD20:: @ 85EFD20 struct TextColor + .byte 0x00, 0x02, 0x03 + .byte 0x0F, 0x0E, 0x0D + + .align 2 gUnknown_085EFD28:: @ 85EFD28 - .incbin "baserom.gba", 0x5efd28, 0x28 + window_template 0x01, 0x0b, 0x04, 0x08, 0x02, 0x0f, 0x0045 + window_template 0x01, 0x0b, 0x07, 0x12, 0x04, 0x0f, 0x0055 + window_template 0x01, 0x04, 0x0e, 0x19, 0x04, 0x0f, 0x009d + window_template 0x00, 0x02, 0x00, 0x08, 0x02, 0x0f, 0x0101 + window_template 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + .align 2 gBerryFirmnessStringPointers:: @ 85EFD50 .4byte gBerryFirmnessString_VerySoft .4byte gBerryFirmnessString_Soft diff --git a/data/braille_puzzles.s b/data/braille_puzzles.s index 36ebefb4f..55dcb3a26 100644 --- a/data/braille_puzzles.s +++ b/data/braille_puzzles.s @@ -3,5 +3,14 @@ .section .rodata + .align 2 gUnknown_085EFE74:: @ 85EFE74 - .incbin "baserom.gba", 0x5efe74, 0x48 + .byte 0x04, 0x15, 0x05, 0x15, 0x06, 0x15, 0x07, 0x15 + .byte 0x08, 0x15, 0x09, 0x15, 0x0a, 0x15, 0x0b, 0x15 + .byte 0x0c, 0x15, 0x0c, 0x16, 0x0c, 0x17, 0x0d, 0x17 + .byte 0x0d, 0x18, 0x0d, 0x19, 0x0d, 0x1a, 0x0d, 0x1b + .byte 0x0c, 0x1b, 0x0c, 0x1c, 0x04, 0x1d, 0x05, 0x1d + .byte 0x06, 0x1d, 0x07, 0x1d, 0x08, 0x1d, 0x09, 0x1d + .byte 0x0a, 0x1d, 0x0b, 0x1d, 0x0c, 0x1d, 0x04, 0x1c + .byte 0x04, 0x1b, 0x03, 0x1b, 0x03, 0x1a, 0x03, 0x19 + .byte 0x03, 0x18, 0x03, 0x17, 0x04, 0x17, 0x04, 0x16 diff --git a/data/cable_car.s b/data/cable_car.s index 5fe7568c0..23b81cba7 100644 --- a/data/cable_car.s +++ b/data/cable_car.s @@ -3,47 +3,103 @@ .section .rodata + .align 2 gUnknown_085CD66C:: @ 85CD66C - .incbin "baserom.gba", 0x5cd66c, 0x10 + .4byte 0x000011c0, 0x000021d1, 0x000031e2, 0x000001f3 -gUnknown_085CD67C:: @ 85CD67C - .incbin "baserom.gba", 0x5cd67c, 0x158 + .align 2 +gCableCarMtChimneyTilemap:: @ 85CD67C + .incbin "graphics/misc/cable_car_mt_chimney_map.bin.lz" -gUnknown_085CD7D4:: @ 85CD7D4 - .incbin "baserom.gba", 0x5cd7d4, 0x184 + .align 2 +gCableCarTreeTilemap:: @ 85CD7D4 + .incbin "graphics/misc/cable_car_tree_map.bin.lz" -gUnknown_085CD958:: @ 85CD958 - .incbin "baserom.gba", 0x5cd958, 0x1c4 + .align 2 +gCableCarMountainTilemap:: @ 85CD958 + .incbin "graphics/misc/cable_car_mountain_map.bin.lz" -gUnknown_085CDB1C:: @ 85CDB1C - .incbin "baserom.gba", 0x5cdb1c, 0x14 + .align 2 +gCableCarPylonHookTilemapEntries:: @ 85CDB1C + .2byte 0x3000 + .2byte 0x3001 + .2byte 0x3002 + .2byte 0x3003 + .2byte 0x3004 + .2byte 0x3005 + .2byte 0x3006 + .2byte 0x3007 + .2byte 0x3008 + .2byte 0x3009 -gUnknown_085CDB30:: @ 85CDB30 - .incbin "baserom.gba", 0x5cdb30, 0x24 + .align 2 +gCableCarPylonStemTilemap:: @ 85CDB30 + .incbin "graphics/misc/cable_car_pylon_stem_map.bin.lz" + .align 2 gUnknown_085CDB54:: @ 85CDB54 - .incbin "baserom.gba", 0x5cdb54, 0x20 + obj_tiles gCableCar_Gfx, 0x800, 1 + obj_tiles gCableCarDoor_Gfx, 0x40, 2 + obj_tiles gCableCarCord_Gfx, 0x80, 3 + null_obj_tiles + .align 2 gUnknown_085CDB74:: @ 85CDB74 - .incbin "baserom.gba", 0x5cdb74, 0x28 + obj_pal gCableCar_Pal, 1 + null_obj_pal -gUnknown_085CDB9C:: @ 85CDB9C - .incbin "baserom.gba", 0x5cdb9c, 0x30 + .align 2 +gOamData_85CDB84:: @ 85CDB84 + .2byte 0x0300 + .2byte 0xC000 + .2byte 0x0800 -gUnknown_085CDBCC:: @ 85CDBCC - .incbin "baserom.gba", 0x5cdbcc, 0x18 + .align 2 +gOamData_85CDB8C:: @ 85CDB8C + .2byte 0x4300 + .2byte 0x0000 + .2byte 0x0800 -gUnknown_085CDBE4:: @ 85CDBE4 - .incbin "baserom.gba", 0x5cdbe4, 0x2 + .align 2 +gOamData_85CDB94:: @ 85CDB94 + .2byte 0x0300 + .2byte 0x4000 + .2byte 0x0800 -gUnknown_085CDBE6:: @ 85CDBE6 - .incbin "baserom.gba", 0x5cdbe6, 0x4 + .align 2 +gSpriteTemplate_85CDB9C:: @ 85CDB9C + spr_template 1, 1, gOamData_85CDB84, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_8150868 -gUnknown_085CDBEA:: @ 85CDBEA - .incbin "baserom.gba", 0x5cdbea, 0x8 + .align 2 +gSpriteTemplate_85CDBB4:: @ 85CDBB4 + spr_template 2, 1, gOamData_85CDB8C, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_8150868 -gUnknown_085CDBF2:: @ 85CDBF2 - .incbin "baserom.gba", 0x5cdbf2, 0x6 + .align 2 +gSpriteTemplate_85CDBCC:: @ 85CDBCC + spr_template 3, 1, gOamData_85CDB94, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, nullsub_58 +gCableCarPlayerGraphicsIDs:: @ 85CDBE4 + .byte MAP_OBJ_GFX_RIVAL_BRENDAN_NORMAL + .byte MAP_OBJ_GFX_RIVAL_MAY_NORMAL + +gMtChimneyHikerGraphicsIDs:: @ 85CDBE6 + .byte MAP_OBJ_GFX_HIKER + .byte MAP_OBJ_GFX_CAMPER + .byte MAP_OBJ_GFX_PICNICKER + .byte MAP_OBJ_GFX_ZIGZAGOON @ not used + + .align 1 +gMtChimneyHikerCoords:: @ 85CDBEA + .2byte 0, 80 + .2byte 240, 146 + +gMtChimneyHikerMovementDelayTable:: @ 85CDBF2 + .byte 0 + .byte 60 + .byte 120 + .byte 170 + + .align 2 gUnknown_085CDBF8:: @ 85CDBF8 - .incbin "baserom.gba", 0x5cdbf8, 0x8 + .4byte sub_8150A68 + .4byte sub_8150AF4 diff --git a/data/clear_save_data_screen.s b/data/clear_save_data_screen.s index a566152be..8e30a6303 100644 --- a/data/clear_save_data_screen.s +++ b/data/clear_save_data_screen.s @@ -3,11 +3,15 @@ .section .rodata + .align 2 gUnknown_085F06C0:: @ 85F06C0 - .incbin "baserom.gba", 0x5f06c0, 0x8 + .4byte 0x000001f0, 0x000011e3 + .align 2 gUnknown_085F06C8:: @ 85F06C8 - .incbin "baserom.gba", 0x5f06c8, 0x10 + window_template 0x00, 0x03, 0x0f, 0x1a, 0x04, 0x0f, 0x000b + window_template 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + .align 2 gUnknown_085F06D8:: @ 85F06D8 - .incbin "baserom.gba", 0x5f06d8, 0x8 + window_template 0x00, 0x03, 0x02, 0x05, 0x04, 0x0f, 0x0073 diff --git a/data/contest_ai.s b/data/contest_ai.s index 724fbfbfc..c7cb848a7 100644 --- a/data/contest_ai.s +++ b/data/contest_ai.s @@ -3,5 +3,142 @@ .section .rodata + .align 2 gUnknown_085CDD00:: @ 85CDD00 - .incbin "baserom.gba", 0x5cdd00, 0x220 + .4byte sub_81564DC + .4byte sub_8156530 + .4byte sub_8156550 + .4byte sub_8156594 + .4byte sub_81565D8 + .4byte sub_815661C + .4byte sub_8156660 + .4byte sub_8156684 + .4byte sub_81566C8 + .4byte sub_815670C + .4byte sub_8156750 + .4byte sub_8156794 + .4byte sub_81567BC + .4byte sub_8156800 + .4byte sub_8156844 + .4byte sub_8156888 + .4byte sub_81568CC + .4byte sub_815690C + .4byte sub_8156950 + .4byte sub_8156994 + .4byte sub_81569D8 + .4byte sub_8156A1C + .4byte sub_8156A48 + .4byte sub_8156A98 + .4byte sub_8156AE8 + .4byte sub_8156B38 + .4byte sub_8156B88 + .4byte sub_8156BB4 + .4byte sub_8156C04 + .4byte sub_8156C54 + .4byte sub_8156CA4 + .4byte sub_8156CF4 + .4byte sub_8156D18 + .4byte sub_8156D5C + .4byte sub_8156DA0 + .4byte sub_8156DE4 + .4byte sub_8156E2C + .4byte sub_8156E74 + .4byte sub_8156EBC + .4byte sub_8156F04 + .4byte sub_8156F44 + .4byte sub_8156F88 + .4byte sub_8156FCC + .4byte sub_8157018 + .4byte sub_815705C + .4byte sub_81570A0 + .4byte sub_815712C + .4byte sub_8157174 + .4byte sub_8157200 + .4byte sub_8157248 + .4byte sub_81572A4 + .4byte sub_81572E8 + .4byte sub_815732C + .4byte sub_8157370 + .4byte sub_81573B4 + .4byte sub_8157410 + .4byte sub_8157454 + .4byte sub_8157498 + .4byte sub_81574DC + .4byte sub_8157520 + .4byte sub_8157578 + .4byte sub_81575BC + .4byte sub_8157600 + .4byte sub_8157644 + .4byte sub_8157688 + .4byte sub_8157700 + .4byte sub_8157748 + .4byte sub_8157790 + .4byte sub_8157808 + .4byte sub_8157850 + .4byte sub_8157898 + .4byte sub_81578F8 + .4byte sub_8157940 + .4byte sub_8157988 + .4byte sub_81579CC + .4byte sub_8157A10 + .4byte sub_8157A54 + .4byte sub_8157A98 + .4byte sub_8157ADC + .4byte sub_8157B38 + .4byte sub_8157B7C + .4byte sub_8157BC0 + .4byte sub_8157C04 + .4byte sub_8157C48 + .4byte sub_8157C94 + .4byte sub_8157CDC + .4byte sub_8157D24 + .4byte sub_8157D60 + .4byte sub_8157DA8 + .4byte sub_8157DF0 + .4byte sub_8157E3C + .4byte sub_8157E84 + .4byte sub_8157ECC + .4byte sub_8157F14 + .4byte sub_8157F5C + .4byte sub_8157FA0 + .4byte sub_8157FE8 + .4byte sub_8158030 + .4byte sub_8158078 + .4byte sub_81580C0 + .4byte sub_8158108 + .4byte sub_815814C + .4byte sub_8158190 + .4byte sub_81581D4 + .4byte sub_8158218 + .4byte sub_8158254 + .4byte sub_8158298 + .4byte sub_81582DC + .4byte sub_8158320 + .4byte sub_8158364 + .4byte sub_81583B8 + .4byte sub_81583FC + .4byte sub_8158440 + .4byte sub_815846C + .4byte sub_815849C + .4byte sub_81584D4 + .4byte sub_8158508 + .4byte sub_815853C + .4byte sub_815858C + .4byte sub_81585DC + .4byte sub_815862C + .4byte sub_815867C + .4byte sub_81586D0 + .4byte sub_8158724 + .4byte sub_8158778 + .4byte sub_81587CC + .4byte sub_815881C + .4byte sub_815886C + .4byte dp15_call + .4byte sub_81588BC + .4byte sub_8158948 + .4byte sub_81589A4 + .4byte sub_81589EC + .4byte sub_8158A34 + .4byte sub_8158AA0 + .4byte sub_8158AE8 + diff --git a/data/credits.s b/data/credits.s index 63565a24f..5e1e83c8b 100644 --- a/data/credits.s +++ b/data/credits.s @@ -3,50 +3,1575 @@ .section .rodata + .align 2 gUnknown_085E56F0:: @ 85E56F0 - .incbin "baserom.gba", 0x5e56f0, 0x80 + .incbin "graphics/credits/credits_1.gbapal" + .incbin "graphics/credits/credits_2.gbapal" + .incbin "graphics/credits/credits_3.gbapal" + .incbin "graphics/credits/credits_4.gbapal" + .align 2 gUnknown_085E5770:: @ 85E5770 - .incbin "baserom.gba", 0x5e5770, 0x43c + .incbin "graphics/credits/the_end_copyright.4bpp.lz" gUnknown_085E5BAC:: @ 85E5BAC - .incbin "baserom.gba", 0x5e5bac, 0xf + .byte 0x00, 0x01, 0x00, 0xff, 0x01, 0xff, 0xff, 0x01, 0xff, 0xff, 0x01, 0xff, 0xff, 0x01, 0xff gUnknown_085E5BBB:: @ 85E5BBB - .incbin "baserom.gba", 0x5e5bbb, 0xf + .byte 0x01, 0xff, 0x01, 0x01, 0xff, 0x01, 0x01, 0x02, 0x01, 0x01, 0xff, 0x01, 0x01, 0xff, 0x01 gUnknown_085E5BCA:: @ 85E5BCA - .incbin "baserom.gba", 0x5e5bca, 0xf + .byte 0x01, 0x00, 0x00, 0x01, 0xff, 0xff, 0x01, 0x02, 0x02, 0x01, 0xff, 0xff, 0x01, 0x80, 0x80 gUnknown_085E5BD9:: @ 85E5BD9 - .incbin "baserom.gba", 0x5e5bd9, 0xf + .byte 0x01, 0x03, 0x01, 0x01, 0x04, 0x01, 0x01, 0x05, 0x01, 0x01, 0xc4, 0x01, 0x01, 0xc3, 0x01 gUnknown_085E5BE8:: @ 85E5BE8 - .incbin "baserom.gba", 0x5e5be8, 0xf0c + .byte 0x01, 0x06, 0x07, 0x01, 0x08, 0x09, 0x01, 0xff, 0x01, 0x01, 0x88, 0x89, 0x01, 0x86, 0x87 +gCreditsText_EmptyString:: @ 85E5BF7 + .string "$" + +gCreditsText_PkmnEmeraldVersion:: @ 85E5BF8 + .string "POKéMON EMERALD VERSION$" + +gCreditsText_Credits:: @ 85E5C10 + .string "Credits$" + +gCreditsText_ExecutiveDirector:: @ 85E5C18 + .string "Executive Director$" + +gCreditsText_Director:: @ 85E5C2B + .string "Director$" + +gCreditsText_ArtDirector:: @ 85E5C34 + .string "Art Director$" + +gCreditsText_BattleDirector:: @ 85E5C41 + .string "Battle Director$" + +gCreditsText_MainProgrammer:: @ 85E5C51 + .string "Main Programmer$" + +gCreditsText_BattleSystemPgrms:: @ 85E5C61 + .string "Battle System Programmers$" + +gCreditsText_FieldSystemPgrms:: @ 85E5C7B + .string "Field System Programmer$" + +gCreditsText_Programmers:: @ 85E5C93 + .string "Programmers$" + +gCreditsText_MainGraphicDesigner:: @ 85E5C9F + .string "Main Graphic Designer$" + +gCreditsText_GraphicDesigners:: @ 85E5CB5 + .string "Graphic Designers$" + +gCreditsText_PkmnDesigners:: @ 85E5CC7 + .string "POKéMON Designers$" + +gCreditsText_MusicComposition:: @ 85E5CD9 + .string "Music Composition$" + +gCreditsText_SoundEffectsAndPkmnVoices:: @ 85E5CEB + .string "Sound Effects & POKéMON Voices$" + +gCreditsText_GameDesigners:: @ 85E5D0A + .string "Game Designers$" + +gCreditsText_ScenarioPlot:: @ 85E5D19 + .string "Scenario Plot$" + +gCreditsText_Scenario:: @ 85E5D27 + .string "Scenario$" + +gCreditsText_ScriptDesigners:: @ 85E5D30 + .string "Script Designers$" + +gCreditsText_MapDesigners:: @ 85E5D41 + .string "Map Designers$" + +gCreditsText_MapDataDesigners:: @ 85E5D4F + .string "Map Data Designers$" + +gCreditsText_ParametricDesigners:: @ 85E5D62 + .string "Parametric Designers$" + +gCreditsText_PokedexText:: @ 85E5D77 + .string "POKéDEX Text$" + +gCreditsText_EnvAndToolPgrms:: @ 85E5D84 + .string "Environment & Tool Programmers$" + +gCreditsText_NCLProductTesting:: @ 85E5DA3 + .string "NCL Product Testing$" + +gCreditsText_SpecialThanks:: @ 85E5DB7 + .string "Special Thanks$" + +gCreditsText_Coordinators:: @ 85E5DC6 + .string "Coordinators$" + +gCreditsText_Producers:: @ 85E5DD3 + .string "Producers$" + +gCreditsText_ExecProducers:: @ 85E5DDD + .string "Executive Producers$" + +gCreditsText_InfoSupervisors:: @ 85E5DF1 + .string "Information Supervisors$" + +gCreditsText_TaskManagers:: @ 85E5E09 + .string "Task Managers$" + +gCreditsText_BrailleCodeCheck:: @ 85E5E17 + .string "Braille Code Check$" + +gCreditsText_WorldDirector:: @ 85E5E2A + .string "World Director$" + +gCreditsText_BattleFrontierData:: @ 85E5E39 + .string "Battle Frontier Data$" + +gCreditsText_SupportProgrammers:: @ 85E5E4E + .string "Support Programmers$" + +gCreditsText_Artwork:: @ 85E5E62 + .string "Artwork$" + +gCreditsText_LeadProgrammer:: @ 85E5E6A + .string "Lead Programmer$" + +gCreditsText_LeadGraphicArtist:: @ 85E5E7A + .string "Lead Graphic Artist$" + +gCreditsText_SatoshiTajiri:: @ 85E5E8E + .string "Satoshi Tajiri$" + +gCreditsText_JunichiMasuda:: @ 85E5E9D + .string "Junichi Masuda$" + +gCreditsText_KenSugimori:: @ 85E5EAC + .string "Ken Sugimori$" + +gCreditsText_ShigekiMorimoto:: @ 85E5EB9 + .string "Shigeki Morimoto$" + +gCreditsText_TetsuyaWatanabe:: @ 85E5ECA + .string "Tetsuya Watanabe$" + +gCreditsText_HisashiSogabe:: @ 85E5EDB + .string "Hisashi Sogabe$" + +gCreditsText_SosukeTamada:: @ 85E5EEA + .string "Sosuke Tamada$" + +gCreditsText_AkitoMori:: @ 85E5EF8 + .string "Akito Mori$" + +gCreditsText_KeitaKagaya:: @ 85E5F03 + .string "Keita Kagaya$" + +gCreditsText_YoshinoriMatsuda:: @ 85E5F10 + .string "Yoshinori Matsuda$" + +gCreditsText_HiroyukiNakamura:: @ 85E5F22 + .string "Hiroyuki Nakamura$" + +gCreditsText_MasaoTaya:: @ 85E5F34 + .string "Masao Taya$" + +gCreditsText_SatoshiNohara:: @ 85E5F3F + .string "Satoshi Nohara$" + +gCreditsText_TomomichiOhta:: @ 85E5F4E + .string "Tomomichi Ohta$" + +gCreditsText_MiyukiIwasawa:: @ 85E5F5D + .string "Miyuki Iwasawa$" + +gCreditsText_TakenoriOhta:: @ 85E5F6C + .string "Takenori Ohta$" + +gCreditsText_HironobuYoshida:: @ 85E5F7A + .string "Hironobu Yoshida$" + +gCreditsText_MotofumiFujiwara:: @ 85E5F8B + .string "Motofumi Fujiwara$" + +gCreditsText_SatoshiOhta:: @ 85E5F9D + .string "Satoshi Ohta$" + +gCreditsText_AsukaIwashita:: @ 85E5FAA + .string "Asuka Iwashita$" + +gCreditsText_AimiTomita:: @ 85E5FB9 + .string "Aimi Tomita$" + +gCreditsText_TakaoUnno:: @ 85E5FC5 + .string "Takao Unno$" + +gCreditsText_KanakoEo:: @ 85E5FD0 + .string "Kanako Eo$" + +gCreditsText_JunOkutani:: @ 85E5FDA + .string "Jun Okutani$" + +gCreditsText_AtsukoNishida:: @ 85E5FE6 + .string "Atsuko Nishida$" + +gCreditsText_MuneoSaito:: @ 85E5FF5 + .string "Muneo Saito$" + +gCreditsText_RenaYoshikawa:: @ 85E6001 + .string "Rena Yoshikawa$" + +gCreditsText_GoIchinose:: @ 85E6010 + .string "Go Ichinose$" + +gCreditsText_MorikazuAoki:: @ 85E601C + .string "Morikazu Aoki$" + +gCreditsText_KojiNishino:: @ 85E602A + .string "Koji Nishino$" + +gCreditsText_KenjiMatsushima:: @ 85E6037 + .string "Kenji Matsushima$" + +gCreditsText_TetsujiOhta:: @ 85E6048 + .string "Tetsuji Ohta$" + +gCreditsText_HitomiSato:: @ 85E6055 + .string "Hitomi Sato$" + +gCreditsText_TakeshiKawachimaru:: @ 85E6061 + .string "Takeshi Kawachimaru$" + +gCreditsText_TeruyukiShimoyamada:: @ 85E6075 + .string "Teruyuki Shimoyamada$" + +gCreditsText_ShigeruOhmori:: @ 85E608A + .string "Shigeru Ohmori$" + +gCreditsText_TadashiTakahashi:: @ 85E6099 + .string "Tadashi Takahashi$" + +gCreditsText_ToshinobuMatsumiya:: @ 85E60AB + .string "Toshinobu Matsumiya$" + +gCreditsText_AkihitoTomisawa:: @ 85E60BF + .string "Akihito Tomisawa$" + +gCreditsText_HirokiEnomoto:: @ 85E60D0 + .string "Hiroki Enomoto$" + +gCreditsText_KazuyukiTerada:: @ 85E60DF + .string "Kazuyuki Terada$" + +gCreditsText_YuriSakurai:: @ 85E60EF + .string "Yuri Sakurai$" + +gCreditsText_HiromiSagawa:: @ 85E60FC + .string "Hiromi Sagawa$" + +gCreditsText_KenjiTominaga:: @ 85E610A + .string "Kenji Tominaga$" + +gCreditsText_YoshioTajiri:: @ 85E6119 + .string "Yoshio Tajiri$" + +gCreditsText_TeikoSasaki:: @ 85E6127 + .string "Teiko Sasaki$" + +gCreditsText_SachikoHamano:: @ 85E6134 + .string "Sachiko Hamano$" + +gCreditsText_ChieMatsumiya:: @ 85E6143 + .string "Chie Matsumiya$" + +gCreditsText_AkikoShinozaki:: @ 85E6152 + .string "Akiko Shinozaki$" + +gCreditsText_AstukoFujii:: @ 85E6162 + .string "Astuko Fujii$" + +gCreditsText_NozomuSaito:: @ 85E616F + .string "Nozomu Saito$" + +gCreditsText_KenkichiToyama:: @ 85E617C + .string "Kenkichi Toyama$" + +gCreditsText_SuguruNakatsui:: @ 85E618C + .string "Suguru Nakatsui$" + +gCreditsText_YumiFunasaka:: @ 85E619C + .string "Yumi Funasaka$" + +gCreditsText_NaokoYanase:: @ 85E61AA + .string "Naoko Yanase$" + +gCreditsText_NCLSuperMarioClub:: @ 85E61B7 + .string "NCL Super Mario Club$" + +gCreditsText_AtsushiTada:: @ 85E61CC + .string "Atsushi Tada$" + +gCreditsText_TakahiroOhnishi:: @ 85E61D9 + .string "Takahiro Ohnishi$" + +gCreditsText_NorihideOkamura:: @ 85E61EA + .string "Norihide Okamura$" + +gCreditsText_HiroNakamura:: @ 85E61FB + .string "Hiro Nakamura$" + +gCreditsText_HiroyukiUesugi:: @ 85E6209 + .string "Hiroyuki Uesugi$" + +gCreditsText_TerukiMurakawa:: @ 85E6219 + .string "Teruki Murakawa$" + +gCreditsText_AkiraKinashi:: @ 85E6229 + .string "Akira Kinashi$" + +gCreditsText_MichikoTakizawa:: @ 85E6237 + .string "Michiko Takizawa$" + +gCreditsText_MakikoTakada:: @ 85E6248 + .string "Makiko Takada$" + +gCreditsText_TakanaoKondo:: @ 85E6256 + .string "Takanao Kondo$" + +gCreditsText_AiMashima:: @ 85E6264 + .string "Ai Mashima$" + +gCreditsText_GakujiNomoto:: @ 85E626F + .string "Gakuji Nomoto$" + +gCreditsText_TakehiroIzushi:: @ 85E627D + .string "Takehiro Izushi$" + +gCreditsText_HitoshiYamagami:: @ 85E628D + .string "Hitoshi Yamagami$" + +gCreditsText_KyokoWatanabe:: @ 85E629E + .string "Kyoko Watanabe$" + +gCreditsText_TakaoNakano:: @ 85E62AD + .string "Takao Nakano$" + +gCreditsText_HiroyukiJinnai:: @ 85E62BA + .string "Hiroyuki Jinnai$" + +gCreditsText_HiroakiTsuru:: @ 85E62CA + .string "Hiroaki Tsuru$" + +gCreditsText_TsunekazIshihara:: @ 85E62D8 + .string "Tsunekaz Ishihara$" + +gCreditsText_SatoruIwata:: @ 85E62EA + .string "Satoru Iwata$" + +gCreditsText_KazuyaSuyama:: @ 85E62F7 + .string "Kazuya Suyama$" + +gCreditsText_SatoshiMitsuhara:: @ 85E6305 + .string "Satoshi Mitsuhara$" + +gCreditsText_JapanBrailleLibrary:: @ 85E6317 + .string "Japan Braille Library$" + +gCreditsText_TomotakaKomura:: @ 85E632D + .string "Tomotaka Komura$" + +gCreditsText_MikikoOhhashi:: @ 85E633D + .string "Mikiko Ohhashi$" + +gCreditsText_DaisukeHoshino:: @ 85E634C + .string "Daisuke Hoshino$" + +gCreditsText_KenjiroIto:: @ 85E635C + .string "Kenjiro Ito$" + +gCreditsText_RuiKawaguchi:: @ 85E6368 + .string "Rui Kawaguchi$" + +gCreditsText_ShunsukeKohori:: @ 85E6376 + .string "Shunsuke Kohori$" + +gCreditsText_SachikoNakamichi:: @ 85E6386 + .string "Sachiko Nakamichi$" + +gCreditsText_FujikoNomura:: @ 85E6398 + .string "Fujiko Nomura$" + +gCreditsText_KazukiYoshihara:: @ 85E63A6 + .string "Kazuki Yoshihara$" + +gCreditsText_RetsujiNomoto:: @ 85E63B7 + .string "Retsuji Nomoto$" + +gCreditsText_AzusaTajima:: @ 85E63C6 + .string "Azusa Tajima$" + +gCreditsText_ShusakuEgami:: @ 85E63D3 + .string "Shusaku Egami$" + +gCreditsText_PackageAndManual:: @ 85E63E1 + .string "Package & Manual Illustration$" + +gCreditsText_EnglishVersion:: @ 85E63FF + .string "English Version Coordinators$" + +gCreditsText_Translator:: @ 85E641C + .string "Translator$" + +gCreditsText_TextEditor:: @ 85E6427 + .string "Text Editor$" + +gCreditsText_NCLCoordinator:: @ 85E6433 + .string "NCL Coordinator$" + +gCreditsText_GraphicDesigner:: @ 85E6443 + .string "Graphic Designer$" + +gCreditsText_NOAProductTesting:: @ 85E6454 + .string "NOA Product Testing$" + +gCreditsText_HideyukiNakajima:: @ 85E6468 + .string "Hideyuki Nakajima$" + +gCreditsText_HidenoriSaeki:: @ 85E647A + .string "Hidenori Saeki$" + +gCreditsText_YokoWatanabe:: @ 85E6489 + .string "Yoko Watanabe$" + +gCreditsText_SakaeKimura:: @ 85E6497 + .string "Sakae Kimura$" + +gCreditsText_ChiakiShinkai:: @ 85E64A4 + .string "Chiaki Shinkai$" + +gCreditsText_SethMcMahill:: @ 85E64B3 + .string "Seth McMahill$" + +gCreditsText_NobOgasawara:: @ 85E64C1 + .string "Nob Ogasawara$" + +gCreditsText_TeresaLillygren:: @ 85E64CF + .string "Teresa Lillygren$" + +gCreditsText_KimikoNakamichi:: @ 85E64E0 + .string "Kimiko Nakamichi$" + +gCreditsText_SouichiYamamoto:: @ 85E64F1 + .string "Souichi Yamamoto$" + +gCreditsText_YuichiroIto:: @ 85E6502 + .string "Yuichiro Ito$" + +gCreditsText_ThomasHertzog:: @ 85E650F + .string "Thomas Hertzog$" + +gCreditsText_MikaKurosawa:: @ 85E651E + .string "Mika Kurosawa$" + +gCreditsText_NationalFederationBlind:: @ 85E652C + .string "National Federation of the Blind$" + +gCreditsText_PatriciaAMaurer:: @ 85E654D + .string "Patricia A. Maurer$" + +gCreditsText_EuropeanBlindUnion:: @ 85E6560 + .string "European Blind Union$" + +gCreditsText_AustralianBrailleAuthority:: @ 85E6575 + .string "Australian Braille Authority$" + +gCreditsText_RoyalNewZealandFederationBlind:: @ 85E6592 + .string "Royal New Zealand Federation for the Blind$" + +gCreditsText_MotoyasuTojima:: @ 85E65BD + .string "Motoyasu Tojima$" + +gCreditsText_NicolaPrattBarlow:: @ 85E65CD + .string "Nicola Pratt-Barlow$" + +gCreditsText_ShellieDow:: @ 85E65E1 + .string "Shellie Dow$" + +gCreditsText_ErikJohnson:: @ 85E65ED + .string "Erik Johnson$" + + .align 2 +gCreditsEntry_EmptyString:: @ 85E65FC + .4byte 0x00000000, gCreditsText_EmptyString + + .align 2 +gCreditsEntry_PkmnEmeraldVersion:: @ 85E6604 + .4byte 0x00000107, gCreditsText_PkmnEmeraldVersion + + .align 2 +gCreditsEntry_Credits:: @ 85E660C + .4byte 0x0000010b, gCreditsText_Credits + + .align 2 +gCreditsEntry_ExecutiveDirector:: @ 85E6614 + .4byte 0x00000108, gCreditsText_ExecutiveDirector + + .align 2 +gCreditsEntry_Director:: @ 85E661C + .4byte 0x0000010c, gCreditsText_Director + + .align 2 +gCreditsEntry_ArtDirector:: @ 85E6624 + .4byte 0x0000010a, gCreditsText_ArtDirector + + .align 2 +gCreditsEntry_BattleDirector:: @ 85E662C + .4byte 0x0000010a, gCreditsText_BattleDirector + + .align 2 +gCreditsEntry_MainProgrammer:: @ 85E6634 + .4byte 0x0000010a, gCreditsText_MainProgrammer + + .align 2 +gCreditsEntry_BattleSystemPgrms:: @ 85E663C + .4byte 0x00000108, gCreditsText_BattleSystemPgrms + + .align 2 +gCreditsEntry_FieldSystemPgrms:: @ 85E6644 + .4byte 0x00000107, gCreditsText_FieldSystemPgrms + + .align 2 +gCreditsEntry_Programmers:: @ 85E664C + .4byte 0x0000010c, gCreditsText_Programmers + + .align 2 +gCreditsEntry_MainGraphicDesigner:: @ 85E6654 + .4byte 0x00000107, gCreditsText_MainGraphicDesigner + + .align 2 +gCreditsEntry_GraphicDesigners:: @ 85E665C + .4byte 0x00000109, gCreditsText_GraphicDesigners + + .align 2 +gCreditsEntry_PkmnDesigners:: @ 85E6664 + .4byte 0x0000010a, gCreditsText_PkmnDesigners + + .align 2 +gCreditsEntry_MusicComposition:: @ 85E666C + .4byte 0x0000010d, gCreditsText_MusicComposition + + .align 2 +gCreditsEntry_SoundEffectsAndPkmnVoices:: @ 85E6674 + .4byte 0x00000104, gCreditsText_SoundEffectsAndPkmnVoices + + .align 2 +gCreditsEntry_GameDesigners:: @ 85E667C + .4byte 0x0000010b, gCreditsText_GameDesigners + + .align 2 +gCreditsEntry_ScenarioPlot:: @ 85E6684 + .4byte 0x0000010b, gCreditsText_ScenarioPlot + + .align 2 +gCreditsEntry_Scenario:: @ 85E668C + .4byte 0x0000010d, gCreditsText_Scenario + + .align 2 +gCreditsEntry_ScriptDesigners:: @ 85E6694 + .4byte 0x0000010a, gCreditsText_ScriptDesigners + + .align 2 +gCreditsEntry_MapDesigners:: @ 85E669C + .4byte 0x0000010b, gCreditsText_MapDesigners + + .align 2 +gCreditsEntry_MapDataDesigners:: @ 85E66A4 + .4byte 0x00000109, gCreditsText_MapDataDesigners + + .align 2 +gCreditsEntry_ParametricDesigners:: @ 85E66AC + .4byte 0x00000109, gCreditsText_ParametricDesigners + + .align 2 +gCreditsEntry_PokedexText:: @ 85E66B4 + .4byte 0x0000010b, gCreditsText_PokedexText + + .align 2 +gCreditsEntry_EnvAndToolPgrms:: @ 85E66BC + .4byte 0x00000106, gCreditsText_EnvAndToolPgrms + + .align 2 +gCreditsEntry_NCLProductTesting:: @ 85E66C4 + .4byte 0x0000010b, gCreditsText_NCLProductTesting + + .align 2 +gCreditsEntry_SpecialThanks:: @ 85E66CC + .4byte 0x0000010a, gCreditsText_SpecialThanks + + .align 2 +gCreditsEntry_Coordinators:: @ 85E66D4 + .4byte 0x0000010b, gCreditsText_Coordinators + + .align 2 +gCreditsEntry_Producers:: @ 85E66DC + .4byte 0x0000010b, gCreditsText_Producers + + .align 2 +gCreditsEntry_ExecProducers:: @ 85E66E4 + .4byte 0x00000107, gCreditsText_ExecProducers + + .align 2 +gCreditsEntry_InfoSupervisors:: @ 85E66EC + .4byte 0x0000010a, gCreditsText_InfoSupervisors + + .align 2 +gCreditsEntry_TaskManagers:: @ 85E66F4 + .4byte 0x00000108, gCreditsText_TaskManagers + + .align 2 +gCreditsEntry_BrailleCodeCheck:: @ 85E66FC + .4byte 0x0000010a, gCreditsText_BrailleCodeCheck + + .align 2 +gCreditsEntry_WorldDirector:: @ 85E6704 + .4byte 0x0000010a, gCreditsText_WorldDirector + + .align 2 +gCreditsEntry_BattleFrontierData:: @ 85E670C + .4byte 0x00000108, gCreditsText_BattleFrontierData + + .align 2 +gCreditsEntry_SupportProgrammers:: @ 85E6714 + .4byte 0x0000010a, gCreditsText_SupportProgrammers + + .align 2 +gCreditsEntry_Artwork:: @ 85E671C + .4byte 0x0000010c, gCreditsText_Artwork + + .align 2 +gCreditsEntry_LeadProgrammer:: @ 85E6724 + .4byte 0x0000010a, gCreditsText_LeadProgrammer + + .align 2 +gCreditsEntry_LeadGraphicArtist:: @ 85E672C + .4byte 0x00000109, gCreditsText_LeadGraphicArtist + + .align 2 +gCreditsEntry_SatoshiTajiri:: @ 85E6734 + .4byte 0x0000000b, gCreditsText_SatoshiTajiri + + .align 2 +gCreditsEntry_JunichiMasuda:: @ 85E673C + .4byte 0x0000000b, gCreditsText_JunichiMasuda + + .align 2 +gCreditsEntry_KenSugimori:: @ 85E6744 + .4byte 0x0000000b, gCreditsText_KenSugimori + + .align 2 +gCreditsEntry_ShigekiMorimoto:: @ 85E674C + .4byte 0x0000000b, gCreditsText_ShigekiMorimoto + + .align 2 +gCreditsEntry_TetsuyaWatanabe:: @ 85E6754 + .4byte 0x0000000b, gCreditsText_TetsuyaWatanabe + + .align 2 +gCreditsEntry_HisashiSogabe:: @ 85E675C + .4byte 0x0000000b, gCreditsText_HisashiSogabe + + .align 2 +gCreditsEntry_SosukeTamada:: @ 85E6764 + .4byte 0x0000000b, gCreditsText_SosukeTamada + + .align 2 +gCreditsEntry_AkitoMori:: @ 85E676C + .4byte 0x0000000b, gCreditsText_AkitoMori + + .align 2 +gCreditsEntry_KeitaKagaya:: @ 85E6774 + .4byte 0x0000000b, gCreditsText_KeitaKagaya + + .align 2 +gCreditsEntry_YoshinoriMatsuda:: @ 85E677C + .4byte 0x0000000b, gCreditsText_YoshinoriMatsuda + + .align 2 +gCreditsEntry_HiroyukiNakamura:: @ 85E6784 + .4byte 0x0000000b, gCreditsText_HiroyukiNakamura + + .align 2 +gCreditsEntry_MasaoTaya:: @ 85E678C + .4byte 0x0000000b, gCreditsText_MasaoTaya + + .align 2 +gCreditsEntry_SatoshiNohara:: @ 85E6794 + .4byte 0x0000000b, gCreditsText_SatoshiNohara + + .align 2 +gCreditsEntry_TomomichiOhta:: @ 85E679C + .4byte 0x0000000b, gCreditsText_TomomichiOhta + + .align 2 +gCreditsEntry_MiyukiIwasawa:: @ 85E67A4 + .4byte 0x0000000b, gCreditsText_MiyukiIwasawa + + .align 2 +gCreditsEntry_TakenoriOhta:: @ 85E67AC + .4byte 0x0000000b, gCreditsText_TakenoriOhta + + .align 2 +gCreditsEntry_HironobuYoshida:: @ 85E67B4 + .4byte 0x0000000b, gCreditsText_HironobuYoshida + + .align 2 +gCreditsEntry_MotofumiFujiwara:: @ 85E67BC + .4byte 0x0000000b, gCreditsText_MotofumiFujiwara + + .align 2 +gCreditsEntry_SatoshiOhta:: @ 85E67C4 + .4byte 0x0000000b, gCreditsText_SatoshiOhta + + .align 2 +gCreditsEntry_AsukaIwashita:: @ 85E67CC + .4byte 0x0000000b, gCreditsText_AsukaIwashita + + .align 2 +gCreditsEntry_AimiTomita:: @ 85E67D4 + .4byte 0x0000000b, gCreditsText_AimiTomita + + .align 2 +gCreditsEntry_TakaoUnno:: @ 85E67DC + .4byte 0x0000000b, gCreditsText_TakaoUnno + + .align 2 +gCreditsEntry_KanakoEo:: @ 85E67E4 + .4byte 0x0000000b, gCreditsText_KanakoEo + + .align 2 +gCreditsEntry_JunOkutani:: @ 85E67EC + .4byte 0x0000000b, gCreditsText_JunOkutani + + .align 2 +gCreditsEntry_AtsukoNishida:: @ 85E67F4 + .4byte 0x0000000b, gCreditsText_AtsukoNishida + + .align 2 +gCreditsEntry_MuneoSaito:: @ 85E67FC + .4byte 0x0000000b, gCreditsText_MuneoSaito + + .align 2 +gCreditsEntry_RenaYoshikawa:: @ 85E6804 + .4byte 0x0000000b, gCreditsText_RenaYoshikawa + + .align 2 +gCreditsEntry_GoIchinose:: @ 85E680C + .4byte 0x0000000b, gCreditsText_GoIchinose + + .align 2 +gCreditsEntry_MorikazuAoki:: @ 85E6814 + .4byte 0x0000000b, gCreditsText_MorikazuAoki + + .align 2 +gCreditsEntry_KojiNishino:: @ 85E681C + .4byte 0x0000000b, gCreditsText_KojiNishino + + .align 2 +gCreditsEntry_KenjiMatsushima:: @ 85E6824 + .4byte 0x0000000b, gCreditsText_KenjiMatsushima + + .align 2 +gCreditsEntry_TetsujiOhta:: @ 85E682C + .4byte 0x0000000b, gCreditsText_TetsujiOhta + + .align 2 +gCreditsEntry_HitomiSato:: @ 85E6834 + .4byte 0x0000000b, gCreditsText_HitomiSato + + .align 2 +gCreditsEntry_TakeshiKawachimaru:: @ 85E683C + .4byte 0x0000000b, gCreditsText_TakeshiKawachimaru + + .align 2 +gCreditsEntry_TeruyukiShimoyamada:: @ 85E6844 + .4byte 0x0000000b, gCreditsText_TeruyukiShimoyamada + + .align 2 +gCreditsEntry_ShigeruOhmori:: @ 85E684C + .4byte 0x0000000b, gCreditsText_ShigeruOhmori + + .align 2 +gCreditsEntry_TadashiTakahashi:: @ 85E6854 + .4byte 0x0000000b, gCreditsText_TadashiTakahashi + + .align 2 +gCreditsEntry_ToshinobuMatsumiya:: @ 85E685C + .4byte 0x0000000b, gCreditsText_ToshinobuMatsumiya + + .align 2 +gCreditsEntry_AkihitoTomisawa:: @ 85E6864 + .4byte 0x0000000b, gCreditsText_AkihitoTomisawa + + .align 2 +gCreditsEntry_HirokiEnomoto:: @ 85E686C + .4byte 0x0000000b, gCreditsText_HirokiEnomoto + + .align 2 +gCreditsEntry_KazuyukiTerada:: @ 85E6874 + .4byte 0x0000000b, gCreditsText_KazuyukiTerada + + .align 2 +gCreditsEntry_YuriSakurai:: @ 85E687C + .4byte 0x0000000b, gCreditsText_YuriSakurai + + .align 2 +gCreditsEntry_HiromiSagawa:: @ 85E6884 + .4byte 0x0000000b, gCreditsText_HiromiSagawa + + .align 2 +gCreditsEntry_KenjiTominaga:: @ 85E688C + .4byte 0x0000000b, gCreditsText_KenjiTominaga + + .align 2 +gCreditsEntry_YoshioTajiri:: @ 85E6894 + .4byte 0x0000000b, gCreditsText_YoshioTajiri + + .align 2 +gCreditsEntry_TeikoSasaki:: @ 85E689C + .4byte 0x0000000b, gCreditsText_TeikoSasaki + + .align 2 +gCreditsEntry_SachikoHamano:: @ 85E68A4 + .4byte 0x0000000b, gCreditsText_SachikoHamano + + .align 2 +gCreditsEntry_ChieMatsumiya:: @ 85E68AC + .4byte 0x0000000b, gCreditsText_ChieMatsumiya + + .align 2 +gCreditsEntry_AkikoShinozaki:: @ 85E68B4 + .4byte 0x0000000b, gCreditsText_AkikoShinozaki + + .align 2 +gCreditsEntry_AstukoFujii:: @ 85E68BC + .4byte 0x0000000b, gCreditsText_AstukoFujii + + .align 2 +gCreditsEntry_NozomuSaito:: @ 85E68C4 + .4byte 0x0000000b, gCreditsText_NozomuSaito + + .align 2 +gCreditsEntry_KenkichiToyama:: @ 85E68CC + .4byte 0x0000000b, gCreditsText_KenkichiToyama + + .align 2 +gCreditsEntry_SuguruNakatsui:: @ 85E68D4 + .4byte 0x0000000b, gCreditsText_SuguruNakatsui + + .align 2 +gCreditsEntry_YumiFunasaka:: @ 85E68DC + .4byte 0x0000000b, gCreditsText_YumiFunasaka + + .align 2 +gCreditsEntry_NaokoYanase:: @ 85E68E4 + .4byte 0x0000000b, gCreditsText_NaokoYanase + + .align 2 +gCreditsEntry_NCLSuperMarioClub:: @ 85E68EC + .4byte 0x0000000b, gCreditsText_NCLSuperMarioClub + + .align 2 +gCreditsEntry_AtsushiTada:: @ 85E68F4 + .4byte 0x0000000b, gCreditsText_AtsushiTada + + .align 2 +gCreditsEntry_TakahiroOhnishi:: @ 85E68FC + .4byte 0x0000000b, gCreditsText_TakahiroOhnishi + + .align 2 +gCreditsEntry_NorihideOkamura:: @ 85E6904 + .4byte 0x0000000b, gCreditsText_NorihideOkamura + + .align 2 +gCreditsEntry_HiroNakamura:: @ 85E690C + .4byte 0x0000000b, gCreditsText_HiroNakamura + + .align 2 +gCreditsEntry_HiroyukiUesugi:: @ 85E6914 + .4byte 0x0000000b, gCreditsText_HiroyukiUesugi + + .align 2 +gCreditsEntry_TerukiMurakawa:: @ 85E691C + .4byte 0x0000000b, gCreditsText_TerukiMurakawa + + .align 2 +gCreditsEntry_AkiraKinashi:: @ 85E6924 + .4byte 0x0000000b, gCreditsText_AkiraKinashi + + .align 2 +gCreditsEntry_MichikoTakizawa:: @ 85E692C + .4byte 0x0000000b, gCreditsText_MichikoTakizawa + + .align 2 +gCreditsEntry_MakikoTakada:: @ 85E6934 + .4byte 0x0000000b, gCreditsText_MakikoTakada + + .align 2 +gCreditsEntry_TakanaoKondo:: @ 85E693C + .4byte 0x0000000b, gCreditsText_TakanaoKondo + + .align 2 +gCreditsEntry_AiMashima:: @ 85E6944 + .4byte 0x0000000b, gCreditsText_AiMashima + + .align 2 +gCreditsEntry_GakujiNomoto:: @ 85E694C + .4byte 0x0000000b, gCreditsText_GakujiNomoto + + .align 2 +gCreditsEntry_TakehiroIzushi:: @ 85E6954 + .4byte 0x0000000b, gCreditsText_TakehiroIzushi + + .align 2 +gCreditsEntry_HitoshiYamagami:: @ 85E695C + .4byte 0x0000000b, gCreditsText_HitoshiYamagami + + .align 2 +gCreditsEntry_KyokoWatanabe:: @ 85E6964 + .4byte 0x0000000b, gCreditsText_KyokoWatanabe + + .align 2 +gCreditsEntry_TakaoNakano:: @ 85E696C + .4byte 0x0000000b, gCreditsText_TakaoNakano + + .align 2 +gCreditsEntry_HiroyukiJinnai:: @ 85E6974 + .4byte 0x0000000b, gCreditsText_HiroyukiJinnai + + .align 2 +gCreditsEntry_HiroakiTsuru:: @ 85E697C + .4byte 0x0000000b, gCreditsText_HiroakiTsuru + + .align 2 +gCreditsEntry_TsunekazIshihara:: @ 85E6984 + .4byte 0x0000000b, gCreditsText_TsunekazIshihara + + .align 2 +gCreditsEntry_SatoruIwata:: @ 85E698C + .4byte 0x0000000b, gCreditsText_SatoruIwata + + .align 2 +gCreditsEntry_KazuyaSuyama:: @ 85E6994 + .4byte 0x0000000b, gCreditsText_KazuyaSuyama + + .align 2 +gCreditsEntry_SatoshiMitsuhara:: @ 85E699C + .4byte 0x0000000b, gCreditsText_SatoshiMitsuhara + + .align 2 +gCreditsEntry_JapanBrailleLibrary:: @ 85E69A4 + .4byte 0x00000009, gCreditsText_JapanBrailleLibrary + + .align 2 +gCreditsEntry_TomotakaKomura:: @ 85E69AC + .4byte 0x0000000b, gCreditsText_TomotakaKomura + + .align 2 +gCreditsEntry_MikikoOhhashi:: @ 85E69B4 + .4byte 0x0000000b, gCreditsText_MikikoOhhashi + + .align 2 +gCreditsEntry_DaisukeHoshino:: @ 85E69BC + .4byte 0x0000000b, gCreditsText_DaisukeHoshino + + .align 2 +gCreditsEntry_KenjiroIto:: @ 85E69C4 + .4byte 0x0000000b, gCreditsText_KenjiroIto + + .align 2 +gCreditsEntry_RuiKawaguchi:: @ 85E69CC + .4byte 0x0000000b, gCreditsText_RuiKawaguchi + + .align 2 +gCreditsEntry_ShunsukeKohori:: @ 85E69D4 + .4byte 0x0000000b, gCreditsText_ShunsukeKohori + + .align 2 +gCreditsEntry_SachikoNakamichi:: @ 85E69DC + .4byte 0x0000000b, gCreditsText_SachikoNakamichi + + .align 2 +gCreditsEntry_FujikoNomura:: @ 85E69E4 + .4byte 0x0000000b, gCreditsText_FujikoNomura + + .align 2 +gCreditsEntry_KazukiYoshihara:: @ 85E69EC + .4byte 0x0000000b, gCreditsText_KazukiYoshihara + + .align 2 +gCreditsEntry_RetsujiNomoto:: @ 85E69F4 + .4byte 0x0000000b, gCreditsText_RetsujiNomoto + + .align 2 +gCreditsEntry_AzusaTajima:: @ 85E69FC + .4byte 0x0000000b, gCreditsText_AzusaTajima + + .align 2 +gCreditsEntry_ShusakuEgami:: @ 85E6A04 + .4byte 0x0000000b, gCreditsText_ShusakuEgami + + .align 2 +gCreditsEntry_PackageAndManual:: @ 85E6A0C + .4byte 0x00000100, gCreditsText_PackageAndManual + + .align 2 +gCreditsEntry_EnglishVersion:: @ 85E6A14 + .4byte 0x00000100, gCreditsText_EnglishVersion + + .align 2 +gCreditsEntry_Translator:: @ 85E6A1C + .4byte 0x00000100, gCreditsText_Translator + + .align 2 +gCreditsEntry_TextEditor:: @ 85E6A24 + .4byte 0x00000100, gCreditsText_TextEditor + + .align 2 +gCreditsEntry_NCLCoordinator:: @ 85E6A2C + .4byte 0x00000100, gCreditsText_NCLCoordinator + + .align 2 +gCreditsEntry_GraphicDesigner:: @ 85E6A34 + .4byte 0x00000100, gCreditsText_GraphicDesigner + + .align 2 +gCreditsEntry_NOAProductTesting:: @ 85E6A3C + .4byte 0x00000100, gCreditsText_NOAProductTesting + + .align 2 +gCreditsEntry_HideyukiNakajima:: @ 85E6A44 + .4byte 0x00000000, gCreditsText_HideyukiNakajima + + .align 2 +gCreditsEntry_HidenoriSaeki:: @ 85E6A4C + .4byte 0x00000000, gCreditsText_HidenoriSaeki + + .align 2 +gCreditsEntry_YokoWatanabe:: @ 85E6A54 + .4byte 0x00000000, gCreditsText_YokoWatanabe + + .align 2 +gCreditsEntry_SakaeKimura:: @ 85E6A5C + .4byte 0x00000000, gCreditsText_SakaeKimura + + .align 2 +gCreditsEntry_ChiakiShinkai:: @ 85E6A64 + .4byte 0x00000000, gCreditsText_ChiakiShinkai + + .align 2 +gCreditsEntry_SethMcMahill:: @ 85E6A6C + .4byte 0x00000000, gCreditsText_SethMcMahill + + .align 2 +gCreditsEntry_NobOgasawara:: @ 85E6A74 + .4byte 0x00000000, gCreditsText_NobOgasawara + + .align 2 +gCreditsEntry_TeresaLillygren:: @ 85E6A7C + .4byte 0x00000000, gCreditsText_TeresaLillygren + + .align 2 +gCreditsEntry_KimikoNakamichi:: @ 85E6A84 + .4byte 0x00000000, gCreditsText_KimikoNakamichi + + .align 2 +gCreditsEntry_SouichiYamamoto:: @ 85E6A8C + .4byte 0x00000000, gCreditsText_SouichiYamamoto + + .align 2 +gCreditsEntry_YuichiroIto:: @ 85E6A94 + .4byte 0x00000000, gCreditsText_YuichiroIto + + .align 2 +gCreditsEntry_ThomasHertzog:: @ 85E6A9C + .4byte 0x00000000, gCreditsText_ThomasHertzog + + .align 2 +gCreditsEntry_MikaKurosawa:: @ 85E6AA4 + .4byte 0x00000000, gCreditsText_MikaKurosawa + + .align 2 +gCreditsEntry_NationalFederationBlind:: @ 85E6AAC + .4byte 0x00000000, gCreditsText_NationalFederationBlind + + .align 2 +gCreditsEntry_PatriciaAMaurer:: @ 85E6AB4 + .4byte 0x00000000, gCreditsText_PatriciaAMaurer + + .align 2 +gCreditsEntry_EuropeanBlindUnion:: @ 85E6ABC + .4byte 0x00000000, gCreditsText_EuropeanBlindUnion + + .align 2 +gCreditsEntry_AustralianBrailleAuthority:: @ 85E6AC4 + .4byte 0x00000000, gCreditsText_AustralianBrailleAuthority + + .align 2 +gCreditsEntry_RoyalNewZealandFederationBlind:: @ 85E6ACC + .4byte 0x00000000, gCreditsText_RoyalNewZealandFederationBlind + + .align 2 +gCreditsEntry_MotoyasuTojima:: @ 85E6AD4 + .4byte 0x00000000, gCreditsText_MotoyasuTojima + + .align 2 +gCreditsEntry_NicolaPrattBarlow:: @ 85E6ADC + .4byte 0x00000000, gCreditsText_NicolaPrattBarlow + + .align 2 +gCreditsEntry_ShellieDow:: @ 85E6AE4 + .4byte 0x00000000, gCreditsText_ShellieDow + + .align 2 +gCreditsEntry_ErikJohnson:: @ 85E6AEC + .4byte 0x00000000, gCreditsText_ErikJohnson + + .align 2 gUnknown_085E6AF4:: @ 85E6AF4 - .incbin "baserom.gba", 0x5e6af4, 0x474 + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_PkmnEmeraldVersion + .4byte gCreditsEntry_Credits + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString -gUnknown_085E6F68:: @ 85E6F68 - .incbin "baserom.gba", 0x5e6f68, 0x4 + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_Director + .4byte gCreditsEntry_ShigekiMorimoto + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_ArtDirector + .4byte gCreditsEntry_KenSugimori + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_WorldDirector + .4byte gCreditsEntry_JunichiMasuda + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_LeadProgrammer + .4byte gCreditsEntry_HisashiSogabe + .4byte gCreditsEntry_LeadGraphicArtist + .4byte gCreditsEntry_MotofumiFujiwara + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_Programmers + .4byte gCreditsEntry_HisashiSogabe + .4byte gCreditsEntry_TomomichiOhta + .4byte gCreditsEntry_NozomuSaito + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_Programmers + .4byte gCreditsEntry_AkitoMori + .4byte gCreditsEntry_HiroyukiNakamura + .4byte gCreditsEntry_MasaoTaya + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_Programmers + .4byte gCreditsEntry_SatoshiNohara + .4byte gCreditsEntry_MiyukiIwasawa + .4byte gCreditsEntry_YoshinoriMatsuda + .4byte gCreditsEntry_KeitaKagaya + + .4byte gCreditsEntry_Programmers + .4byte gCreditsEntry_TetsuyaWatanabe + .4byte gCreditsEntry_SosukeTamada + .4byte gCreditsEntry_TakenoriOhta + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_GraphicDesigners + .4byte gCreditsEntry_MotofumiFujiwara + .4byte gCreditsEntry_SatoshiOhta + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_GraphicDesigners + .4byte gCreditsEntry_KenkichiToyama + .4byte gCreditsEntry_AsukaIwashita + .4byte gCreditsEntry_TakaoUnno + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_GraphicDesigners + .4byte gCreditsEntry_KenSugimori + .4byte gCreditsEntry_HironobuYoshida + .4byte gCreditsEntry_AimiTomita + .4byte gCreditsEntry_KanakoEo + + .4byte gCreditsEntry_MusicComposition + .4byte gCreditsEntry_GoIchinose + .4byte gCreditsEntry_JunichiMasuda + .4byte gCreditsEntry_MorikazuAoki + .4byte gCreditsEntry_HitomiSato + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_SoundEffectsAndPkmnVoices + .4byte gCreditsEntry_GoIchinose + .4byte gCreditsEntry_MorikazuAoki + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_GameDesigners + .4byte gCreditsEntry_ShigekiMorimoto + .4byte gCreditsEntry_TeruyukiShimoyamada + .4byte gCreditsEntry_TakeshiKawachimaru + .4byte gCreditsEntry_AkihitoTomisawa + + .4byte gCreditsEntry_GameDesigners + .4byte gCreditsEntry_SuguruNakatsui + .4byte gCreditsEntry_TetsujiOhta + .4byte gCreditsEntry_HitomiSato + .4byte gCreditsEntry_KenjiMatsushima + + .4byte gCreditsEntry_GameDesigners + .4byte gCreditsEntry_JunichiMasuda + .4byte gCreditsEntry_KojiNishino + .4byte gCreditsEntry_ShigeruOhmori + .4byte gCreditsEntry_TadashiTakahashi + + .4byte gCreditsEntry_ScenarioPlot + .4byte gCreditsEntry_AkihitoTomisawa + .4byte gCreditsEntry_JunichiMasuda + .4byte gCreditsEntry_KojiNishino + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_Scenario + .4byte gCreditsEntry_AkihitoTomisawa + .4byte gCreditsEntry_HitomiSato + .4byte gCreditsEntry_ToshinobuMatsumiya + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_ScriptDesigners + .4byte gCreditsEntry_TomomichiOhta + .4byte gCreditsEntry_SatoshiNohara + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_MapDesigners + .4byte gCreditsEntry_SuguruNakatsui + .4byte gCreditsEntry_TeruyukiShimoyamada + .4byte gCreditsEntry_ShigeruOhmori + .4byte gCreditsEntry_TetsujiOhta + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_BattleFrontierData + .4byte gCreditsEntry_TetsujiOhta + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_ParametricDesigners + .4byte gCreditsEntry_TeruyukiShimoyamada + .4byte gCreditsEntry_ShigekiMorimoto + .4byte gCreditsEntry_TetsujiOhta + .4byte gCreditsEntry_KojiNishino + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_PokedexText + .4byte gCreditsEntry_KenjiMatsushima + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_EnvAndToolPgrms + .4byte gCreditsEntry_HisashiSogabe + .4byte gCreditsEntry_SosukeTamada + .4byte gCreditsEntry_HiroyukiNakamura + .4byte gCreditsEntry_AkitoMori + + .4byte gCreditsEntry_PkmnDesigners + .4byte gCreditsEntry_KenSugimori + .4byte gCreditsEntry_MotofumiFujiwara + .4byte gCreditsEntry_ShigekiMorimoto + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_PkmnDesigners + .4byte gCreditsEntry_HironobuYoshida + .4byte gCreditsEntry_SatoshiOhta + .4byte gCreditsEntry_AsukaIwashita + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_PkmnDesigners + .4byte gCreditsEntry_TakaoUnno + .4byte gCreditsEntry_KanakoEo + .4byte gCreditsEntry_AimiTomita + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_PkmnDesigners + .4byte gCreditsEntry_AtsukoNishida + .4byte gCreditsEntry_MuneoSaito + .4byte gCreditsEntry_RenaYoshikawa + .4byte gCreditsEntry_JunOkutani + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_SupportProgrammers + .4byte gCreditsEntry_SatoshiMitsuhara + .4byte gCreditsEntry_DaisukeHoshino + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_NCLProductTesting + .4byte gCreditsEntry_NCLSuperMarioClub + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_PackageAndManual + .4byte gCreditsEntry_KenSugimori + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_SpecialThanks + .4byte gCreditsEntry_KenjiTominaga + .4byte gCreditsEntry_HirokiEnomoto + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_SpecialThanks + .4byte gCreditsEntry_KazuyaSuyama + .4byte gCreditsEntry_KenjiroIto + .4byte gCreditsEntry_MichikoTakizawa + .4byte gCreditsEntry_MakikoTakada + + .4byte gCreditsEntry_SpecialThanks + .4byte gCreditsEntry_MikikoOhhashi + .4byte gCreditsEntry_TakanaoKondo + .4byte gCreditsEntry_RuiKawaguchi + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_SpecialThanks + .4byte gCreditsEntry_TakahiroOhnishi + .4byte gCreditsEntry_NorihideOkamura + .4byte gCreditsEntry_ShunsukeKohori + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_InfoSupervisors + .4byte gCreditsEntry_KazuyukiTerada + .4byte gCreditsEntry_YuriSakurai + .4byte gCreditsEntry_YumiFunasaka + .4byte gCreditsEntry_NaokoYanase + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_Artwork + .4byte gCreditsEntry_SachikoNakamichi + .4byte gCreditsEntry_FujikoNomura + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_Artwork + .4byte gCreditsEntry_HideyukiNakajima + .4byte gCreditsEntry_HidenoriSaeki + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_Artwork + .4byte gCreditsEntry_YokoWatanabe + .4byte gCreditsEntry_SakaeKimura + .4byte gCreditsEntry_ChiakiShinkai + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_Coordinators + .4byte gCreditsEntry_KazukiYoshihara + .4byte gCreditsEntry_AkiraKinashi + .4byte gCreditsEntry_RetsujiNomoto + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EnglishVersion + .4byte gCreditsEntry_HiroNakamura + .4byte gCreditsEntry_SethMcMahill + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_Translator + .4byte gCreditsEntry_NobOgasawara + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_TextEditor + .4byte gCreditsEntry_TeresaLillygren + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_NCLCoordinator + .4byte gCreditsEntry_KimikoNakamichi + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_Programmers + .4byte gCreditsEntry_TerukiMurakawa + .4byte gCreditsEntry_SouichiYamamoto + .4byte gCreditsEntry_YuichiroIto + .4byte gCreditsEntry_AkiraKinashi + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_GraphicDesigner + .4byte gCreditsEntry_AkiraKinashi + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_EnvAndToolPgrms + .4byte gCreditsEntry_TerukiMurakawa + .4byte gCreditsEntry_SouichiYamamoto + .4byte gCreditsEntry_KimikoNakamichi + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_NOAProductTesting + .4byte gCreditsEntry_ThomasHertzog + .4byte gCreditsEntry_ErikJohnson + .4byte gCreditsEntry_MikaKurosawa + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_BrailleCodeCheck + .4byte gCreditsEntry_NationalFederationBlind + .4byte gCreditsEntry_PatriciaAMaurer + .4byte gCreditsEntry_JapanBrailleLibrary + .4byte gCreditsEntry_EuropeanBlindUnion + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_BrailleCodeCheck + .4byte gCreditsEntry_AustralianBrailleAuthority + .4byte gCreditsEntry_RoyalNewZealandFederationBlind + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_SpecialThanks + .4byte gCreditsEntry_HiroyukiUesugi + .4byte gCreditsEntry_MotoyasuTojima + .4byte gCreditsEntry_NicolaPrattBarlow + .4byte gCreditsEntry_ShellieDow + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_TaskManagers + .4byte gCreditsEntry_AzusaTajima + .4byte gCreditsEntry_ShusakuEgami + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_Producers + .4byte gCreditsEntry_HiroyukiJinnai + .4byte gCreditsEntry_HitoshiYamagami + .4byte gCreditsEntry_GakujiNomoto + .4byte gCreditsEntry_HiroakiTsuru + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_ExecutiveDirector + .4byte gCreditsEntry_SatoshiTajiri + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_ExecProducers + .4byte gCreditsEntry_SatoruIwata + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString + + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_ExecProducers + .4byte gCreditsEntry_TsunekazIshihara + .4byte gCreditsEntry_EmptyString + .4byte gCreditsEntry_EmptyString + + .align 2 +gUnknown_085E6F68:: @ 85E6F68 struct BgTemplate + .4byte 0x000001C8 + + .align 2 gUnknown_085E6F6C:: @ 85E6F6C - .incbin "baserom.gba", 0x5e6f6c, 0x10 + window_template 0x00, 0x00, 0x09, 0x1e, 0x0c, 0x08, 0x0001 + window_template 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + .align 2 gUnknown_085E6F7C:: @ 85E6F7C - .incbin "baserom.gba", 0x5e6f7c, 0x54 + .byte 0x68, 0x24, 0x78, 0x24, 0x88, 0x24, 0x00, 0x00 + .align 2 +gUnknown_085E6F84:: @ 85E6F84 + .2byte 0x0000, 0x0008, 0x0040, 0x0008, 0x0080, 0x0008, 0x00c0, 0x0008, 0xfffe, 0x0000 + + .align 2 +gUnknown_085E6F98:: @ 85E6F98 + .2byte 0x0000, 0x0004, 0x0040, 0x0004, 0x0080, 0x0004, 0x00c0, 0x0004, 0xfffe, 0x0000 + + .align 2 +gUnknown_085E6FAC:: @ 85E6FAC + .2byte 0x0100, 0x0004, 0x0140, 0x0004, 0x0180, 0x0004, 0xffff, 0x0000 + + .align 2 +gUnknown_085E6FBC:: @ 85E6FBC + .2byte 0x0180, 0x001e, 0x0140, 0x001e, 0x0100, 0x001e, 0x0100, 0x001e, 0xffff, 0x0000 + + .align 2 gUnknown_085E6FD0:: @ 85E6FD0 - .incbin "baserom.gba", 0x5e6fd0, 0x40 + .4byte gUnknown_085E6F84 + .4byte gUnknown_085E6F98 + .4byte gUnknown_085E6FAC + .4byte gUnknown_085E6FBC + .align 2 +gUnknown_085E6FE0:: @ 85E6FE0 + .2byte 0x0000, 0x0008, 0x0040, 0x0008, 0x0080, 0x0008, 0x00c0, 0x0008, 0xfffe, 0x0000 + + .align 2 +gUnknown_085E6FF4:: @ 85E6FF4 + .2byte 0x0000, 0x0004, 0x0040, 0x0004, 0x0080, 0x0004, 0x00c0, 0x0004, 0xfffe, 0x0000 + + .align 2 +gUnknown_085E7008:: @ 85E7008 + .2byte 0x0000, 0x0004, 0xffff, 0x0000 + + .align 2 gUnknown_085E7010:: @ 85E7010 - .incbin "baserom.gba", 0x5e7010, 0xc + .4byte gUnknown_085E6FE0 + .4byte gUnknown_085E6FF4 + .4byte gUnknown_085E7008 + .align 2 gUnknown_085E701C:: @ 85E701C - .incbin "baserom.gba", 0x5e701c, 0x10 + obj_tiles gDecompressionBuffer, 0x1800, 0x03E9 + null_obj_tiles + .align 2 gUnknown_085E702C:: @ 85E702C - .incbin "baserom.gba", 0x5e702c, 0x3c + obj_pal gDecompressionBuffer + 0x1800, 0x03E9 + null_obj_pal + .align 2 +gUnknown_085E703C:: @ 85E703C + .2byte 0x00a0, 0xc000, 0x0400, 0x0000 + + .align 2 +gUnknown_085E7044:: @ 85E7044 + .2byte 0x0000, 0x0008, 0xffff, 0x0000 + + .align 2 +gUnknown_085E704C:: @ 85E704C + .2byte 0x0040, 0x0008, 0xffff, 0x0000 + + .align 2 +gUnknown_085E7054:: @ 85E7054 + .2byte 0x0080, 0x0008, 0xffff, 0x0000 + + .align 2 +gUnknown_085E705C:: @ 85E705C + .4byte gUnknown_085E7044 + .4byte gUnknown_085E704C + .4byte gUnknown_085E7054 + + .align 2 gUnknown_085E7068:: @ 85E7068 - .incbin "baserom.gba", 0x5e7068, 0x18 + spr_template 0x03e9, 0x03e9, gUnknown_085E703C, gUnknown_085E705C, NULL, gDummySpriteAffineAnimTable, sub_81772B8 diff --git a/data/graphics.s b/data/graphics.s index d9657a783..96aaf3911 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -645,11 +645,29 @@ gUnknown_08DAAFEC:: @ 8DAAFEC .incbin "baserom.gba", 0xdb7aa0, 0x2a78 gUnknown_08DBA518:: @ 8DBA518 - .incbin "baserom.gba", 0xdba518, 0xa0 + .incbin "baserom.gba", 0xdba518, 0x80 + .align 2 +gCableCar_Pal:: @ 8DBA598 + .incbin "graphics/misc/cable_car.gbapal" + + .align 2 gUnknown_08DBA5B8:: @ 8DBA5B8 - .incbin "baserom.gba", 0xdba5b8, 0x1d30 + .incbin "baserom.gba", 0xdba5b8, 0x19d8 + .align 2 +gCableCar_Gfx:: @ 8DBBF90 + .incbin "graphics/misc/cable_car.4bpp.lz" + + .align 2 +gCableCarDoor_Gfx:: @ 8DBC290 + .incbin "graphics/misc/cable_car_door.4bpp.lz" + + .align 2 +gCableCarCord_Gfx:: @ 8DBC2C0 + .incbin "graphics/misc/cable_car_cord.4bpp.lz" + + .align 2 gUnknown_08DBC2E8:: @ 8DBC2E8 .incbin "baserom.gba", 0xdbc2e8, 0x72c diff --git a/data/link.s b/data/link.s index 38be746d9..2ce6b49ba 100644 --- a/data/link.s +++ b/data/link.s @@ -54,6 +54,7 @@ gUnknown_082ED1FC:: @ 82ED1FC BgTemplate .4byte 0x000001F8 .4byte 0x00001081 + .align 2 gUnknown_082ED204:: @ 82ED204 window_template 0x00, 0x00, 0x00, 0x1E, 0x05, 0x0F, 0x0002 @@ -63,15 +64,19 @@ gUnknown_082ED204:: @ 82ED204 window_template 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + .align 2 gUnknown_082ED224:: @ 82ED224 .byte 0x00, 0x01, 0x02, 0x00, 0xff, 0xfe, 0xff, 0x00 + .align 2 gWirelessLinkIconPalette:: @ 82ED22C .incbin "graphics/interface/wireless_link_icon.gbapal" + .align 2 gWirelessLinkIconPic:: @ 82ED22C .incbin "graphics/interface/wireless_link_icon.4bpp.lz" + .align 2 gUnknown_082ED370:: @ 82ED370 .byte 0xff, 0x95, 0x96, 0x97, 0x98, 0x99, 0x9a, 0x37 .byte 0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f @@ -106,6 +111,7 @@ gUnknown_082ED370:: @ 82ED370 .byte 0x2c, 0x2e, 0x87, 0x88, 0x89, 0x8a, 0x8b, 0x8c .byte 0x8d, 0x8e, 0x8f, 0x90, 0x91, 0x92, 0x93, 0x94 + .align 2 gUnknown_082ED470:: @ 82ED470 .byte 0x20, 0x86, 0x87, 0x88, 0x89, 0x8a, 0x8b, 0x8c .byte 0x8d, 0x8e, 0x8f, 0x90, 0x91, 0x92, 0x93, 0x94 @@ -140,26 +146,33 @@ gUnknown_082ED470:: @ 82ED470 .byte 0x20, 0x2b, 0x5b, 0x5c, 0x5d, 0x5e, 0x5f, 0x20 .byte 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00 + .align 2 gUnknown_082ED570:: @ 82ED570 .byte 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00 + .align 2 gUnknown_082ED578:: @ 82ED578 .2byte 0x0004, 0x0005, 0x0008, 0x0005, 0x000c, 0x0005, 0x0010, 0x000a .2byte 0x000c, 0x0005, 0x0008, 0x0005, 0xfffe, 0x0000 + .align 2 gUnknown_082ED594:: @ 82ED594 .2byte 0x0004, 0x0005, 0x0008, 0x0005, 0x000c, 0x000a, 0x0008, 0x0005 .2byte 0xfffe, 0x0000 + .align 2 gUnknown_082ED5A8:: @ 82ED5A8 .2byte 0x0004, 0x0005, 0x0008, 0x0005, 0xfffe, 0x0000 + .align 2 gUnknown_082ED5B4:: @ 82ED5B4 .2byte 0x0004, 0x000a, 0x0014, 0x000a, 0xfffe, 0x0000 + .align 2 gUnknown_082ED5C0:: @ 82ED5C0 .2byte 0x0018, 0x000a, 0x0004, 0x000a, 0xfffe, 0x0000 + .align 2 gUnknown_082ED5CC:: @ 82ED5CC .4byte gUnknown_082ED578 .4byte gUnknown_082ED594 @@ -167,33 +180,29 @@ gUnknown_082ED5CC:: @ 82ED5CC .4byte gUnknown_082ED5B4 .4byte gUnknown_082ED5C0 -gUnknown_082ED5E0:: @ 82ED5E0 struct CompressedSpriteSheet - .4byte gWirelessLinkIconPic - .2byte 0x0380 @ uncompressed size - .2byte 0xD431 @ tag + .align 2 +gUnknown_082ED5E0:: @ 82ED5E0 + obj_tiles gWirelessLinkIconPic, 0x0380, 0xD431 -gUnknown_082ED5E8:: @ 82ED5E8 struct SpritePalette - .4byte gWirelessLinkIconPalette - .2byte 0xD432 @ tag - .2byte 0x0000 @ padding + .align 2 +gUnknown_082ED5E8:: @ 82ED5E8 + obj_pal gWirelessLinkIconPalette, 0xD432 -gUnknown_082ED5F0:: @ 82ED5F0 struct SpriteTemplate - .2byte 0xD431 @ tileTag - .2byte 0xD432 @ paletteTag - .4byte gUnknown_082ED570 - .4byte gUnknown_082ED5CC - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + .align 2 +gUnknown_082ED5F0:: @ 82ED5F0 + spr_template 0xD431, 0xD432, gUnknown_082ED570, gUnknown_082ED5CC, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy + .align 2 gUnknown_082ED608:: @ 82ED608 .byte 0x04, 0x20, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00 .byte 0x14, 0x2b, 0x02, 0x02, 0x22, 0x2b, 0x02, 0x02 .byte 0x01, 0x00, 0x58, 0x02, 0x2c, 0x01, 0x00, 0x00 + .align 2 gUnknown_082ED620:: @ 82ED620 .byte 0x00, 0x03, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00 + .align 2 gUnknown_082ED628:: @ 82ED628 .4byte 0x00000000, 0x00000001, 0x00000003, 0x00000007 .4byte 0x0000000f, 0x0000001f, 0x0000003f, 0x0000007f @@ -216,6 +225,7 @@ gUnknown_082ED6A5:: @ 82ED6A5 .byte 0x03, 0x00, 0x01, 0x00, 0x02, 0x00, 0x01, 0x00 .byte 0x00, 0x00, 0x00 + .align 2 gUnknown_082ED6B8:: @ 82ED6B8 .4byte gUnknown_020228C4 .4byte 0x000000c8 @@ -228,6 +238,7 @@ gUnknown_082ED6B8:: @ 82ED6B8 .4byte gUnknown_020228C4 .4byte 0x00000028 + .align 2 gUnknown_082ED6E0:: @ 82ED6E0 .2byte 0x0002, 0x7f7d, 0x0000, 0xffff @@ -285,6 +296,7 @@ gUnknown_082ED7E0:: @ 82ED7E0 .4byte sub_8010AAC .4byte sub_8010D0C + .align 2 gUnknown_082ED7EC:: @ 82ED7EC .ascii "PokemonSioInfo" @@ -2268,14 +2280,8 @@ gUnknown_082F1D08:: @ 82F1D08 struct SpritePalette .2byte 0x8000 .align 2 -gUnknown_082F1D48:: @ 82F1D48 struct SpriteTemplate - .2byte 0x8000 - .2byte 0x8000 - .4byte gUnknown_08524934 - .4byte gDummySpriteAnimTable - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy +gUnknown_082F1D48:: @ 82F1D48 + spr_template 0x8000, 0x8000, gUnknown_08524934, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 gUnknown_082F1D60:: @ 82F1D60 @@ -2895,13 +2901,7 @@ gUnknown_082F318C:: @ 82F318C .align 2 gUnknown_082F319C:: @ 82F319C - .2byte 0x0000 @ tileTag - .2byte 0x0000 @ paletteTag - .4byte gUnknown_082F3164 - .4byte gUnknown_082F318C - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0x0000, 0x0000, gUnknown_082F3164, gUnknown_082F318C, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 gUnknown_082F31B4:: @ 82F31B4 @@ -2909,23 +2909,11 @@ gUnknown_082F31B4:: @ 82F31B4 .align 2 gUnknown_082F31BC:: @ 82F31BC - .2byte 0x0002 @ tileTag - .2byte 0x0000 @ paletteTag - .4byte gUnknown_082F31B4 - .4byte gDummySpriteAnimTable - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_8020ABC + spr_template 0x0002, 0x0000, gUnknown_082F31B4, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_8020ABC .align 2 gUnknown_082F31D4:: @ 82F31D4 - .2byte 0x0001 @ tileTag - .2byte 0x0000 @ paletteTag - .4byte gUnknown_082F31B4 - .4byte gDummySpriteAnimTable - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_8020AF4 + spr_template 0x0001, 0x0000, gUnknown_082F31B4, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_8020AF4 .align 2 gUnknown_082F31EC:: @ 82F31EC @@ -2960,23 +2948,11 @@ gUnknown_082F321C:: @ 82F321C .align 2 gUnknown_082F322C:: @ 82F322C - .2byte 0x0003 @ tileTag - .2byte 0x0000 @ paletteTag - .4byte gUnknown_082F31EC - .4byte gDummySpriteAnimTable - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0x0003, 0x0000, gUnknown_082F31EC, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 gUnknown_082F3244:: @ 82F3244 - .2byte 0x0004 @ tileTag - .2byte 0x0000 @ paletteTag - .4byte gUnknown_082F31F4 - .4byte gUnknown_082F321C - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0x0004, 0x0000, gUnknown_082F31F4, gUnknown_082F321C, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 gUnknown_082F325C:: @ 82F325C @@ -3243,53 +3219,23 @@ gUnknown_082F4304:: @ 82F4304 .align 2 gUnknown_082F430C:: @ 82F430C - .2byte 0x0001 @ tileTag - .2byte 0x0001 @ paletteTag - .4byte gUnknown_0852491C - .4byte gUnknown_082F42E8 - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0x0001, 0x0001, gUnknown_0852491C, gUnknown_082F42E8, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 gUnknown_082F4324:: @ 82F4324 - .2byte 0x0002 @ tileTag - .2byte 0x0002 @ paletteTag - .4byte gUnknown_08524914 - .4byte gUnknown_082F42EC - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_8022A20 + spr_template 0x0002, 0x0002, gUnknown_08524914, gUnknown_082F42EC, NULL, gDummySpriteAffineAnimTable, sub_8022A20 .align 2 gUnknown_082F433C:: @ 82F433C - .2byte 0x0003 @ tileTag - .2byte 0x0002 @ paletteTag - .4byte gUnknown_0852490C - .4byte gUnknown_082F42F4 - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0x0003, 0x0002, gUnknown_0852490C, gUnknown_082F42F4, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 gUnknown_082F4354:: @ 82F4354 - .2byte 0x0004 @ tileTag - .2byte 0x0004 @ paletteTag - .4byte gUnknown_08524944 - .4byte gUnknown_082F42FC - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0x0004, 0x0004, gUnknown_08524944, gUnknown_082F42FC, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 gUnknown_082F436C:: @ 82F436C - .2byte 0x0005 @ tileTag - .2byte 0x0005 @ paletteTag - .4byte gUnknown_085249D4 - .4byte gUnknown_082F4300 - .4byte NULL - .4byte gUnknown_082F4304 - .4byte SpriteCallbackDummy + spr_template 0x0005, 0x0005, gUnknown_085249D4, gUnknown_082F4300, NULL, gUnknown_082F4304, SpriteCallbackDummy .align 2 gUnknown_082F4384:: @ 82F4384 @@ -3915,28 +3861,19 @@ gUnknown_082FB2D4:: @ 82FB2D4 .align 2 gUnknown_082FB2D8:: @ 82FB2D8 - .4byte gDodrioBerryPkmnPal - .2byte 0x0000 + obj_pal gDodrioBerryPkmnPal, 0x0000 .align 2 gUnknown_082FB2E0:: @ 82FB2E0 - .4byte gDodrioBerryShinyPal - .2byte 0x0001 + obj_pal gDodrioBerryShinyPal, 0x0001 .align 2 gUnknown_082FB2E8:: @ 82FB2E8 - .4byte gDodrioBerryStatusPal - .2byte 0x0002 + obj_pal gDodrioBerryStatusPal, 0x0002 .align 2 -gUnknown_082FB2F0:: @ 82FB2F0 struct SpriteTemplate - .2byte 0x0001 @ tileTag - .2byte 0x0002 @ paletteTag - .4byte gUnknown_082FB1E8 - .4byte gUnknown_082FB254 - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte nullsub_15 +gUnknown_082FB2F0:: @ 82FB2F0 + spr_template 0x0001, 0x0002, gUnknown_082FB1E8, gUnknown_082FB254, NULL, gDummySpriteAffineAnimTable, nullsub_15 .align 2 .byte 0xD4, 0x3E, 0x3F, 0x40, 0x41, 0x42, 0x43, 0x44 @@ -3944,32 +3881,19 @@ gUnknown_082FB2F0:: @ 82FB2F0 struct SpriteTemplate .align 2 gUnknown_082FB314:: @ 82FB314 - .4byte gDodrioBerrySpritesPal - .2byte 0x0003 + obj_pal gDodrioBerrySpritesPal, 0x0003 .align 2 gUnknown_082FB31C:: @ 82FB31C .2byte 0x0058, 0x0080, 0x00a8, 0x00d0 .align 2 -gUnknown_082FB324:: @ 82FB324 struct SpriteTemplate - .2byte 0x0002 @ tileTag - .2byte 0x0003 @ paletteTag - .4byte gUnknown_082FB1F0 - .4byte gUnknown_082FB2A8 - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy +gUnknown_082FB324:: @ 82FB324 + spr_template 0x0002, 0x0003, gUnknown_082FB1F0, gUnknown_082FB2A8, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 -gUnknown_082FB33C:: @ 82FB33C struct SpriteTemplate - .2byte 0x0002 @ tileTag - .2byte 0x0003 @ paletteTag - .4byte gUnknown_082FB1E8 - .4byte gUnknown_082FB2A8 - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy +gUnknown_082FB33C:: @ 82FB33C + spr_template 0x0002, 0x0003, gUnknown_082FB1E8, gUnknown_082FB2A8, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 gUnknown_082FB354:: @ 82FB354 @@ -3984,18 +3908,11 @@ gUnknown_082FB358:: @ 82FB358 .align 2 gUnknown_082FB360:: @ 82FB360 - .4byte gDodrioBerryPlatformPal - .2byte 0x0006 + obj_pal gDodrioBerryPlatformPal, 0x0006 .align 2 -gUnknown_082FB368:: @ 82FB368 struct SpriteTemplate - .2byte 0x0005 @ tileTag - .2byte 0x0006 @ paletteTag - .4byte gUnknown_082FB1F8 - .4byte gUnknown_082FB2D4 - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte sub_8028CF4 +gUnknown_082FB368:: @ 82FB368 + spr_template 0x0005, 0x0006, gUnknown_082FB1F8, gUnknown_082FB2D4, NULL, gDummySpriteAffineAnimTable, sub_8028CF4 .align 2 gUnknown_082FB380:: @ 82FB380 @@ -4075,106 +3992,106 @@ gUnknown_082FB45C:: @ 82FB45C .align 2 gPkmnJumpSpecies:: @ 82FB464 - .2byte SPECIES_BULBASAUR, 0x0002 - .2byte SPECIES_CHARMANDER, 0x0001 - .2byte SPECIES_SQUIRTLE, 0x0000 - .2byte SPECIES_CATERPIE, 0x0001 - .2byte SPECIES_METAPOD, 0x0001 - .2byte SPECIES_WEEDLE, 0x0001 - .2byte SPECIES_KAKUNA, 0x0001 - .2byte SPECIES_RATTATA, 0x0001 - .2byte SPECIES_RATICATE, 0x0001 - .2byte SPECIES_PIKACHU, 0x0000 - .2byte SPECIES_SANDSHREW, 0x0000 - .2byte SPECIES_NIDORAN_F, 0x0000 - .2byte SPECIES_NIDORAN_M, 0x0000 - .2byte SPECIES_CLEFAIRY, 0x0000 - .2byte SPECIES_VULPIX, 0x0000 - .2byte SPECIES_JIGGLYPUFF, 0x0002 - .2byte SPECIES_ODDISH, 0x0002 - .2byte SPECIES_PARAS, 0x0001 - .2byte SPECIES_MEOWTH, 0x0000 - .2byte SPECIES_PSYDUCK, 0x0002 - .2byte SPECIES_MANKEY, 0x0001 - .2byte SPECIES_GROWLITHE, 0x0001 - .2byte SPECIES_POLIWAG, 0x0002 - .2byte SPECIES_BELLSPROUT, 0x0002 - .2byte SPECIES_SHELLDER, 0x0001 - .2byte SPECIES_KRABBY, 0x0001 - .2byte SPECIES_EXEGGCUTE, 0x0002 - .2byte SPECIES_CUBONE, 0x0000 - .2byte SPECIES_DITTO, 0x0002 - .2byte SPECIES_EEVEE, 0x0000 - .2byte SPECIES_OMANYTE, 0x0001 - .2byte SPECIES_KABUTO, 0x0001 - .2byte SPECIES_CHIKORITA, 0x0002 - .2byte SPECIES_CYNDAQUIL, 0x0001 - .2byte SPECIES_TOTODILE, 0x0000 - .2byte SPECIES_SPINARAK, 0x0001 - .2byte SPECIES_PICHU, 0x0000 - .2byte SPECIES_CLEFFA, 0x0000 - .2byte SPECIES_IGGLYBUFF, 0x0002 - .2byte SPECIES_TOGEPI, 0x0002 - .2byte SPECIES_MAREEP, 0x0000 - .2byte SPECIES_BELLOSSOM, 0x0002 - .2byte SPECIES_MARILL, 0x0002 - .2byte SPECIES_SUNKERN, 0x0002 - .2byte SPECIES_WOOPER, 0x0002 - .2byte SPECIES_PINECO, 0x0002 - .2byte SPECIES_SNUBBULL, 0x0000 - .2byte SPECIES_SHUCKLE, 0x0002 - .2byte SPECIES_TEDDIURSA, 0x0000 - .2byte SPECIES_SLUGMA, 0x0002 - .2byte SPECIES_SWINUB, 0x0000 - .2byte SPECIES_HOUNDOUR, 0x0001 - .2byte SPECIES_PHANPY, 0x0000 - .2byte SPECIES_PORYGON2, 0x0000 - .2byte SPECIES_TYROGUE, 0x0001 - .2byte SPECIES_SMOOCHUM, 0x0002 - .2byte SPECIES_ELEKID, 0x0001 - .2byte SPECIES_MAGBY, 0x0001 - .2byte SPECIES_LARVITAR, 0x0001 - .2byte SPECIES_TREECKO, 0x0001 - .2byte SPECIES_TORCHIC, 0x0002 - .2byte SPECIES_MUDKIP, 0x0000 - .2byte SPECIES_MARSHTOMP, 0x0000 - .2byte SPECIES_POOCHYENA, 0x0001 - .2byte SPECIES_ZIGZAGOON, 0x0000 - .2byte SPECIES_LINOONE, 0x0000 - .2byte SPECIES_WURMPLE, 0x0001 - .2byte SPECIES_SILCOON, 0x0002 - .2byte SPECIES_CASCOON, 0x0002 - .2byte SPECIES_LOTAD, 0x0002 - .2byte SPECIES_SEEDOT, 0x0001 - .2byte SPECIES_RALTS, 0x0000 - .2byte SPECIES_KIRLIA, 0x0000 - .2byte SPECIES_SURSKIT, 0x0002 - .2byte SPECIES_SHROOMISH, 0x0002 - .2byte SPECIES_NINCADA, 0x0001 - .2byte SPECIES_WHISMUR, 0x0000 - .2byte SPECIES_AZURILL, 0x0002 - .2byte SPECIES_SKITTY, 0x0000 - .2byte SPECIES_SABLEYE, 0x0000 - .2byte SPECIES_MAWILE, 0x0000 - .2byte SPECIES_ARON, 0x0001 - .2byte SPECIES_MEDITITE, 0x0002 - .2byte SPECIES_ELECTRIKE, 0x0001 - .2byte SPECIES_PLUSLE, 0x0001 - .2byte SPECIES_MINUN, 0x0001 - .2byte SPECIES_VOLBEAT, 0x0000 - .2byte SPECIES_ILLUMISE, 0x0000 - .2byte SPECIES_ROSELIA, 0x0002 - .2byte SPECIES_GULPIN, 0x0002 - .2byte SPECIES_NUMEL, 0x0002 - .2byte SPECIES_TORKOAL, 0x0002 - .2byte SPECIES_SPOINK, 0x0000 - .2byte SPECIES_TRAPINCH, 0x0002 - .2byte SPECIES_CACNEA, 0x0002 - .2byte SPECIES_ANORITH, 0x0001 - .2byte SPECIES_WYNAUT, 0x0000 - .2byte SPECIES_SNORUNT, 0x0000 - .2byte SPECIES_CLAMPERL, 0x0001 - .2byte SPECIES_BAGON, 0x0001 + .2byte SPECIES_BULBASAUR, 0x0002 + .2byte SPECIES_CHARMANDER, 0x0001 + .2byte SPECIES_SQUIRTLE, 0x0000 + .2byte SPECIES_CATERPIE, 0x0001 + .2byte SPECIES_METAPOD, 0x0001 + .2byte SPECIES_WEEDLE, 0x0001 + .2byte SPECIES_KAKUNA, 0x0001 + .2byte SPECIES_RATTATA, 0x0001 + .2byte SPECIES_RATICATE, 0x0001 + .2byte SPECIES_PIKACHU, 0x0000 + .2byte SPECIES_SANDSHREW, 0x0000 + .2byte SPECIES_NIDORAN_F, 0x0000 + .2byte SPECIES_NIDORAN_M, 0x0000 + .2byte SPECIES_CLEFAIRY, 0x0000 + .2byte SPECIES_VULPIX, 0x0000 + .2byte SPECIES_JIGGLYPUFF, 0x0002 + .2byte SPECIES_ODDISH, 0x0002 + .2byte SPECIES_PARAS, 0x0001 + .2byte SPECIES_MEOWTH, 0x0000 + .2byte SPECIES_PSYDUCK, 0x0002 + .2byte SPECIES_MANKEY, 0x0001 + .2byte SPECIES_GROWLITHE, 0x0001 + .2byte SPECIES_POLIWAG, 0x0002 + .2byte SPECIES_BELLSPROUT, 0x0002 + .2byte SPECIES_SHELLDER, 0x0001 + .2byte SPECIES_KRABBY, 0x0001 + .2byte SPECIES_EXEGGCUTE, 0x0002 + .2byte SPECIES_CUBONE, 0x0000 + .2byte SPECIES_DITTO, 0x0002 + .2byte SPECIES_EEVEE, 0x0000 + .2byte SPECIES_OMANYTE, 0x0001 + .2byte SPECIES_KABUTO, 0x0001 + .2byte SPECIES_CHIKORITA, 0x0002 + .2byte SPECIES_CYNDAQUIL, 0x0001 + .2byte SPECIES_TOTODILE, 0x0000 + .2byte SPECIES_SPINARAK, 0x0001 + .2byte SPECIES_PICHU, 0x0000 + .2byte SPECIES_CLEFFA, 0x0000 + .2byte SPECIES_IGGLYBUFF, 0x0002 + .2byte SPECIES_TOGEPI, 0x0002 + .2byte SPECIES_MAREEP, 0x0000 + .2byte SPECIES_BELLOSSOM, 0x0002 + .2byte SPECIES_MARILL, 0x0002 + .2byte SPECIES_SUNKERN, 0x0002 + .2byte SPECIES_WOOPER, 0x0002 + .2byte SPECIES_PINECO, 0x0002 + .2byte SPECIES_SNUBBULL, 0x0000 + .2byte SPECIES_SHUCKLE, 0x0002 + .2byte SPECIES_TEDDIURSA, 0x0000 + .2byte SPECIES_SLUGMA, 0x0002 + .2byte SPECIES_SWINUB, 0x0000 + .2byte SPECIES_HOUNDOUR, 0x0001 + .2byte SPECIES_PHANPY, 0x0000 + .2byte SPECIES_PORYGON2, 0x0000 + .2byte SPECIES_TYROGUE, 0x0001 + .2byte SPECIES_SMOOCHUM, 0x0002 + .2byte SPECIES_ELEKID, 0x0001 + .2byte SPECIES_MAGBY, 0x0001 + .2byte SPECIES_LARVITAR, 0x0001 + .2byte SPECIES_TREECKO, 0x0001 + .2byte SPECIES_TORCHIC, 0x0002 + .2byte SPECIES_MUDKIP, 0x0000 + .2byte SPECIES_MARSHTOMP, 0x0000 + .2byte SPECIES_POOCHYENA, 0x0001 + .2byte SPECIES_ZIGZAGOON, 0x0000 + .2byte SPECIES_LINOONE, 0x0000 + .2byte SPECIES_WURMPLE, 0x0001 + .2byte SPECIES_SILCOON, 0x0002 + .2byte SPECIES_CASCOON, 0x0002 + .2byte SPECIES_LOTAD, 0x0002 + .2byte SPECIES_SEEDOT, 0x0001 + .2byte SPECIES_RALTS, 0x0000 + .2byte SPECIES_KIRLIA, 0x0000 + .2byte SPECIES_SURSKIT, 0x0002 + .2byte SPECIES_SHROOMISH, 0x0002 + .2byte SPECIES_NINCADA, 0x0001 + .2byte SPECIES_WHISMUR, 0x0000 + .2byte SPECIES_AZURILL, 0x0002 + .2byte SPECIES_SKITTY, 0x0000 + .2byte SPECIES_SABLEYE, 0x0000 + .2byte SPECIES_MAWILE, 0x0000 + .2byte SPECIES_ARON, 0x0001 + .2byte SPECIES_MEDITITE, 0x0002 + .2byte SPECIES_ELECTRIKE, 0x0001 + .2byte SPECIES_PLUSLE, 0x0001 + .2byte SPECIES_MINUN, 0x0001 + .2byte SPECIES_VOLBEAT, 0x0000 + .2byte SPECIES_ILLUMISE, 0x0000 + .2byte SPECIES_ROSELIA, 0x0002 + .2byte SPECIES_GULPIN, 0x0002 + .2byte SPECIES_NUMEL, 0x0002 + .2byte SPECIES_TORKOAL, 0x0002 + .2byte SPECIES_SPOINK, 0x0000 + .2byte SPECIES_TRAPINCH, 0x0002 + .2byte SPECIES_CACNEA, 0x0002 + .2byte SPECIES_ANORITH, 0x0001 + .2byte SPECIES_WYNAUT, 0x0000 + .2byte SPECIES_SNORUNT, 0x0000 + .2byte SPECIES_CLAMPERL, 0x0001 + .2byte SPECIES_BAGON, 0x0001 .align 2 gUnknown_082FB5F4:: @ 82FB5F4 @@ -4278,43 +4195,30 @@ gPkmnJumpStarGfx:: @ 82FBC9C .align 2 gUnknown_082FBE08:: @ 82FBE08 - .4byte gPkmnJumpRopeGfx1 - .2byte 0x0600, 0x0005 + obj_tiles gPkmnJumpRopeGfx1, 0x0600, 0x0005 .align 2 - .4byte gPkmnJumpRopeGfx2 - .2byte 0x0c00, 0x0006 + obj_tiles gPkmnJumpRopeGfx2, 0x0c00, 0x0006 .align 2 - .4byte gPkmnJumpRopeGfx3 - .2byte 0x0600, 0x0007 + obj_tiles gPkmnJumpRopeGfx3, 0x0600, 0x0007 .align 2 - .4byte gPkmnJumpRopeGfx4 - .2byte 0x0600, 0x0008 + obj_tiles gPkmnJumpRopeGfx4, 0x0600, 0x0008 .align 2 - .4byte gPkmnJumpStarGfx - .2byte 0x0200, 0x000a + obj_tiles gPkmnJumpStarGfx, 0x0200, 0x000a .align 2 gUnknown_082FBE30:: @ 82FBE30 - .4byte gPkmnJumpPal1 - .2byte 0x0005 + obj_pal gPkmnJumpPal1, 0x0005 .align 2 - .4byte gPkmnJumpPal2 - .2byte 0x0006 + obj_pal gPkmnJumpPal2, 0x0006 .align 2 gUnknown_082FBE40:: @ 82FBE40 - .2byte 0x0000 @ tileTag - .2byte 0x0000 @ paletteTag - .4byte gUnknown_082FBEC8 - .4byte gDummySpriteAnimTable - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0x0000, 0x0000, gUnknown_082FBEC8, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy gUnknown_082FBE58:: @ 82FBE58 .2byte 0x0060, 0x0060, 0x0060, 0x0072, 0x0078, 0x0078, 0x0078, 0x0072 @@ -4429,43 +4333,19 @@ gUnknown_082FBF60:: @ 82FBF60 .align 2 gUnknown_082FBF78:: @ 82FBF78 - .2byte 0x0005 @ tileTag - .2byte 0x0005 @ paletteTag - .4byte gUnknown_082FBED0 - .4byte gUnknown_082FBF48 - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0x0005, 0x0005, gUnknown_082FBED0, gUnknown_082FBF48, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 gUnknown_082FBF90:: @ 82FBF90 - .2byte 0x0006 @ tileTag - .2byte 0x0005 @ paletteTag - .4byte gUnknown_082FBED8 - .4byte gUnknown_082FBF60 - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0x0006, 0x0005, gUnknown_082FBED8, gUnknown_082FBF60, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 gUnknown_082FBFA8:: @ 82FBFA8 - .2byte 0x0007 @ tileTag - .2byte 0x0005 @ paletteTag - .4byte gUnknown_082FBEE0 - .4byte gUnknown_082FBF48 - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0x0007, 0x0005, gUnknown_082FBEE0, gUnknown_082FBF48, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 gUnknown_082FBFC0:: @ 82FBFC0 - .2byte 0x0008 @ tileTag - .2byte 0x0005 @ paletteTag - .4byte gUnknown_082FBEE0 - .4byte gUnknown_082FBF48 - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0x0008, 0x0005, gUnknown_082FBEE0, gUnknown_082FBF48, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 gUnknown_082FBFD8:: @ 82FBFD8 @@ -4493,13 +4373,7 @@ gUnknown_082FC004:: @ 82FC004 .align 2 gUnknown_082FC00C:: @ 82FC00C - .2byte 0x000a @ tileTag - .2byte 0x0005 @ paletteTag - .4byte gUnknown_082FBFD8 - .4byte gUnknown_082FC004 - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0x000a, 0x0005, gUnknown_082FBFD8, gUnknown_082FC004, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 gPkmnJumpPal3:: @ 82FC024 @@ -4574,13 +4448,11 @@ gUnknown_082FE1DF:: @ 82FE1DF .align 2 gUnknown_082FE1EC:: @ 82FE1EC - .4byte gUnknown_082FF1F8 - .2byte 0x0000, 0x0320 + obj_tiles gUnknown_082FF1F8, 0x0000, 0x0320 .align 2 gUnknown_082FE1F4:: @ 82FE1F4 - .4byte gUnknown_082FF1D8 - .2byte 0x0320, 0x0000 + obj_pal gUnknown_082FF1D8, 0x0320 .align 2 gUnknown_082FE1FC:: @ 82FE1FC @@ -4646,17 +4518,13 @@ gPkmnJump321StartGfx1:: @ 82FE2A4 .align 2 gUnknown_082FE6C8:: @ 82FE6C8 - .4byte gPkmnJump321StartGfx1 - .2byte 0x0c00, 0x2000 - - .4byte 0x00000000, 0x00000000 + obj_tiles gPkmnJump321StartGfx1, 0x0c00, 0x2000 + null_obj_tiles .align 2 gUnknown_082FE6D8:: @ 82FE6D8 - .4byte gPkmnJump321StartPal1 - .2byte 0x2000, 0x0000 - - .4byte 0x00000000, 0x00000000 + obj_pal gPkmnJump321StartPal1, 0x2000 + null_obj_pal .align 2 gUnknown_082FE6E8:: @ 82FE6E8 @@ -4699,13 +4567,7 @@ gUnknown_082FE718:: @ 82FE718 .align 2 gUnknown_082FE730:: @ 82FE730 - .2byte 0x2000 @ tileTag - .2byte 0x2000 @ paletteTag - .4byte gUnknown_08524914 - .4byte gUnknown_082FE718 - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0x2000, 0x2000, gUnknown_08524914, gUnknown_082FE718, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy .align 2 gUnknown_082FE748:: @ 82FE748 @@ -4724,13 +4586,11 @@ gPkmnJump321StartGfx2:: @ 82FE778 .align 2 gUnknown_082FEBCC:: @ 82FEBCC - .4byte gPkmnJump321StartGfx2 - .2byte 0x0e00 + obj_tiles gPkmnJump321StartGfx2, 0x0e00, 0x0000 .align 2 gUnknown_082FEBD4:: @ 82FEBD4 - .4byte gPkmnJump321StartPal2 - .2byte 0x0000, 0x0000 + obj_pal gPkmnJump321StartPal2, 0x0000 .align 2 gUnknown_082FEBDC:: @ 82FEBDC @@ -4818,20 +4678,8 @@ gUnknown_082FEC80:: @ 82FEC80 .4byte gUnknown_082FEC60 gUnknown_082FEC90:: @ 82FEC90 - .2byte 0x0000 @ tileTag - .2byte 0x0000 @ paletteTag - .4byte gUnknown_082FEBDC - .4byte gUnknown_082FEC04 - .4byte NULL - .4byte gUnknown_082FEC80 - .4byte SpriteCallbackDummy + spr_template 0x0000, 0x0000, gUnknown_082FEBDC, gUnknown_082FEC04, NULL, gUnknown_082FEC80, SpriteCallbackDummy gUnknown_082FECA8:: @ 82FECA8 - .2byte 0x0000 @ tileTag - .2byte 0x0000 @ paletteTag - .4byte gUnknown_082FEBE4 - .4byte gUnknown_082FEC20 - .4byte NULL - .4byte gDummySpriteAffineAnimTable - .4byte SpriteCallbackDummy + spr_template 0x0000, 0x0000, gUnknown_082FEBE4, gUnknown_082FEC20, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy diff --git a/data/multiboot_berry_glitch_fix.s b/data/multiboot_berry_glitch_fix.s index bc97eb553..c77fc2c5e 100644 --- a/data/multiboot_berry_glitch_fix.s +++ b/data/multiboot_berry_glitch_fix.s @@ -1,8 +1,5 @@ .section .rodata -gUnknown_089A6550:: @ 89A6550 - .incbin "baserom.gba", 0x9a6550, 0xc0 - -gMultiBootProgram_BerryGlitchFix_Start:: @ 89A6610 - .incbin "baserom.gba", 0x9a6610, 0x3b34 -gMultiBootProgram_BerryGlitchFix_End:: +gMultiBootProgram_BerryGlitchFix_Start:: @ 89A6550 + .incbin "data/berry_fix.mb" +gMultiBootProgram_BerryGlitchFix_End:: @ 89AA144 diff --git a/data/multiboot_pokemon_colosseum.s b/data/multiboot_pokemon_colosseum.s index 4c0282068..59d0b430d 100644 --- a/data/multiboot_pokemon_colosseum.s +++ b/data/multiboot_pokemon_colosseum.s @@ -1,5 +1,5 @@ .section .rodata gMultiBootProgram_PokemonColosseum_Start:: @ 89AA144 - .incbin "baserom.gba", 0x9aa144, 0x28000 + .incbin "data/pokemon_colosseum.mb" gMultiBootProgram_PokemonColosseum_End:: diff --git a/data/pokemon_colosseum.mb b/data/pokemon_colosseum.mb new file mode 100644 index 0000000000000000000000000000000000000000..fdeb854a054ba02191f6a209ec5b649f21c4e335 GIT binary patch literal 163840 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 literal 0 HcmV?d00001 diff --git a/graphics/credits/credits_1.pal b/graphics/credits/credits_1.pal new file mode 100644 index 000000000..222be7101 --- /dev/null +++ b/graphics/credits/credits_1.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +164 164 164 +255 230 123 +255 82 41 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/graphics/credits/credits_2.pal b/graphics/credits/credits_2.pal new file mode 100644 index 000000000..7dac48572 --- /dev/null +++ b/graphics/credits/credits_2.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 230 123 +255 82 41 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/graphics/credits/credits_3.pal b/graphics/credits/credits_3.pal new file mode 100644 index 000000000..cbd66ec0c --- /dev/null +++ b/graphics/credits/credits_3.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +131 65 32 +16 0 0 +8 139 65 +8 8 0 +8 8 0 +8 8 0 +148 131 32 +16 8 0 diff --git a/graphics/credits/credits_4.pal b/graphics/credits/credits_4.pal new file mode 100644 index 000000000..2df49dc85 --- /dev/null +++ b/graphics/credits/credits_4.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 74 65 +16 65 65 +131 131 32 +148 131 65 +8 139 65 +8 139 0 +8 8 32 +148 131 0 +148 65 65 +16 74 65 +0 139 65 +0 131 65 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/graphics/credits/the_end_copyright.png b/graphics/credits/the_end_copyright.png new file mode 100644 index 0000000000000000000000000000000000000000..e226adf5d0c06b781ac57ed0d8cd0d8c002d7003 GIT binary patch literal 962 zcmV;z13mnSP)UW;j0`d*6ORVzO2@-Kq?bRHdFV@U@c;;n>&L+ zAN8j@%}%TS(%r79NPh=%2*JYGm3>6T4xjW$V$N1K%G&r zuWvvIEj`LLjQt}JYyi|XfxuBWpsSGbo`}Iw_Y^heo1z_Jb(_3)i9vk1Cbc*vpFM{Ws<8no4h$wm*Qk5rd) zSgmA2Bwf+?GVmSbGBnD9R9g)RRM{Gr=E=E$u+Is^om|P5!BNh!{|Qt>?~OpcAhWq% z7a$3bDt#l+6d&hA6NsK;EwYB04Mf2!0BshkLG;GZLPqHktOAJik|XzsD!6a*dH5}l zWm?;t((Z5r!?(9J|K*x~+vGct%OQXwA!S6t0nmV0JnYVDG$0i}OL3s$c+nCil;s9} zLEY*;RI+9uG^<%#a0;Oi$z#qj?Ndroiw<*-fW|*5Hm5WFTIr=LPaA$@L|2x#|7kj(xc$0YN-44$f6g8%dNo{IjT|gP9SphmX=FZ zHxjBJiqcGf9w`>?o1`yIS+Hd1q3|f3Aseqi($>rC9!UHoAvQ$sOE!Ni3JNS;;nAI? z2U!SZK@F%)5MkVGu=`aHd(Ok|WOp!@}LNm_)Swd6!0fdct zakydh$GntS0p`7KwzF`gY!)DthIW=7{_8B^AvQTZYJ%ENpca=QfRZCoW{qlsM=U<% zD{i+TvnIhVYAizwj$X3yAFTlLaL8lHaao#Wn{&3;`gA9K=x8z2(Ju%R`Q2Ca4?t*G zi0i7`0icQWK)>LSZ@XBXV)+7u%~+?5Cw?Mr0c6Zj-!HM;0)a$#1}?N1`5oa-kL-}` z`~~v`XmAl-*kj~af!gq&L?AmW(>>5p^OA7q7TN-+=jGX_SbhLa!h4rd~5fi&j)U*^yQsl;d;0{{R307*qoM6N<$f>m$2KmY&$ literal 0 HcmV?d00001 diff --git a/graphics/interface/berry_tag_screen.pal b/graphics/interface/berry_tag_screen.pal new file mode 100644 index 000000000..a55550e8f --- /dev/null +++ b/graphics/interface/berry_tag_screen.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +255 255 255 +98 98 98 +213 213 205 +230 8 8 +255 189 115 +32 156 8 +148 246 148 +49 82 205 +164 197 246 +0 0 0 +0 0 0 +0 0 0 +189 131 65 +65 32 0 +238 222 172 diff --git a/graphics/misc/cable_car.pal b/graphics/misc/cable_car.pal new file mode 100644 index 000000000..64985f6da --- /dev/null +++ b/graphics/misc/cable_car.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +255 255 255 +164 222 222 +98 139 139 +139 180 180 +131 131 139 +98 98 123 +65 74 106 +41 49 90 +139 205 246 +98 172 238 +255 255 148 +238 213 82 +213 172 16 +180 106 0 +139 65 0 diff --git a/graphics/misc/cable_car.png b/graphics/misc/cable_car.png new file mode 100644 index 0000000000000000000000000000000000000000..67f581fb978095c524a84e9317ec075a5eb2136a GIT binary patch literal 556 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 AQUCw| literal 0 HcmV?d00001 diff --git a/graphics/misc/cable_car_cord.png b/graphics/misc/cable_car_cord.png new file mode 100644 index 0000000000000000000000000000000000000000..b8176d3ca157e05ce97b07bd8c450a8a194c21ea GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFP2=EDU1=9cj|6g+NUQ%~=_m(Zq z&D}{!)s9|Snubx`XTK$_dH4VSly_HyuC5W-lEu*N$Z+rE+CZQlIZqeI5RRG22@Q>W r5{Frj8MSS+I+1v=$Mo0+26+Ys@h3c%nn?+*K$Q%hu6{1-oD!MDT4r?5LY1m|Ns9b_wFTicXw~u z(%jsglvM5Lm8EGI)qVC`(wcYw|4(^$HR$RZfh}1K-Hr_RPOc3E>QVD_aSY*@nXJ*y z)b{G`?(Of{l2{ghdw2JBdZWa_9ejyblq6&W7#O6RbWUcy`BMzk!QkoY=d#Wzp$P!T CfI21s literal 0 HcmV?d00001 diff --git a/graphics/misc/cable_car_mountain_map.bin b/graphics/misc/cable_car_mountain_map.bin new file mode 100644 index 000000000..3d4e092bc --- /dev/null +++ b/graphics/misc/cable_car_mountain_map.bin @@ -0,0 +1 @@ +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!a!b!c!d!e!f!g!h!i!j!k!l!m!n!o!!!!!!!!!!!!!!!!q!r!s!t!u!v!w!x!y!z!{!|!}!~!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! \ No newline at end of file diff --git a/graphics/misc/cable_car_mt_chimney_map.bin b/graphics/misc/cable_car_mt_chimney_map.bin new file mode 100644 index 0000000000000000000000000000000000000000..8ae7818bfbc7bd295752b8526559d973d5cef2ca GIT binary patch literal 360 zcmaLNNjDY%0EOY_Cm>2}h@xyrGHoc8Y7+OJ@?-C&64eoyK>xf-vhZGdgQSu^5iSd#EEy^4G9t@xhdH#DQ-)Z zCS8V1wd&Ms(5OkXx88ZLMXNR+wCnKEC!M-<>(T48KK%v^`eMki5u?V8`)b0ZDbv20 o@!b!z=FD5LXvwmlR;*g{%Wr@DwQj?vE!%eN+OzM#p?{A22a0z~IRF3v literal 0 HcmV?d00001 diff --git a/graphics/misc/cable_car_pylon_stem_map.bin b/graphics/misc/cable_car_pylon_stem_map.bin new file mode 100644 index 000000000..e6f12efc6 --- /dev/null +++ b/graphics/misc/cable_car_pylon_stem_map.bin @@ -0,0 +1,2 @@ + +0 0 0 000000000000000000000000000000000000000000000000000000000 \ No newline at end of file diff --git a/graphics/misc/cable_car_tree_map.bin b/graphics/misc/cable_car_tree_map.bin new file mode 100644 index 0000000000000000000000000000000000000000..1e9b7a8f819a09d3bf40bd1a7bc815ca3a976590 GIT binary patch literal 960 zcmd_f#a4o000v>Z;~l$E5WBm5Cu)FgTzQw=v%$e2WXIU#+)tc6|p-pXR zTRYm-o&pMLUw(rh=uk&G)`?DarjWuq*M%;1rEA^jRwlpGy&m+aCq3&$uX@wFKJ=+C zed|ZRGI<1%L=jC4vBVKi0*NG%ObV%_k&ej)WROV~+2oK*9{ChdND;-9V8i64lwrp~ zIZi65q>5^4sHKj28fe7iO*GR&D{ZvXK_^{w(?c(P^fQ19le-yYh+#$;#lsk0#+hIe YA5%;-gUM%^!^-nmYk@_qyu|mb.masterp = gUnknown_089A6550; + berry_fix_mb_manager->mb.masterp = gMultiBootProgram_BerryGlitchFix_Start; berry_fix_mb_manager->mb.server_type = 0; MultiBootInit(&berry_fix_mb_manager->mb); berry_fix_mb_manager->unk2 = 0; @@ -189,7 +188,7 @@ static void berry_fix_main(void) } else if (++ berry_fix_mb_manager->unk2 > 180) { - MultiBootStartMaster(&berry_fix_mb_manager->mb, gMultiBootProgram_BerryGlitchFix_Start, (u32)(gMultiBootProgram_BerryGlitchFix_End - gMultiBootProgram_BerryGlitchFix_Start), 4, 1); + MultiBootStartMaster(&berry_fix_mb_manager->mb, gMultiBootProgram_BerryGlitchFix_Start + ROM_HEADER_SIZE, (u32)(gMultiBootProgram_BerryGlitchFix_End - (gMultiBootProgram_BerryGlitchFix_Start + ROM_HEADER_SIZE)), 4, 1); berry_fix_mb_manager->state = 5; } break; From 3093d770ee66761ded30bbf66d85489507232984 Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Mon, 25 Sep 2017 16:42:01 -0500 Subject: [PATCH 09/13] Correct battle AI prefix --- data/battle_ai_scripts.s | 92 ++++++++++++++++++++-------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/data/battle_ai_scripts.s b/data/battle_ai_scripts.s index abca5eba5..834c4bf9d 100644 --- a/data/battle_ai_scripts.s +++ b/data/battle_ai_scripts.s @@ -5,77 +5,77 @@ .align 2 gBattleAI_ScriptsTable:: @ 82DBEF8 - .4byte gBattleScript_82DBF78 - .4byte gBattleScript_82DDE3F - .4byte gBattleScript_82DC7B0 - .4byte gBattleScript_82DDE71 - .4byte gBattleScript_82DDEDD - .4byte gBattleScript_82DDEC8 - .4byte gBattleScript_82DDF09 - .4byte gBattleScript_82DDFB4 - .4byte gBattleScript_82DE193 - .4byte gBattleScript_82DE2ED - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE34E - .4byte gBattleScript_82DE309 - .4byte gBattleScript_82DE337 - .4byte gBattleScript_82DE33E + .4byte gBattleAIScript_82DBF78 + .4byte gBattleAIScript_82DDE3F + .4byte gBattleAIScript_82DC7B0 + .4byte gBattleAIScript_82DDE71 + .4byte gBattleAIScript_82DDEDD + .4byte gBattleAIScript_82DDEC8 + .4byte gBattleAIScript_82DDF09 + .4byte gBattleAIScript_82DDFB4 + .4byte gBattleAIScript_82DE193 + .4byte gBattleAIScript_82DE2ED + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE309 + .4byte gBattleAIScript_82DE337 + .4byte gBattleAIScript_82DE33E -gBattleScript_82DBF78:: @ 82DBF78 +gBattleAIScript_82DBF78:: @ 82DBF78 .incbin "baserom.gba", 0x2dbf78, 0x838 -gBattleScript_82DC7B0:: @ 82DC7B0 +gBattleAIScript_82DC7B0:: @ 82DC7B0 .incbin "baserom.gba", 0x2dc7b0, 0x168F -gBattleScript_82DDE3F:: @ 82DDE3F +gBattleAIScript_82DDE3F:: @ 82DDE3F .incbin "baserom.gba", 0x2dde3f, 0x32 -gBattleScript_82DDE71:: @ 82DDE71 +gBattleAIScript_82DDE71:: @ 82DDE71 .incbin "baserom.gba", 0x2dde71, 0x57 -gBattleScript_82DDEC8:: @ 82DDEC8 +gBattleAIScript_82DDEC8:: @ 82DDEC8 .incbin "baserom.gba", 0x2ddec8, 0x15 -gBattleScript_82DDEDD:: @ 82DDEDD +gBattleAIScript_82DDEDD:: @ 82DDEDD .incbin "baserom.gba", 0x2ddedd, 0x2c -gBattleScript_82DDF09:: @ 82DDF09 +gBattleAIScript_82DDF09:: @ 82DDF09 .incbin "baserom.gba", 0x2ddf09, 0xab -gBattleScript_82DDFB4:: @ 82DDFB4 +gBattleAIScript_82DDFB4:: @ 82DDFB4 .incbin "baserom.gba", 0x2ddfb4, 0x1df -gBattleScript_82DE193:: @ 82DE193 +gBattleAIScript_82DE193:: @ 82DE193 .incbin "baserom.gba", 0x2de193, 0x15a -gBattleScript_82DE2ED:: @ 82DE2ED +gBattleAIScript_82DE2ED:: @ 82DE2ED .incbin "baserom.gba", 0x2de2ed, 0x1c -gBattleScript_82DE309:: @ 82DE309 +gBattleAIScript_82DE309:: @ 82DE309 .incbin "baserom.gba", 0x2de309, 0x2e -gBattleScript_82DE337:: @ 82DE337 +gBattleAIScript_82DE337:: @ 82DE337 .incbin "baserom.gba", 0x2de337, 0x7 -gBattleScript_82DE33E:: @ 82DE33E +gBattleAIScript_82DE33E:: @ 82DE33E .incbin "baserom.gba", 0x2de33e, 0x10 -gBattleScript_82DE34E:: @ 82DE34E +gBattleAIScript_82DE34E:: @ 82DE34E .incbin "baserom.gba", 0x2de34e, 0x2 From 6f230848f62d1229ec46407b0a7411f1d41c6014 Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Mon, 25 Sep 2017 20:24:14 -0500 Subject: [PATCH 10/13] Add window_template_terminator macro --- asm/macros/window.inc | 4 ++++ data/berry_tag_screen.s | 2 +- data/clear_save_data_screen.s | 2 +- data/credits.s | 2 +- data/link.s | 20 +++++++++----------- 5 files changed, 16 insertions(+), 14 deletions(-) diff --git a/asm/macros/window.inc b/asm/macros/window.inc index 04c148114..b7291138b 100644 --- a/asm/macros/window.inc +++ b/asm/macros/window.inc @@ -8,6 +8,10 @@ .2byte \vram_tile_offset .endm + .macro window_template_terminator + window_template 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + .endm + .macro glyph_width_func font_id, func .4byte \font_id .4byte \func diff --git a/data/berry_tag_screen.s b/data/berry_tag_screen.s index 197f3c7d8..01a44bb14 100644 --- a/data/berry_tag_screen.s +++ b/data/berry_tag_screen.s @@ -23,7 +23,7 @@ gUnknown_085EFD28:: @ 85EFD28 window_template 0x01, 0x0b, 0x07, 0x12, 0x04, 0x0f, 0x0055 window_template 0x01, 0x04, 0x0e, 0x19, 0x04, 0x0f, 0x009d window_template 0x00, 0x02, 0x00, 0x08, 0x02, 0x0f, 0x0101 - window_template 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + window_template_terminator .align 2 gBerryFirmnessStringPointers:: @ 85EFD50 diff --git a/data/clear_save_data_screen.s b/data/clear_save_data_screen.s index 8e30a6303..3abf9bf6d 100644 --- a/data/clear_save_data_screen.s +++ b/data/clear_save_data_screen.s @@ -10,7 +10,7 @@ gUnknown_085F06C0:: @ 85F06C0 .align 2 gUnknown_085F06C8:: @ 85F06C8 window_template 0x00, 0x03, 0x0f, 0x1a, 0x04, 0x0f, 0x000b - window_template 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + window_template_terminator .align 2 gUnknown_085F06D8:: @ 85F06D8 diff --git a/data/credits.s b/data/credits.s index 5e1e83c8b..cc75915a0 100644 --- a/data/credits.s +++ b/data/credits.s @@ -1493,7 +1493,7 @@ gUnknown_085E6F68:: @ 85E6F68 struct BgTemplate .align 2 gUnknown_085E6F6C:: @ 85E6F6C window_template 0x00, 0x00, 0x09, 0x1e, 0x0c, 0x08, 0x0001 - window_template 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + window_template_terminator .align 2 gUnknown_085E6F7C:: @ 85E6F7C diff --git a/data/link.s b/data/link.s index 2ce6b49ba..d9cf886c5 100644 --- a/data/link.s +++ b/data/link.s @@ -57,12 +57,9 @@ gUnknown_082ED1FC:: @ 82ED1FC BgTemplate .align 2 gUnknown_082ED204:: @ 82ED204 window_template 0x00, 0x00, 0x00, 0x1E, 0x05, 0x0F, 0x0002 - window_template 0x00, 0x00, 0x06, 0x1E, 0x07, 0x0F, 0x0098 - window_template 0x00, 0x00, 0x0D, 0x1E, 0x07, 0x0F, 0x016A - - window_template 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + window_template_terminator .align 2 gUnknown_082ED224:: @ 82ED224 @@ -1889,7 +1886,7 @@ gUnknown_082F05A8:: @ 82F05A8 window_template 0x00, 0x00, 0x00, 0x1e, 0x02, 0x0c, 0x0013 window_template 0x00, 0x01, 0x0f, 0x1c, 0x04, 0x0c, 0x004f window_template 0x00, 0x00, 0x0f, 0x1e, 0x05, 0x0d, 0x004f - window_template 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + window_template_terminator .align 2 gUnknown_082F05C8:: @ 82F05C8 @@ -2073,7 +2070,7 @@ gUnknown_082F0D3C:: @ 82F0D3C window_template 0x00, 0x03, 0x00, 0x18, 0x03, 0x0f, 0x0001 window_template 0x00, 0x03, 0x04, 0x15, 0x0f, 0x0f, 0x0049 window_template 0x00, 0x18, 0x04, 0x03, 0x0f, 0x0f, 0x0184 - window_template 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + window_template_terminator .align 2 gUnknown_082F0D5C:: @ 82F0D5C @@ -2105,7 +2102,7 @@ gUnknown_082F0DD0:: @ 82F0DD0 .align 2 gUnknown_082F0DD4:: @ 82F0DD4 window_template 0x00, 0x03, 0x0f, 0x18, 0x04, 0x0e, 0x0014 - window_template 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + window_template_terminator .align 2 gUnknown_082F0DE4:: @ 82F0DE4 @@ -2758,7 +2755,7 @@ gUnknown_082F2C70:: @ 82F2C70 window_template 0x01, 0x09, 0x12, 0x0f, 0x02, 0x0c, 0x007a window_template 0x01, 0x00, 0x02, 0x06, 0x0f, 0x07, 0x0020 window_template 0x00, 0x01, 0x02, 0x07, 0x09, 0x0e, 0x0013 - window_template 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + window_template_terminator .align 2 gUnknown_082F2C98:: @ 82F2C98 @@ -3025,11 +3022,12 @@ gUnknown_082F32F4:: @ 82F32F4 window_template 0x00, 0x00, 0x06, 0x09, 0x02, 0x08, 0x03c9 window_template 0x00, 0x15, 0x03, 0x09, 0x02, 0x08, 0x03b7 window_template 0x00, 0x15, 0x06, 0x09, 0x02, 0x08, 0x03a5 - window_template 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + window_template_terminator + window_template 0x00, 0x05, 0x02, 0x14, 0x10, 0x0f, 0x0001 window_template 0x00, 0x05, 0x02, 0x14, 0x10, 0x0f, 0x0001 window_template 0x00, 0x04, 0x02, 0x16, 0x10, 0x0f, 0x0001 - window_template 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + window_template_terminator .align 2 gUnknown_082F3344:: @ 82F3344 @@ -4423,7 +4421,7 @@ gUnknown_082FE164:: @ 82FE164 struct BgTemplate gUnknown_082FE174:: @ 82FE174 window_template 0x00, 0x13, 0x00, 0x06, 0x02, 0x02, 0x0013 window_template 0x00, 0x08, 0x00, 0x06, 0x02, 0x02, 0x001f - window_template 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + window_template_terminator .align 2 gUnknown_082FE18C:: @ 82FE18C From 3db01d1867fc6c270298f385e1ee5f39a2c08b59 Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Mon, 25 Sep 2017 21:28:30 -0500 Subject: [PATCH 11/13] Correct battle AI prefix again --- data/battle_ai_scripts.s | 92 ++++++++++++++++++++-------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/data/battle_ai_scripts.s b/data/battle_ai_scripts.s index 834c4bf9d..022664958 100644 --- a/data/battle_ai_scripts.s +++ b/data/battle_ai_scripts.s @@ -5,77 +5,77 @@ .align 2 gBattleAI_ScriptsTable:: @ 82DBEF8 - .4byte gBattleAIScript_82DBF78 - .4byte gBattleAIScript_82DDE3F - .4byte gBattleAIScript_82DC7B0 - .4byte gBattleAIScript_82DDE71 - .4byte gBattleAIScript_82DDEDD - .4byte gBattleAIScript_82DDEC8 - .4byte gBattleAIScript_82DDF09 - .4byte gBattleAIScript_82DDFB4 - .4byte gBattleAIScript_82DE193 - .4byte gBattleAIScript_82DE2ED - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE34E - .4byte gBattleAIScript_82DE309 - .4byte gBattleAIScript_82DE337 - .4byte gBattleAIScript_82DE33E + .4byte AIS_82DBF78 + .4byte AIS_82DDE3F + .4byte AIS_82DC7B0 + .4byte AIS_82DDE71 + .4byte AIS_82DDEDD + .4byte AIS_82DDEC8 + .4byte AIS_82DDF09 + .4byte AIS_82DDFB4 + .4byte AIS_82DE193 + .4byte AIS_82DE2ED + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE34E + .4byte AIS_82DE309 + .4byte AIS_82DE337 + .4byte AIS_82DE33E -gBattleAIScript_82DBF78:: @ 82DBF78 +AIS_82DBF78:: @ 82DBF78 .incbin "baserom.gba", 0x2dbf78, 0x838 -gBattleAIScript_82DC7B0:: @ 82DC7B0 +AIS_82DC7B0:: @ 82DC7B0 .incbin "baserom.gba", 0x2dc7b0, 0x168F -gBattleAIScript_82DDE3F:: @ 82DDE3F +AIS_82DDE3F:: @ 82DDE3F .incbin "baserom.gba", 0x2dde3f, 0x32 -gBattleAIScript_82DDE71:: @ 82DDE71 +AIS_82DDE71:: @ 82DDE71 .incbin "baserom.gba", 0x2dde71, 0x57 -gBattleAIScript_82DDEC8:: @ 82DDEC8 +AIS_82DDEC8:: @ 82DDEC8 .incbin "baserom.gba", 0x2ddec8, 0x15 -gBattleAIScript_82DDEDD:: @ 82DDEDD +AIS_82DDEDD:: @ 82DDEDD .incbin "baserom.gba", 0x2ddedd, 0x2c -gBattleAIScript_82DDF09:: @ 82DDF09 +AIS_82DDF09:: @ 82DDF09 .incbin "baserom.gba", 0x2ddf09, 0xab -gBattleAIScript_82DDFB4:: @ 82DDFB4 +AIS_82DDFB4:: @ 82DDFB4 .incbin "baserom.gba", 0x2ddfb4, 0x1df -gBattleAIScript_82DE193:: @ 82DE193 +AIS_82DE193:: @ 82DE193 .incbin "baserom.gba", 0x2de193, 0x15a -gBattleAIScript_82DE2ED:: @ 82DE2ED +AIS_82DE2ED:: @ 82DE2ED .incbin "baserom.gba", 0x2de2ed, 0x1c -gBattleAIScript_82DE309:: @ 82DE309 +AIS_82DE309:: @ 82DE309 .incbin "baserom.gba", 0x2de309, 0x2e -gBattleAIScript_82DE337:: @ 82DE337 +AIS_82DE337:: @ 82DE337 .incbin "baserom.gba", 0x2de337, 0x7 -gBattleAIScript_82DE33E:: @ 82DE33E +AIS_82DE33E:: @ 82DE33E .incbin "baserom.gba", 0x2de33e, 0x10 -gBattleAIScript_82DE34E:: @ 82DE34E +AIS_82DE34E:: @ 82DE34E .incbin "baserom.gba", 0x2de34e, 0x2 From 60b0fd8b39d1bc5a4692d0ed5610552a13cbf93e Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Tue, 26 Sep 2017 00:19:20 -0500 Subject: [PATCH 12/13] Rename battle AI prefix to something agreeable --- data/battle_ai_scripts.s | 92 ++++++++++++++++++++-------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/data/battle_ai_scripts.s b/data/battle_ai_scripts.s index 022664958..834c4bf9d 100644 --- a/data/battle_ai_scripts.s +++ b/data/battle_ai_scripts.s @@ -5,77 +5,77 @@ .align 2 gBattleAI_ScriptsTable:: @ 82DBEF8 - .4byte AIS_82DBF78 - .4byte AIS_82DDE3F - .4byte AIS_82DC7B0 - .4byte AIS_82DDE71 - .4byte AIS_82DDEDD - .4byte AIS_82DDEC8 - .4byte AIS_82DDF09 - .4byte AIS_82DDFB4 - .4byte AIS_82DE193 - .4byte AIS_82DE2ED - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE34E - .4byte AIS_82DE309 - .4byte AIS_82DE337 - .4byte AIS_82DE33E + .4byte gBattleAIScript_82DBF78 + .4byte gBattleAIScript_82DDE3F + .4byte gBattleAIScript_82DC7B0 + .4byte gBattleAIScript_82DDE71 + .4byte gBattleAIScript_82DDEDD + .4byte gBattleAIScript_82DDEC8 + .4byte gBattleAIScript_82DDF09 + .4byte gBattleAIScript_82DDFB4 + .4byte gBattleAIScript_82DE193 + .4byte gBattleAIScript_82DE2ED + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE34E + .4byte gBattleAIScript_82DE309 + .4byte gBattleAIScript_82DE337 + .4byte gBattleAIScript_82DE33E -AIS_82DBF78:: @ 82DBF78 +gBattleAIScript_82DBF78:: @ 82DBF78 .incbin "baserom.gba", 0x2dbf78, 0x838 -AIS_82DC7B0:: @ 82DC7B0 +gBattleAIScript_82DC7B0:: @ 82DC7B0 .incbin "baserom.gba", 0x2dc7b0, 0x168F -AIS_82DDE3F:: @ 82DDE3F +gBattleAIScript_82DDE3F:: @ 82DDE3F .incbin "baserom.gba", 0x2dde3f, 0x32 -AIS_82DDE71:: @ 82DDE71 +gBattleAIScript_82DDE71:: @ 82DDE71 .incbin "baserom.gba", 0x2dde71, 0x57 -AIS_82DDEC8:: @ 82DDEC8 +gBattleAIScript_82DDEC8:: @ 82DDEC8 .incbin "baserom.gba", 0x2ddec8, 0x15 -AIS_82DDEDD:: @ 82DDEDD +gBattleAIScript_82DDEDD:: @ 82DDEDD .incbin "baserom.gba", 0x2ddedd, 0x2c -AIS_82DDF09:: @ 82DDF09 +gBattleAIScript_82DDF09:: @ 82DDF09 .incbin "baserom.gba", 0x2ddf09, 0xab -AIS_82DDFB4:: @ 82DDFB4 +gBattleAIScript_82DDFB4:: @ 82DDFB4 .incbin "baserom.gba", 0x2ddfb4, 0x1df -AIS_82DE193:: @ 82DE193 +gBattleAIScript_82DE193:: @ 82DE193 .incbin "baserom.gba", 0x2de193, 0x15a -AIS_82DE2ED:: @ 82DE2ED +gBattleAIScript_82DE2ED:: @ 82DE2ED .incbin "baserom.gba", 0x2de2ed, 0x1c -AIS_82DE309:: @ 82DE309 +gBattleAIScript_82DE309:: @ 82DE309 .incbin "baserom.gba", 0x2de309, 0x2e -AIS_82DE337:: @ 82DE337 +gBattleAIScript_82DE337:: @ 82DE337 .incbin "baserom.gba", 0x2de337, 0x7 -AIS_82DE33E:: @ 82DE33E +gBattleAIScript_82DE33E:: @ 82DE33E .incbin "baserom.gba", 0x2de33e, 0x10 -AIS_82DE34E:: @ 82DE34E +gBattleAIScript_82DE34E:: @ 82DE34E .incbin "baserom.gba", 0x2de34e, 0x2 From def827fcd48353d8a0292db249d26ac7a85b54ef Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 26 Sep 2017 08:30:12 -0400 Subject: [PATCH 13/13] Capitalize all gUnknown labels --- data/event_scripts.s | 190 ++--- data/script_menu.s | 992 +++++++++++------------ data/strings.s | 1820 +++++++++++++++++++++--------------------- 3 files changed, 1501 insertions(+), 1501 deletions(-) diff --git a/data/event_scripts.s b/data/event_scripts.s index b3aa055d8..e4293570d 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -184,23 +184,23 @@ gUnknown_0827266F:: @ 827266F .string "Which PC should be accessed?$" -gUnknown_0827268c:: @ 827268C +gUnknown_0827268C:: @ 827268C .string "Accessed SOMEONE’S PC.$" -gUnknown_082726a3:: @ 82726A3 +gUnknown_082726A3:: @ 82726A3 .string "POKéMON Storage System opened.$" -gUnknown_082726c2:: @ 82726C2 +gUnknown_082726C2:: @ 82726C2 .string "Accessed {PLAYER}’s PC.$" -gUnknown_082726d4:: @ 82726D4 +gUnknown_082726D4:: @ 82726D4 .string "Accessed LANETTE’s PC.$" -gUnknown_082726eb:: @ 82726EB +gUnknown_082726EB:: @ 82726EB .string "Hello, and welcome to\nthe POKéMON CENTER.\pWe restore your tired POKéMON\nto full health.\pWould you like to rest your POKéMON?$" @@ -212,11 +212,11 @@ gUnknown_08272798:: @ 8272798 .string "Thank you for waiting.\pWe’ve restored your POKéMON\nto full health.$" -gUnknown_082727db:: @ 82727DB +gUnknown_082727DB:: @ 82727DB .string "We hope to see you again!$" -gUnknown_082727f5:: @ 82727F5 +gUnknown_082727F5:: @ 82727F5 .string "Hello, and welcome to\nthe POKéMON CENTER.\pWe restore your tired POKéMON\nto full health.\pWould you like to…$" @@ -228,147 +228,147 @@ gUnknown_08272982:: @ 8272982 .string "I’m delighted to see you, {PLAYER}!\nYou want the usual, am I right?$" -gUnknown_082729c0:: @ 82729C0 +gUnknown_082729C0:: @ 82729C0 .string "Okay, I’ll take your POKéMON\nfor a few seconds.$" -gUnknown_082729f0:: @ 82729F0 +gUnknown_082729F0:: @ 82729F0 .string "Thank you for waiting.$" -gUnknown_08272a07:: @ 8272A07 +gUnknown_08272A07:: @ 8272A07 .string "We hope to see you again!$" -gUnknown_08272a21:: @ 8272A21 +gUnknown_08272A21:: @ 8272A21 .string "Welcome!\pHow may I serve you?$" -gUnknown_08272a3f:: @ 8272A3F +gUnknown_08272A3F:: @ 8272A3F .string "Please come again!$" -gUnknown_08272a52:: @ 8272A52 +gUnknown_08272A52:: @ 8272A52 .string "{PLAYER}{STRING 5}, welcome!\pWhat can I do for you?$" -gUnknown_08272a78:: @ 8272A78 +gUnknown_08272A78:: @ 8272A78 .string "Obtained the {STR_VAR_2}!$" -gUnknown_08272a89:: @ 8272A89 +gUnknown_08272A89:: @ 8272A89 .string "The BAG is full…$" -gUnknown_08272a9a:: @ 8272A9A +gUnknown_08272A9A:: @ 8272A9A .string "{PLAYER} put away the {STR_VAR_2}\nin the {STR_VAR_3} POCKET.$" -gUnknown_08272abf:: @ 8272ABF +gUnknown_08272ABF:: @ 8272ABF .string "{PLAYER} found one {STR_VAR_2}!$" -gUnknown_08272ad0:: @ 8272AD0 +gUnknown_08272AD0:: @ 8272AD0 .string "Too bad!\nThe BAG is full…$" -gUnknown_08272aea:: @ 8272AEA +gUnknown_08272AEA:: @ 8272AEA .string "{PLAYER} put away the {STR_VAR_2}\nin the BAG.$" -gUnknown_08272b09:: @ 8272B09 +gUnknown_08272B09:: @ 8272B09 .string "Obtained the {STR_VAR_2}!$" -gUnknown_08272b1a:: @ 8272B1A +gUnknown_08272B1A:: @ 8272B1A .string "Too bad! There’s no room left for\nanother {STR_VAR_2}…$" -gUnknown_08272b48:: @ 8272B48 +gUnknown_08272B48:: @ 8272B48 .string "The {STR_VAR_2} was transferred\nto the PC.$" -gUnknown_08272b6a:: @ 8272B6A +gUnknown_08272B6A:: @ 8272B6A .string "“Selected items for your convenience!”\nPOKéMON MART$" -gUnknown_08272b9e:: @ 8272B9E +gUnknown_08272B9E:: @ 8272B9E .string "“Rejuvenate your tired partners!”\nPOKéMON CENTER$" -gUnknown_08272bcf:: @ 8272BCF +gUnknown_08272BCF:: @ 8272BCF .string "{STR_VAR_1} might like this program.\n… … … … … … … … … … … … … … … …\pBetter get going!$" -gUnknown_08272c1d:: @ 8272C1D +gUnknown_08272C1D:: @ 8272C1D .string "Welcome to LILYCOVE DEPARTMENT STORE.\pWhich floor would you like?$" -gUnknown_08272c5f:: @ 8272C5F +gUnknown_08272C5F:: @ 8272C5F .string "The sandstorm is vicious.\nIt’s impossible to keep going.$" -gUnknown_08272c98:: @ 8272C98 +gUnknown_08272C98:: @ 8272C98 .string "An item in the BAG can be\nregistered to SELECT for easy use.$" -gUnknown_08272cd5:: @ 8272CD5 +gUnknown_08272CD5:: @ 8272CD5 .string "There’s an e-mail from POKéMON TRAINER\nSCHOOL.\p… … … … … …\pA POKéMON may learn up to four moves.\pA TRAINER’s expertise is tested on the\nmove sets chosen for POKéMON.\p… … … … … …$" -gUnknown_08272d87:: @ 8272D87 +gUnknown_08272D87:: @ 8272D87 .string "{PLAYER} booted up the PC.$" -gUnknown_08272d9c:: @ 8272D9C +gUnknown_08272D9C:: @ 8272D9C .string "The link was canceled.$" -gUnknown_08272db3:: @ 8272DB3 +gUnknown_08272DB3:: @ 8272DB3 .string "Want to give a nickname to\nthe {STR_VAR_2} you received?$" -gUnknown_08272de3:: @ 8272DE3 +gUnknown_08272DE3:: @ 8272DE3 .string "{PLAYER} is out of usable\nPOKéMON!\p{PLAYER} whited out!$" -gUnknown_08272e0f:: @ 8272E0F +gUnknown_08272E0F:: @ 8272E0F .string "Registered {STR_VAR_1} {STR_VAR_2}\nin the POKéNAV.$" -gUnknown_08272e30:: @ 8272E30 +gUnknown_08272E30:: @ 8272E30 .string "Do you know the TM SECRET POWER?\pOur group, we love the TM SECRET\nPOWER.\pOne of our members will give it to you.\nCome back and show me if you get it.\pWe’ll accept you as a member and sell\nyou good stuff in secrecy.$" -gUnknown_08272f07:: @ 8272F07 +gUnknown_08272F07:: @ 8272F07 .string "Your POKéMON may be infected with\nPOKéRUS.\pLittle is known about the POKéRUS\nexcept that they are microscopic life-\lforms that attach to POKéMON.\pWhile infected, POKéMON are said to\ngrow exceptionally well.$" -gUnknown_08272fd6:: @ 8272FD6 +gUnknown_08272FD6:: @ 8272FD6 .string "The water is dyed a deep blue…\nWould you like to SURF?$" -gUnknown_0827300d:: @ 827300D +gUnknown_0827300D:: @ 827300D .string "{STR_VAR_1} used SURF!$" -gUnknown_0827301b:: @ 827301B +gUnknown_0827301B:: @ 827301B .string "It sounded as if a door opened\nsomewhere far away.$" -gUnknown_0827304e:: @ 827304E +gUnknown_0827304E:: @ 827304E .string "There is a big hole in the wall.$" -gUnknown_0827306f:: @ 827306F +gUnknown_0827306F:: @ 827306F .string "I’m terribly sorry.\nThe POKéMON WIRELESS CLUB is\lundergoing adjustments now.$" -gUnknown_082730bc:: @ 82730BC +gUnknown_082730BC:: @ 82730BC .string "It appears to be undergoing\nadjustments…$" -gUnknown_082730e5:: @ 82730E5 +gUnknown_082730E5:: @ 82730E5 .string "I’m terribly sorry. The TRADE CENTER\nis undergoing inspections.$" @@ -384,11 +384,11 @@ gUnknown_08273178:: @ 8273178 .string "Thank you for accessing the\nMYSTERY GIFT System.$" -gUnknown_082731a9:: @ 82731A9 +gUnknown_082731A9:: @ 82731A9 .string "{PLAYER} found one {STR_VAR_1}\n{STR_VAR_2}!$" -gUnknown_082731bd:: @ 82731BD +gUnknown_082731BD:: @ 82731BD .string "The weird tree doesn’t like the\nWAILMER PAIL!\pThe weird tree attacked!$" @@ -408,7 +408,7 @@ gText_PkmnBoxLanettesPCFull:: @ 82732D9 .string "BOX “{STR_VAR_3}” on\nLANETTE’S PC was full.\p{STR_VAR_2} was transferred to\nBOX “{STR_VAR_1}.”$" -gUnknown_0827331c:: @ 827331C +gUnknown_0827331C:: @ 827331C .string "There’s no more room for POKéMON!\pThe POKéMON BOXES are full and\ncan’t accept any more!$" @@ -416,11 +416,11 @@ gUnknown_08273374:: @ 8273374 .string "Do you want to give a nickname to\nthis {STR_VAR_1}?$" -gUnknown_0827339f:: @ 827339F +gUnknown_0827339F:: @ 827339F .string "There is a questionnaire.\nWould you like to fill it out?$" -gUnknown_082733d8:: @ 82733D8 +gUnknown_082733D8:: @ 82733D8 .string "Thank you for taking the time to\nfill out our questionnaire.\pYour feedback will be used for\nfuture reference.$" @@ -428,7 +428,7 @@ gUnknown_08273446:: @ 8273446 .string "Oh, hello!\nYou know those words?\pThat means you must know about\nthe MYSTERY GIFT.\pFrom now on, you should be\nreceiving MYSTERY GIFTS!$" -gUnknown_082734cc:: @ 82734CC +gUnknown_082734CC:: @ 82734CC .string "Once you save your game, you can\naccess the MYSTERY GIFT.$" @@ -444,7 +444,7 @@ gUnknown_08273594:: @ 8273594 .string "Thank you for using the MYSTERY\nEVENT System.\pYou must be {PLAYER}.\nThere is a ticket here for you.$" -gUnknown_082735f2:: @ 82735F2 +gUnknown_082735F2:: @ 82735F2 .string "It appears to be for use at\nthe LILYCOVE CITY port.\pWhy not give it a try and see what\nit is about?$" @@ -686,139 +686,139 @@ gUnknown_0827E8DA:: @ 827E8DA gUnknown_0827EA0C:: @ 827EA0C .incbin "baserom.gba", 0x27ea0c, 0x2b0 -gUnknown_0827ecbc:: @ 27ECBC +gUnknown_0827ECBC:: @ 27ECBC .incbin "baserom.gba", 0x27ecbc, 0x7 -gUnknown_0827ecc3:: @ 27ECC3 +gUnknown_0827ECC3:: @ 27ECC3 .incbin "baserom.gba", 0x27ecc3, 0xa -gUnknown_0827eccd:: @ 27ECCD +gUnknown_0827ECCD:: @ 27ECCD .incbin "baserom.gba", 0x27eccd, 0x8 -gUnknown_0827ecd5:: @ 27ECD5 +gUnknown_0827ECD5:: @ 27ECD5 .incbin "baserom.gba", 0x27ecd5, 0x8 -gUnknown_0827ecdd:: @ 27ECDD +gUnknown_0827ECDD:: @ 27ECDD .incbin "baserom.gba", 0x27ecdd, 0x6 -gUnknown_0827ece3:: @ 27ECE3 +gUnknown_0827ECE3:: @ 27ECE3 .incbin "baserom.gba", 0x27ece3, 0x8 -gUnknown_0827eceb:: @ 27ECEB +gUnknown_0827ECEB:: @ 27ECEB .incbin "baserom.gba", 0x27eceb, 0x7 -gUnknown_0827ecf2:: @ 27ECF2 +gUnknown_0827ECF2:: @ 27ECF2 .incbin "baserom.gba", 0x27ecf2, 0x6 -gUnknown_0827ecf8:: @ 27ECF8 +gUnknown_0827ECF8:: @ 27ECF8 .incbin "baserom.gba", 0x27ecf8, 0x8 -gUnknown_0827ed00:: @ 27ED00 +gUnknown_0827ED00:: @ 27ED00 .incbin "baserom.gba", 0x27ed00, 0x6 -gUnknown_0827ed06:: @ 27ED06 +gUnknown_0827ED06:: @ 27ED06 .incbin "baserom.gba", 0x27ed06, 0xa -gUnknown_0827ed10:: @ 27ED10 +gUnknown_0827ED10:: @ 27ED10 .incbin "baserom.gba", 0x27ed10, 0x8 -gUnknown_0827ed18:: @ 27ED18 +gUnknown_0827ED18:: @ 27ED18 .incbin "baserom.gba", 0x27ed18, 0xa -gUnknown_0827ed22:: @ 27ED22 +gUnknown_0827ED22:: @ 27ED22 .incbin "baserom.gba", 0x27ed22, 0xa -gUnknown_0827ed2c:: @ 27ED2C +gUnknown_0827ED2C:: @ 27ED2C .incbin "baserom.gba", 0x27ed2c, 0xa -gUnknown_0827ed36:: @ 27ED36 +gUnknown_0827ED36:: @ 27ED36 .incbin "baserom.gba", 0x27ed36, 0xa -gUnknown_0827ed40:: @ 27ED40 +gUnknown_0827ED40:: @ 27ED40 .incbin "baserom.gba", 0x27ed40, 0x6 -gUnknown_0827ed46:: @ 27ED46 +gUnknown_0827ED46:: @ 27ED46 .incbin "baserom.gba", 0x27ed46, 0x9 -gUnknown_0827ed4f:: @ 27ED4F +gUnknown_0827ED4F:: @ 27ED4F .incbin "baserom.gba", 0x27ed4f, 0xa -gUnknown_0827ed59:: @ 27ED59 +gUnknown_0827ED59:: @ 27ED59 .incbin "baserom.gba", 0x27ed59, 0xc -gUnknown_0827ed65:: @ 27ED65 +gUnknown_0827ED65:: @ 27ED65 .incbin "baserom.gba", 0x27ed65, 0xb -gUnknown_0827ed70:: @ 27ED70 +gUnknown_0827ED70:: @ 27ED70 .incbin "baserom.gba", 0x27ed70, 0x4 -gUnknown_0827ed74:: @ 27ED74 +gUnknown_0827ED74:: @ 27ED74 .incbin "baserom.gba", 0x27ed74, 0x4 -gUnknown_0827ed78:: @ 27ED78 +gUnknown_0827ED78:: @ 27ED78 .incbin "baserom.gba", 0x27ed78, 0x8 -gUnknown_0827ed80:: @ 27ED80 +gUnknown_0827ED80:: @ 27ED80 .incbin "baserom.gba", 0x27ed80, 0x15 -gUnknown_0827ed95:: @ 27ED95 +gUnknown_0827ED95:: @ 27ED95 .incbin "baserom.gba", 0x27ed95, 0x15 -gUnknown_0827edaa:: @ 27EDAA +gUnknown_0827EDAA:: @ 27EDAA .incbin "baserom.gba", 0x27edaa, 0xb -gUnknown_0827edb5:: @ 27EDB5 +gUnknown_0827EDB5:: @ 27EDB5 .incbin "baserom.gba", 0x27edb5, 0x5 -gUnknown_0827edba:: @ 27EDBA +gUnknown_0827EDBA:: @ 27EDBA .incbin "baserom.gba", 0x27edba, 0x7 -gUnknown_0827edc1:: @ 27EDC1 +gUnknown_0827EDC1:: @ 27EDC1 .incbin "baserom.gba", 0x27edc1, 0x8 -gUnknown_0827edc9:: @ 27EDC9 +gUnknown_0827EDC9:: @ 27EDC9 .incbin "baserom.gba", 0x27edc9, 0xc -gUnknown_0827edd5:: @ 27EDD5 +gUnknown_0827EDD5:: @ 27EDD5 .incbin "baserom.gba", 0x27edd5, 0xf -gUnknown_0827ede4:: @ 27EDE4 +gUnknown_0827EDE4:: @ 27EDE4 .incbin "baserom.gba", 0x27ede4, 0xc -gUnknown_0827edf0:: @ 27EDF0 +gUnknown_0827EDF0:: @ 27EDF0 .incbin "baserom.gba", 0x27edf0, 0x5 -gUnknown_0827edf5:: @ 27EDF5 +gUnknown_0827EDF5:: @ 27EDF5 .incbin "baserom.gba", 0x27edf5, 0x2 -gUnknown_0827edf7:: @ 27EDF7 +gUnknown_0827EDF7:: @ 27EDF7 .incbin "baserom.gba", 0x27edf7, 0x2 -gUnknown_0827edf9:: @ 27EDF9 +gUnknown_0827EDF9:: @ 27EDF9 .incbin "baserom.gba", 0x27edf9, 0x2 -gUnknown_0827edfb:: @ 27EDFB +gUnknown_0827EDFB:: @ 27EDFB .incbin "baserom.gba", 0x27edfb, 0x2 -gUnknown_0827edfd:: @ 27EDFD +gUnknown_0827EDFD:: @ 27EDFD .incbin "baserom.gba", 0x27edfd, 0x2 -gUnknown_0827edff:: @ 27EDFF +gUnknown_0827EDFF:: @ 27EDFF .incbin "baserom.gba", 0x27edff, 0x2 -gUnknown_0827ee01:: @ 27EE01 +gUnknown_0827EE01:: @ 27EE01 .incbin "baserom.gba", 0x27ee01, 0x2 -gUnknown_0827ee03:: @ 27EE03 +gUnknown_0827EE03:: @ 27EE03 .incbin "baserom.gba", 0x27ee03, 0x2 -gUnknown_0827ee05:: @ 27EE05 +gUnknown_0827EE05:: @ 27EE05 .incbin "baserom.gba", 0x27ee05, 0x2 -gUnknown_0827ee07:: @ 27EE07 +gUnknown_0827EE07:: @ 27EE07 .incbin "baserom.gba", 0x27ee07, 0x2 -gUnknown_0827ee09:: @ 27EE09 +gUnknown_0827EE09:: @ 27EE09 .incbin "baserom.gba", 0x27ee09, 0x2 gUnknown_0827EE0B:: @ 827EE0B diff --git a/data/script_menu.s b/data/script_menu.s index 3a98e2fa5..8cf395c04 100644 --- a/data/script_menu.s +++ b/data/script_menu.s @@ -5,24 +5,24 @@ gUnknown_0858ABD8:: @ 858ABD8 @ replacing .incbin "baserom.gba", 0x0058abd8, 0x18 - .4byte gUnknown_085ead37, 0 - .4byte gUnknown_085ead41, 0 + .4byte gUnknown_085EAD37, 0 + .4byte gUnknown_085EAD41, 0 .4byte gText_Exit, 0 -gUnknown_0858abf0:: @ 58ABF0 +gUnknown_0858ABF0:: @ 58ABF0 @ replacing .incbin "baserom.gba", 0x0058abf0, 0x18 - .4byte gUnknown_085ead67, 0 - .4byte gUnknown_085ead6d, 0 + .4byte gUnknown_085EAD67, 0 + .4byte gUnknown_085EAD6D, 0 .4byte gText_Exit, 0 -gUnknown_0858ac08:: @ 58AC08 +gUnknown_0858AC08:: @ 58AC08 @ replacing .incbin "baserom.gba", 0x0058ac08, 0x20 - .4byte gUnknown_085ead72, 0 - .4byte gUnknown_085ead84, 0 - .4byte gUnknown_085ead96, 0 + .4byte gUnknown_085EAD72, 0 + .4byte gUnknown_085EAD84, 0 + .4byte gUnknown_085EAD96, 0 .4byte gText_Cancel2, 0 -gUnknown_0858ac28:: @ 58AC28 +gUnknown_0858AC28:: @ 58AC28 @ replacing .incbin "baserom.gba", 0x0058ac28, 0x30 .4byte gUnknown_085EADA4, 0 .4byte gUnknown_085EADB5, 0 @@ -31,650 +31,650 @@ gUnknown_0858ac28:: @ 58AC28 .4byte gUnknown_085EADE7, 0 .4byte gText_Exit, 0 -gUnknown_0858ac58:: @ 58AC58 +gUnknown_0858AC58:: @ 58AC58 @ replacing .incbin "baserom.gba", 0x0058ac58, 0x20 - .4byte gUnknown_085eadf9, 0 - .4byte gUnknown_085eae04, 0 - .4byte gUnknown_085eae12, 0 + .4byte gUnknown_085EADF9, 0 + .4byte gUnknown_085EAE04, 0 + .4byte gUnknown_085EAE12, 0 .4byte gText_Exit, 0 -gUnknown_0858ac78:: @ 58AC78 +gUnknown_0858AC78:: @ 58AC78 @ replacing .incbin "baserom.gba", 0x0058ac78, 0x18 - .4byte gUnknown_085eadf9, 0 - .4byte gUnknown_085eae04, 0 + .4byte gUnknown_085EADF9, 0 + .4byte gUnknown_085EAE04, 0 .4byte gText_Exit, 0 -gUnknown_0858ac90:: @ 58AC90 +gUnknown_0858AC90:: @ 58AC90 @ replacing .incbin "baserom.gba", 0x0058ac90, 0x20 - .4byte gUnknown_085e8ccb, 0 - .4byte gUnknown_085eae12, 0 - .4byte gUnknown_085eae1b, 0 + .4byte gUnknown_085E8CCB, 0 + .4byte gUnknown_085EAE12, 0 + .4byte gUnknown_085EAE1B, 0 .4byte gText_Cancel2, 0 -gUnknown_0858acb0:: @ 58ACB0 +gUnknown_0858ACB0:: @ 58ACB0 @ replacing .incbin "baserom.gba", 0x0058acb0, 0x10 - .4byte gUnknown_085eae27, 0 - .4byte gUnknown_085eae2c, 0 + .4byte gUnknown_085EAE27, 0 + .4byte gUnknown_085EAE2C, 0 -gUnknown_0858acc0:: @ 58ACC0 +gUnknown_0858ACC0:: @ 58ACC0 @ replacing .incbin "baserom.gba", 0x0058acc0, 0x30 - .4byte gUnknown_085eae31, 0 - .4byte gUnknown_085eae35, 0 - .4byte gUnknown_085eae39, 0 - .4byte gUnknown_085eae3d, 0 - .4byte gUnknown_085eae41, 0 + .4byte gUnknown_085EAE31, 0 + .4byte gUnknown_085EAE35, 0 + .4byte gUnknown_085EAE39, 0 + .4byte gUnknown_085EAE3D, 0 + .4byte gUnknown_085EAE41, 0 .4byte gText_Exit, 0 -gUnknown_0858acf0:: @ 58ACF0 +gUnknown_0858ACF0:: @ 58ACF0 @ replacing .incbin "baserom.gba", 0x0058acf0, 0x10 - .4byte gUnknown_085ead5f, 0 + .4byte gUnknown_085EAD5F, 0 .4byte gText_Exit, 0 -gUnknown_0858ad00:: @ 58AD00 +gUnknown_0858AD00:: @ 58AD00 @ replacing .incbin "baserom.gba", 0x0058ad00, 0x10 - .4byte gUnknown_085eae53, 0 - .4byte gUnknown_085eae5a, 0 + .4byte gUnknown_085EAE53, 0 + .4byte gUnknown_085EAE5A, 0 -gUnknown_0858ad10:: @ 58AD10 +gUnknown_0858AD10:: @ 58AD10 @ replacing .incbin "baserom.gba", 0x0058ad10, 0x18 .4byte gText_Yes, 0 .4byte gText_No, 0 - .4byte gUnknown_085ead6d, 0 + .4byte gUnknown_085EAD6D, 0 -gUnknown_0858ad28:: @ 58AD28 +gUnknown_0858AD28:: @ 58AD28 @ replacing .incbin "baserom.gba", 0x0058ad28, 0x18 - .4byte gUnknown_085eaea2, 0 - .4byte gUnknown_085eaeac, 0 + .4byte gUnknown_085EAEA2, 0 + .4byte gUnknown_085EAEAC, 0 .4byte gText_Exit, 0 -gUnknown_0858ad40:: @ 58AD40 +gUnknown_0858AD40:: @ 58AD40 @ replacing .incbin "baserom.gba", 0x0058ad40, 0x18 .4byte gText_Lv50, 0 .4byte gText_OpenLevel, 0 .4byte gText_Exit, 0 -gUnknown_0858ad58:: @ 58AD58 +gUnknown_0858AD58:: @ 58AD58 @ replacing .incbin "baserom.gba", 0x0058ad58, 0x18 - .4byte gUnknown_0827ecbc, 0 - .4byte gUnknown_0827ecc3, 0 - .4byte gUnknown_0827eccd, 0 + .4byte gUnknown_0827ECBC, 0 + .4byte gUnknown_0827ECC3, 0 + .4byte gUnknown_0827ECCD, 0 -gUnknown_0858ad70:: @ 58AD70 +gUnknown_0858AD70:: @ 58AD70 @ replacing .incbin "baserom.gba", 0x0058ad70, 0x18 - .4byte gUnknown_0827ecd5, 0 - .4byte gUnknown_0827ecdd, 0 - .4byte gUnknown_0827ece3, 0 + .4byte gUnknown_0827ECD5, 0 + .4byte gUnknown_0827ECDD, 0 + .4byte gUnknown_0827ECE3, 0 -gUnknown_0858ad88:: @ 58AD88 +gUnknown_0858AD88:: @ 58AD88 @ replacing .incbin "baserom.gba", 0x0058ad88, 0x18 - .4byte gUnknown_0827eceb, 0 - .4byte gUnknown_0827ecf2, 0 - .4byte gUnknown_0827ecf8, 0 + .4byte gUnknown_0827ECEB, 0 + .4byte gUnknown_0827ECF2, 0 + .4byte gUnknown_0827ECF8, 0 -gUnknown_0858ada0:: @ 58ADA0 +gUnknown_0858ADA0:: @ 58ADA0 @ replacing .incbin "baserom.gba", 0x0058ada0, 0x18 - .4byte gUnknown_0827ed00, 0 - .4byte gUnknown_0827ed06, 0 - .4byte gUnknown_0827ed10, 0 + .4byte gUnknown_0827ED00, 0 + .4byte gUnknown_0827ED06, 0 + .4byte gUnknown_0827ED10, 0 -gUnknown_0858adb8:: @ 58ADB8 +gUnknown_0858ADB8:: @ 58ADB8 @ replacing .incbin "baserom.gba", 0x0058adb8, 0x18 - .4byte gUnknown_0827ed18, 0 - .4byte gUnknown_0827ed22, 0 - .4byte gUnknown_0827ed2c, 0 + .4byte gUnknown_0827ED18, 0 + .4byte gUnknown_0827ED22, 0 + .4byte gUnknown_0827ED2C, 0 -gUnknown_0858add0:: @ 58ADD0 +gUnknown_0858ADD0:: @ 58ADD0 @ replacing .incbin "baserom.gba", 0x0058add0, 0x18 - .4byte gUnknown_0827ed36, 0 - .4byte gUnknown_0827ed40, 0 - .4byte gUnknown_0827ed46, 0 + .4byte gUnknown_0827ED36, 0 + .4byte gUnknown_0827ED40, 0 + .4byte gUnknown_0827ED46, 0 -gUnknown_0858ade8:: @ 58ADE8 +gUnknown_0858ADE8:: @ 58ADE8 @ replacing .incbin "baserom.gba", 0x0058ade8, 0x18 - .4byte gUnknown_0827ed4f, 0 - .4byte gUnknown_0827ed59, 0 - .4byte gUnknown_0827ed65, 0 + .4byte gUnknown_0827ED4F, 0 + .4byte gUnknown_0827ED59, 0 + .4byte gUnknown_0827ED65, 0 -gUnknown_0858ae00:: @ 58AE00 +gUnknown_0858AE00:: @ 58AE00 @ replacing .incbin "baserom.gba", 0x0058ae00, 0x18 - .4byte gUnknown_0827ed70, 0 - .4byte gUnknown_0827ed74, 0 - .4byte gUnknown_0827ed78, 0 + .4byte gUnknown_0827ED70, 0 + .4byte gUnknown_0827ED74, 0 + .4byte gUnknown_0827ED78, 0 -gUnknown_0858ae18:: @ 58AE18 +gUnknown_0858AE18:: @ 58AE18 @ replacing .incbin "baserom.gba", 0x0058ae18, 0x18 - .4byte gUnknown_0827ed80, 0 - .4byte gUnknown_0827ed95, 0 - .4byte gUnknown_0827edaa, 0 + .4byte gUnknown_0827ED80, 0 + .4byte gUnknown_0827ED95, 0 + .4byte gUnknown_0827EDAA, 0 -gUnknown_0858ae30:: @ 58AE30 +gUnknown_0858AE30:: @ 58AE30 @ replacing .incbin "baserom.gba", 0x0058ae30, 0x18 - .4byte gUnknown_0827edb5, 0 - .4byte gUnknown_0827edba, 0 - .4byte gUnknown_0827edc1, 0 + .4byte gUnknown_0827EDB5, 0 + .4byte gUnknown_0827EDBA, 0 + .4byte gUnknown_0827EDC1, 0 -gUnknown_0858ae48:: @ 58AE48 +gUnknown_0858AE48:: @ 58AE48 @ replacing .incbin "baserom.gba", 0x0058ae48, 0x18 - .4byte gUnknown_0827edc9, 0 - .4byte gUnknown_0827edd5, 0 - .4byte gUnknown_0827ede4, 0 + .4byte gUnknown_0827EDC9, 0 + .4byte gUnknown_0827EDD5, 0 + .4byte gUnknown_0827EDE4, 0 -gUnknown_0858ae60:: @ 58AE60 +gUnknown_0858AE60:: @ 58AE60 @ replacing .incbin "baserom.gba", 0x0058ae60, 0x18 - .4byte gUnknown_0827edf0, 0 - .4byte gUnknown_0827edf5, 0 - .4byte gUnknown_0827edf7, 0 + .4byte gUnknown_0827EDF0, 0 + .4byte gUnknown_0827EDF5, 0 + .4byte gUnknown_0827EDF7, 0 -gUnknown_0858ae78:: @ 58AE78 +gUnknown_0858AE78:: @ 58AE78 @ replacing .incbin "baserom.gba", 0x0058ae78, 0x18 - .4byte gUnknown_0827edf9, 0 - .4byte gUnknown_0827edfb, 0 - .4byte gUnknown_0827edfd, 0 + .4byte gUnknown_0827EDF9, 0 + .4byte gUnknown_0827EDFB, 0 + .4byte gUnknown_0827EDFD, 0 -gUnknown_0858ae90:: @ 58AE90 +gUnknown_0858AE90:: @ 58AE90 @ replacing .incbin "baserom.gba", 0x0058ae90, 0x18 - .4byte gUnknown_0827edff, 0 - .4byte gUnknown_0827ee01, 0 - .4byte gUnknown_0827ee03, 0 + .4byte gUnknown_0827EDFF, 0 + .4byte gUnknown_0827EE01, 0 + .4byte gUnknown_0827EE03, 0 -gUnknown_0858aea8:: @ 58AEA8 +gUnknown_0858AEA8:: @ 58AEA8 @ replacing .incbin "baserom.gba", 0x0058aea8, 0x18 - .4byte gUnknown_0827ee05, 0 - .4byte gUnknown_0827ee07, 0 - .4byte gUnknown_0827ee09, 0 + .4byte gUnknown_0827EE05, 0 + .4byte gUnknown_0827EE07, 0 + .4byte gUnknown_0827EE09, 0 -gUnknown_0858aec0:: @ 58AEC0 +gUnknown_0858AEC0:: @ 58AEC0 @ replacing .incbin "baserom.gba", 0x0058aec0, 0x20 - .4byte gUnknown_085eaec3, 0 - .4byte gUnknown_085eaed6, 0 - .4byte gUnknown_085eaee6, 0 + .4byte gUnknown_085EAEC3, 0 + .4byte gUnknown_085EAED6, 0 + .4byte gUnknown_085EAEE6, 0 .4byte gText_Exit, 0 -gUnknown_0858aee0:: @ 58AEE0 +gUnknown_0858AEE0:: @ 58AEE0 @ replacing .incbin "baserom.gba", 0x0058aee0, 0x20 - .4byte gUnknown_085eaef6, 0 - .4byte gUnknown_085eaf02, 0 - .4byte gUnknown_085eaf0e, 0 + .4byte gUnknown_085EAEF6, 0 + .4byte gUnknown_085EAF02, 0 + .4byte gUnknown_085EAF0E, 0 .4byte gText_Exit, 0 -gUnknown_0858af00:: @ 58AF00 +gUnknown_0858AF00:: @ 58AF00 @ replacing .incbin "baserom.gba", 0x0058af00, 0x20 - .4byte gUnknown_085eaf1b, 0 - .4byte gUnknown_085eaf24, 0 - .4byte gUnknown_085eaf2f, 0 + .4byte gUnknown_085EAF1B, 0 + .4byte gUnknown_085EAF24, 0 + .4byte gUnknown_085EAF2F, 0 .4byte gText_Exit, 0 -gUnknown_0858af20:: @ 58AF20 +gUnknown_0858AF20:: @ 58AF20 @ replacing .incbin "baserom.gba", 0x0058af20, 0x10 - .4byte gUnknown_085eaf34, 0 - .4byte gUnknown_085eaf3e, 0 + .4byte gUnknown_085EAF34, 0 + .4byte gUnknown_085EAF3E, 0 -gUnknown_0858af30:: @ 58AF30 +gUnknown_0858AF30:: @ 58AF30 @ replacing .incbin "baserom.gba", 0x0058af30, 0x18 - .4byte gUnknown_085eaf4b, 0 - .4byte gUnknown_085eaf58, 0 + .4byte gUnknown_085EAF4B, 0 + .4byte gUnknown_085EAF58, 0 .4byte gText_Exit, 0 -gUnknown_0858af48:: @ 58AF48 +gUnknown_0858AF48:: @ 58AF48 @ replacing .incbin "baserom.gba", 0x0058af48, 0x40 - .4byte gUnknown_085eaf65, 0 - .4byte gUnknown_085eaf70, 0 - .4byte gUnknown_085eaf7d, 0 - .4byte gUnknown_085eaf87, 0 - .4byte gUnknown_085eaf93, 0 - .4byte gUnknown_085eaf9f, 0 - .4byte gUnknown_085eafab, 0 + .4byte gUnknown_085EAF65, 0 + .4byte gUnknown_085EAF70, 0 + .4byte gUnknown_085EAF7D, 0 + .4byte gUnknown_085EAF87, 0 + .4byte gUnknown_085EAF93, 0 + .4byte gUnknown_085EAF9F, 0 + .4byte gUnknown_085EAFAB, 0 .4byte gText_Cancel2, 0 -gUnknown_0858af88:: @ 58AF88 +gUnknown_0858AF88:: @ 58AF88 @ replacing .incbin "baserom.gba", 0x0058af88, 0x20 - .4byte gUnknown_085eafb6, 0 - .4byte gUnknown_085eafcf, 0 - .4byte gUnknown_085eafe8, 0 + .4byte gUnknown_085EAFB6, 0 + .4byte gUnknown_085EAFCF, 0 + .4byte gUnknown_085EAFE8, 0 .4byte gText_Exit, 0 -gUnknown_0858afa8:: @ 58AFA8 +gUnknown_0858AFA8:: @ 58AFA8 @ replacing .incbin "baserom.gba", 0x0058afa8, 0x30 - .4byte gUnknown_085eb089, 0 - .4byte gUnknown_085eb09c, 0 - .4byte gUnknown_085eb0af, 0 - .4byte gUnknown_085eb0c2, 0 - .4byte gUnknown_085eb0d5, 0 + .4byte gUnknown_085EB089, 0 + .4byte gUnknown_085EB09C, 0 + .4byte gUnknown_085EB0AF, 0 + .4byte gUnknown_085EB0C2, 0 + .4byte gUnknown_085EB0D5, 0 .4byte gText_Exit, 0 -gUnknown_0858afd8:: @ 58AFD8 +gUnknown_0858AFD8:: @ 58AFD8 @ replacing .incbin "baserom.gba", 0x0058afd8, 0x18 - .4byte gUnknown_085eb002, 0 - .4byte gUnknown_085eb017, 0 + .4byte gUnknown_085EB002, 0 + .4byte gUnknown_085EB017, 0 .4byte gText_Exit, 0 -gUnknown_0858aff0:: @ 58AFF0 +gUnknown_0858AFF0:: @ 58AFF0 @ replacing .incbin "baserom.gba", 0x0058aff0, 0x10 - .4byte gUnknown_085eb02a, 0 - .4byte gUnknown_085eb034, 0 + .4byte gUnknown_085EB02A, 0 + .4byte gUnknown_085EB034, 0 -gUnknown_0858b000:: @ 58B000 +gUnknown_0858B000:: @ 58B000 @ replacing .incbin "baserom.gba", 0x0058b000, 0x18 - .4byte gUnknown_085eb79b, 0 - .4byte gUnknown_085eb06e, 0 + .4byte gUnknown_085EB79B, 0 + .4byte gUnknown_085EB06E, 0 .4byte gText_Exit, 0 -gUnknown_0858b018:: @ 58B018 +gUnknown_0858B018:: @ 58B018 @ replacing .incbin "baserom.gba", 0x0058b018, 0x18 - .4byte gUnknown_085eb7a9, 0 - .4byte gUnknown_085eb79b, 0 + .4byte gUnknown_085EB7A9, 0 + .4byte gUnknown_085EB79B, 0 .4byte gText_Exit, 0 -gUnknown_0858b030:: @ 58B030 +gUnknown_0858B030:: @ 58B030 @ replacing .incbin "baserom.gba", 0x0058b030, 0x10 - .4byte gUnknown_085eb07e, 0 - .4byte gUnknown_085eb084, 0 + .4byte gUnknown_085EB07E, 0 + .4byte gUnknown_085EB084, 0 -gUnknown_0858b040:: @ 58B040 +gUnknown_0858B040:: @ 58B040 @ replacing .incbin "baserom.gba", 0x0058b040, 0x10 - .4byte gUnknown_085eb79b, 0 + .4byte gUnknown_085EB79B, 0 .4byte gText_Exit, 0 -gUnknown_0858b050:: @ 58B050 +gUnknown_0858B050:: @ 58B050 @ replacing .incbin "baserom.gba", 0x0058b050, 0x30 - .4byte gUnknown_085eb676, 0 - .4byte gUnknown_085eb673, 0 - .4byte gUnknown_085eb670, 0 - .4byte gUnknown_085eb66d, 0 - .4byte gUnknown_085eb66a, 0 + .4byte gUnknown_085EB676, 0 + .4byte gUnknown_085EB673, 0 + .4byte gUnknown_085EB670, 0 + .4byte gUnknown_085EB66D, 0 + .4byte gUnknown_085EB66A, 0 .4byte gText_Exit, 0 -gUnknown_0858b080:: @ 58B080 +gUnknown_0858B080:: @ 58B080 @ replacing .incbin "baserom.gba", 0x0058b080, 0x10 - .4byte gUnknown_085eb040, 0 + .4byte gUnknown_085EB040, 0 .4byte gText_Exit, 0 -gUnknown_0858b090:: @ 58B090 +gUnknown_0858B090:: @ 58B090 @ replacing .incbin "baserom.gba", 0x0058b090, 0x10 - .4byte gUnknown_085eb04a, 0 + .4byte gUnknown_085EB04A, 0 .4byte gText_Exit, 0 -gUnknown_0858b0a0:: @ 58B0A0 +gUnknown_0858B0A0:: @ 58B0A0 @ replacing .incbin "baserom.gba", 0x0058b0a0, 0x18 - .4byte gUnknown_085eb040, 0 - .4byte gUnknown_085eb04a, 0 + .4byte gUnknown_085EB040, 0 + .4byte gUnknown_085EB04A, 0 .4byte gText_Exit, 0 -gUnknown_0858b0b8:: @ 58B0B8 +gUnknown_0858B0B8:: @ 58B0B8 @ replacing .incbin "baserom.gba", 0x0058b0b8, 0x10 - .4byte gUnknown_085eb057, 0 + .4byte gUnknown_085EB057, 0 .4byte gText_Exit, 0 -gUnknown_0858b0c8:: @ 58B0C8 +gUnknown_0858B0C8:: @ 58B0C8 @ replacing .incbin "baserom.gba", 0x0058b0c8, 0x18 - .4byte gUnknown_085eb040, 0 - .4byte gUnknown_085eb057, 0 + .4byte gUnknown_085EB040, 0 + .4byte gUnknown_085EB057, 0 .4byte gText_Exit, 0 -gUnknown_0858b0e0:: @ 58B0E0 +gUnknown_0858B0E0:: @ 58B0E0 @ replacing .incbin "baserom.gba", 0x0058b0e0, 0x18 - .4byte gUnknown_085eb04a, 0 - .4byte gUnknown_085eb057, 0 + .4byte gUnknown_085EB04A, 0 + .4byte gUnknown_085EB057, 0 .4byte gText_Exit, 0 -gUnknown_0858b0f8:: @ 58B0F8 +gUnknown_0858B0F8:: @ 58B0F8 @ replacing .incbin "baserom.gba", 0x0058b0f8, 0x20 - .4byte gUnknown_085eb040, 0 - .4byte gUnknown_085eb04a, 0 - .4byte gUnknown_085eb057, 0 + .4byte gUnknown_085EB040, 0 + .4byte gUnknown_085EB04A, 0 + .4byte gUnknown_085EB057, 0 .4byte gText_Exit, 0 -gUnknown_0858b118:: @ 58B118 +gUnknown_0858B118:: @ 58B118 @ replacing .incbin "baserom.gba", 0x0058b118, 0x10 - .4byte gUnknown_085eb062, 0 + .4byte gUnknown_085EB062, 0 .4byte gText_Exit, 0 -gUnknown_0858b128:: @ 58B128 +gUnknown_0858B128:: @ 58B128 @ replacing .incbin "baserom.gba", 0x0058b128, 0x18 - .4byte gUnknown_085eb040, 0 - .4byte gUnknown_085eb062, 0 + .4byte gUnknown_085EB040, 0 + .4byte gUnknown_085EB062, 0 .4byte gText_Exit, 0 -gUnknown_0858b140:: @ 58B140 +gUnknown_0858B140:: @ 58B140 @ replacing .incbin "baserom.gba", 0x0058b140, 0x18 - .4byte gUnknown_085eb04a, 0 - .4byte gUnknown_085eb062, 0 + .4byte gUnknown_085EB04A, 0 + .4byte gUnknown_085EB062, 0 .4byte gText_Exit, 0 -gUnknown_0858b158:: @ 58B158 +gUnknown_0858B158:: @ 58B158 @ replacing .incbin "baserom.gba", 0x0058b158, 0x20 - .4byte gUnknown_085eb040, 0 - .4byte gUnknown_085eb04a, 0 - .4byte gUnknown_085eb062, 0 + .4byte gUnknown_085EB040, 0 + .4byte gUnknown_085EB04A, 0 + .4byte gUnknown_085EB062, 0 .4byte gText_Exit, 0 -gUnknown_0858b178:: @ 58B178 +gUnknown_0858B178:: @ 58B178 @ replacing .incbin "baserom.gba", 0x0058b178, 0x18 - .4byte gUnknown_085eb057, 0 - .4byte gUnknown_085eb062, 0 + .4byte gUnknown_085EB057, 0 + .4byte gUnknown_085EB062, 0 .4byte gText_Exit, 0 -gUnknown_0858b190:: @ 58B190 +gUnknown_0858B190:: @ 58B190 @ replacing .incbin "baserom.gba", 0x0058b190, 0x20 - .4byte gUnknown_085eb040, 0 - .4byte gUnknown_085eb057, 0 - .4byte gUnknown_085eb062, 0 + .4byte gUnknown_085EB040, 0 + .4byte gUnknown_085EB057, 0 + .4byte gUnknown_085EB062, 0 .4byte gText_Exit, 0 -gUnknown_0858b1b0:: @ 58B1B0 +gUnknown_0858B1B0:: @ 58B1B0 @ replacing .incbin "baserom.gba", 0x0058b1b0, 0x20 - .4byte gUnknown_085eb04a, 0 - .4byte gUnknown_085eb057, 0 - .4byte gUnknown_085eb062, 0 + .4byte gUnknown_085EB04A, 0 + .4byte gUnknown_085EB057, 0 + .4byte gUnknown_085EB062, 0 .4byte gText_Exit, 0 -gUnknown_0858b1d0:: @ 58B1D0 +gUnknown_0858B1D0:: @ 58B1D0 @ replacing .incbin "baserom.gba", 0x0058b1d0, 0x28 - .4byte gUnknown_085eb040, 0 - .4byte gUnknown_085eb04a, 0 - .4byte gUnknown_085eb057, 0 - .4byte gUnknown_085eb062, 0 + .4byte gUnknown_085EB040, 0 + .4byte gUnknown_085EB04A, 0 + .4byte gUnknown_085EB057, 0 + .4byte gUnknown_085EB062, 0 .4byte gText_Exit, 0 -gUnknown_0858b1f8:: @ 58B1F8 +gUnknown_0858B1F8:: @ 58B1F8 @ replacing .incbin "baserom.gba", 0x0058b1f8, 0x30 - .4byte gUnknown_085eb1a0, 0 - .4byte gUnknown_085eb1a9, 0 - .4byte gUnknown_085eb1b6, 0 - .4byte gUnknown_085eb5bc, 0 - .4byte gUnknown_085eb5c3, 0 - .4byte gUnknown_085eb5c8, 0 + .4byte gUnknown_085EB1A0, 0 + .4byte gUnknown_085EB1A9, 0 + .4byte gUnknown_085EB1B6, 0 + .4byte gUnknown_085EB5BC, 0 + .4byte gUnknown_085EB5C3, 0 + .4byte gUnknown_085EB5C8, 0 -gUnknown_0858b228:: @ 58B228 +gUnknown_0858B228:: @ 58B228 @ replacing .incbin "baserom.gba", 0x0058b228, 0x28 - .4byte gUnknown_085eb1a0, 0 - .4byte gUnknown_085eb1a9, 0 - .4byte gUnknown_085eb1b6, 0 - .4byte gUnknown_085eb5c3, 0 - .4byte gUnknown_085eb5c8, 0 + .4byte gUnknown_085EB1A0, 0 + .4byte gUnknown_085EB1A9, 0 + .4byte gUnknown_085EB1B6, 0 + .4byte gUnknown_085EB5C3, 0 + .4byte gUnknown_085EB5C8, 0 -gUnknown_0858b250:: @ 58B250 +gUnknown_0858B250:: @ 58B250 @ replacing .incbin "baserom.gba", 0x0058b250, 0x10 - .4byte gUnknown_085eb29a, 0 - .4byte gUnknown_085eb2a3, 0 + .4byte gUnknown_085EB29A, 0 + .4byte gUnknown_085EB2A3, 0 -gUnknown_0858b260:: @ 58B260 +gUnknown_0858B260:: @ 58B260 @ replacing .incbin "baserom.gba", 0x0058b260, 0x20 - .4byte gUnknown_085eb372, 0 - .4byte gUnknown_085eb37f, 0 - .4byte gUnknown_085eb389, 0 + .4byte gUnknown_085EB372, 0 + .4byte gUnknown_085EB37F, 0 + .4byte gUnknown_085EB389, 0 .4byte gText_Exit, 0 -gUnknown_0858b280:: @ 58B280 +gUnknown_0858B280:: @ 58B280 @ replacing .incbin "baserom.gba", 0x0058b280, 0x18 .4byte gText_Yes, 0 .4byte gText_No, 0 - .4byte gUnknown_085ead6d, 0 + .4byte gUnknown_085EAD6D, 0 -gUnknown_0858b298:: @ 58B298 +gUnknown_0858B298:: @ 58B298 @ replacing .incbin "baserom.gba", 0x0058b298, 0x28 - .4byte gUnknown_085eae6e, 0 - .4byte gUnknown_085eae7c, 0 - .4byte gUnknown_085eae8a, 0 - .4byte gUnknown_085ead6d, 0 + .4byte gUnknown_085EAE6E, 0 + .4byte gUnknown_085EAE7C, 0 + .4byte gUnknown_085EAE8A, 0 + .4byte gUnknown_085EAD6D, 0 .4byte gText_Exit, 0 -gUnknown_0858b2c0:: @ 58B2C0 +gUnknown_0858B2C0:: @ 58B2C0 @ replacing .incbin "baserom.gba", 0x0058b2c0, 0x20 - .4byte gUnknown_085eb372, 0 - .4byte gUnknown_085eb37f, 0 - .4byte gUnknown_085eb397, 0 + .4byte gUnknown_085EB372, 0 + .4byte gUnknown_085EB37F, 0 + .4byte gUnknown_085EB397, 0 .4byte gText_Exit, 0 -gUnknown_0858b2e0:: @ 58B2E0 +gUnknown_0858B2E0:: @ 58B2E0 @ replacing .incbin "baserom.gba", 0x0058b2e0, 0x28 - .4byte gUnknown_085eb372, 0 - .4byte gUnknown_085eb37f, 0 - .4byte gUnknown_085eb389, 0 - .4byte gUnknown_085eb397, 0 + .4byte gUnknown_085EB372, 0 + .4byte gUnknown_085EB37F, 0 + .4byte gUnknown_085EB389, 0 + .4byte gUnknown_085EB397, 0 .4byte gText_Exit, 0 -gUnknown_0858b308:: @ 58B308 +gUnknown_0858B308:: @ 58B308 @ replacing .incbin "baserom.gba", 0x0058b308, 0x18 - .4byte gUnknown_085eb372, 0 - .4byte gUnknown_085eb37f, 0 + .4byte gUnknown_085EB372, 0 + .4byte gUnknown_085EB37F, 0 .4byte gText_Exit, 0 -gUnknown_0858b320:: @ 58B320 +gUnknown_0858B320:: @ 58B320 @ replacing .incbin "baserom.gba", 0x0058b320, 0x18 - .4byte gUnknown_085eb3a4, 0 - .4byte gUnknown_085eb3b1, 0 + .4byte gUnknown_085EB3A4, 0 + .4byte gUnknown_085EB3B1, 0 .4byte gText_Exit, 0 -gUnknown_0858b338:: @ 58B338 +gUnknown_0858B338:: @ 58B338 @ replacing .incbin "baserom.gba", 0x0058b338, 0x18 - .4byte gUnknown_085eb3d4, 0 - .4byte gUnknown_085eb3c6, 0 + .4byte gUnknown_085EB3D4, 0 + .4byte gUnknown_085EB3C6, 0 .4byte gText_Exit, 0 -gUnknown_0858b350:: @ 58B350 +gUnknown_0858B350:: @ 58B350 @ replacing .incbin "baserom.gba", 0x0058b350, 0x28 - .4byte gUnknown_085eb1c5, 0 - .4byte gUnknown_085eb1d1, 0 - .4byte gUnknown_085eb1dc, 0 - .4byte gUnknown_085eb1e7, 0 + .4byte gUnknown_085EB1C5, 0 + .4byte gUnknown_085EB1D1, 0 + .4byte gUnknown_085EB1DC, 0 + .4byte gUnknown_085EB1E7, 0 .4byte gText_Exit, 0 -gUnknown_0858b378:: @ 58B378 +gUnknown_0858B378:: @ 58B378 @ replacing .incbin "baserom.gba", 0x0058b378, 0x18 - .4byte gUnknown_085eb212, 0 - .4byte gUnknown_085eb21d, 0 + .4byte gUnknown_085EB212, 0 + .4byte gUnknown_085EB21D, 0 .4byte gText_Exit, 0 -gUnknown_0858b390:: @ 58B390 +gUnknown_0858B390:: @ 58B390 @ replacing .incbin "baserom.gba", 0x0058b390, 0x20 - .4byte gUnknown_085eb227, 0 - .4byte gUnknown_085eb234, 0 - .4byte gUnknown_085eb241, 0 + .4byte gUnknown_085EB227, 0 + .4byte gUnknown_085EB234, 0 + .4byte gUnknown_085EB241, 0 .4byte gText_Cancel2, 0 -gUnknown_0858b3b0:: @ 58B3B0 +gUnknown_0858B3B0:: @ 58B3B0 @ replacing .incbin "baserom.gba", 0x0058b3b0, 0x18 - .4byte gUnknown_085eb24e, 0 - .4byte gUnknown_085eb255, 0 + .4byte gUnknown_085EB24E, 0 + .4byte gUnknown_085EB255, 0 .4byte gText_Exit, 0 -gUnknown_0858b3c8:: @ 58B3C8 +gUnknown_0858B3C8:: @ 58B3C8 @ replacing .incbin "baserom.gba", 0x0058b3c8, 0x40 .4byte gText_MenuOptionPokedex, 0 .4byte gText_MenuOptionPokemon, 0 .4byte gText_MenuOptionBag, 0 .4byte gText_MenuOptionPokenav, 0 - .4byte gUnknown_085eb278, 0 + .4byte gUnknown_085EB278, 0 .4byte gText_MenuOptionSave, 0 .4byte gText_MenuOptionOption, 0 .4byte gText_MenuOptionExit, 0 -gUnknown_0858b408:: @ 58B408 +gUnknown_0858B408:: @ 58B408 @ replacing .incbin "baserom.gba", 0x0058b408, 0x20 - .4byte gUnknown_085eb28a, 0 - .4byte gUnknown_085eb290, 0 - .4byte gUnknown_085eb295, 0 + .4byte gUnknown_085EB28A, 0 + .4byte gUnknown_085EB290, 0 + .4byte gUnknown_085EB295, 0 .4byte gText_Exit, 0 -gUnknown_0858b428:: @ 58B428 +gUnknown_0858B428:: @ 58B428 @ replacing .incbin "baserom.gba", 0x0058b428, 0x18 - .4byte gUnknown_085eb2ad, 0 - .4byte gUnknown_085eb2bd, 0 + .4byte gUnknown_085EB2AD, 0 + .4byte gUnknown_085EB2BD, 0 .4byte gText_Exit, 0 -gUnknown_0858b440:: @ 58B440 +gUnknown_0858B440:: @ 58B440 @ replacing .incbin "baserom.gba", 0x0058b440, 0x18 - .4byte gUnknown_085eb2ad, 0 - .4byte gUnknown_085eb2ca, 0 + .4byte gUnknown_085EB2AD, 0 + .4byte gUnknown_085EB2CA, 0 .4byte gText_Exit, 0 -gUnknown_0858b458:: @ 58B458 +gUnknown_0858B458:: @ 58B458 @ replacing .incbin "baserom.gba", 0x0058b458, 0x18 - .4byte gUnknown_085eb2bd, 0 - .4byte gUnknown_085eb2ca, 0 + .4byte gUnknown_085EB2BD, 0 + .4byte gUnknown_085EB2CA, 0 .4byte gText_Exit, 0 -gUnknown_0858b470:: @ 58B470 +gUnknown_0858B470:: @ 58B470 @ replacing .incbin "baserom.gba", 0x0058b470, 0x20 - .4byte gUnknown_085eb2ad, 0 - .4byte gUnknown_085eb2bd, 0 - .4byte gUnknown_085eb2ca, 0 + .4byte gUnknown_085EB2AD, 0 + .4byte gUnknown_085EB2BD, 0 + .4byte gUnknown_085EB2CA, 0 .4byte gText_Exit, 0 -gUnknown_0858b490:: @ 58B490 +gUnknown_0858B490:: @ 58B490 @ replacing .incbin "baserom.gba", 0x0058b490, 0x18 - .4byte gUnknown_085eb2e4, 0 - .4byte gUnknown_085eb2f0, 0 + .4byte gUnknown_085EB2E4, 0 + .4byte gUnknown_085EB2F0, 0 .4byte gText_Exit, 0 -gUnknown_0858b4a8:: @ 58B4A8 +gUnknown_0858B4A8:: @ 58B4A8 @ replacing .incbin "baserom.gba", 0x0058b4a8, 0x10 .4byte gText_Yes, 0 - .4byte gUnknown_085eb2fc, 0 + .4byte gUnknown_085EB2FC, 0 -gUnknown_0858b4b8:: @ 58B4B8 +gUnknown_0858B4B8:: @ 58B4B8 @ replacing .incbin "baserom.gba", 0x0058b4b8, 0x30 - .4byte gUnknown_085eb3df, 0 - .4byte gUnknown_085eb3ea, 0 - .4byte gUnknown_085eb3f1, 0 - .4byte gUnknown_085eb3fc, 0 - .4byte gUnknown_085eb40a, 0 + .4byte gUnknown_085EB3DF, 0 + .4byte gUnknown_085EB3EA, 0 + .4byte gUnknown_085EB3F1, 0 + .4byte gUnknown_085EB3FC, 0 + .4byte gUnknown_085EB40A, 0 .4byte gText_Exit, 0 -gUnknown_0858b4e8:: @ 58B4E8 +gUnknown_0858B4E8:: @ 58B4E8 @ replacing .incbin "baserom.gba", 0x0058b4e8, 0x20 - .4byte gUnknown_085eb415, 0 - .4byte gUnknown_085eb41d, 0 - .4byte gUnknown_085eb424, 0 + .4byte gUnknown_085EB415, 0 + .4byte gUnknown_085EB41D, 0 + .4byte gUnknown_085EB424, 0 .4byte gText_Exit, 0 -gUnknown_0858b508:: @ 58B508 +gUnknown_0858B508:: @ 58B508 @ replacing .incbin "baserom.gba", 0x0058b508, 0x28 - .4byte gUnknown_085eb45c, 0 - .4byte gUnknown_085eb469, 0 - .4byte gUnknown_085eb475, 0 - .4byte gUnknown_085eb482, 0 + .4byte gUnknown_085EB45C, 0 + .4byte gUnknown_085EB469, 0 + .4byte gUnknown_085EB475, 0 + .4byte gUnknown_085EB482, 0 .4byte gText_Exit, 0 -gUnknown_0858b530:: @ 58B530 +gUnknown_0858B530:: @ 58B530 @ replacing .incbin "baserom.gba", 0x0058b530, 0x28 - .4byte gUnknown_085eb42f, 0 - .4byte gUnknown_085eb43a, 0 - .4byte gUnknown_085eb444, 0 - .4byte gUnknown_085eb451, 0 + .4byte gUnknown_085EB42F, 0 + .4byte gUnknown_085EB43A, 0 + .4byte gUnknown_085EB444, 0 + .4byte gUnknown_085EB451, 0 .4byte gText_Exit, 0 -gUnknown_0858b558:: @ 58B558 +gUnknown_0858B558:: @ 58B558 @ replacing .incbin "baserom.gba", 0x0058b558, 0x20 - .4byte gUnknown_085eb48e, 0 - .4byte gUnknown_085eb496, 0 - .4byte gUnknown_085eb4a3, 0 + .4byte gUnknown_085EB48E, 0 + .4byte gUnknown_085EB496, 0 + .4byte gUnknown_085EB4A3, 0 .4byte gText_Exit, 0 -gUnknown_0858b578:: @ 58B578 +gUnknown_0858B578:: @ 58B578 @ replacing .incbin "baserom.gba", 0x0058b578, 0x30 - .4byte gUnknown_085eb4ad, 0 - .4byte gUnknown_085eb4b9, 0 - .4byte gUnknown_085eb4c7, 0 - .4byte gUnknown_085eb4d4, 0 - .4byte gUnknown_085eb4e0, 0 + .4byte gUnknown_085EB4AD, 0 + .4byte gUnknown_085EB4B9, 0 + .4byte gUnknown_085EB4C7, 0 + .4byte gUnknown_085EB4D4, 0 + .4byte gUnknown_085EB4E0, 0 .4byte gText_Exit, 0 -gUnknown_0858b5a8:: @ 58B5A8 +gUnknown_0858B5A8:: @ 58B5A8 @ replacing .incbin "baserom.gba", 0x0058b5a8, 0x30 - .4byte gUnknown_085eb4eb, 0 - .4byte gUnknown_085eb4f9, 0 - .4byte gUnknown_085eb508, 0 - .4byte gUnknown_085eb516, 0 - .4byte gUnknown_085eb523, 0 + .4byte gUnknown_085EB4EB, 0 + .4byte gUnknown_085EB4F9, 0 + .4byte gUnknown_085EB508, 0 + .4byte gUnknown_085EB516, 0 + .4byte gUnknown_085EB523, 0 .4byte gText_Exit, 0 -gUnknown_0858b5d8:: @ 58B5D8 +gUnknown_0858B5D8:: @ 58B5D8 @ replacing .incbin "baserom.gba", 0x0058b5d8, 0x28 - .4byte gUnknown_085eb532, 0 - .4byte gUnknown_085eb543, 0 - .4byte gUnknown_085eb555, 0 - .4byte gUnknown_085eb563, 0 + .4byte gUnknown_085EB532, 0 + .4byte gUnknown_085EB543, 0 + .4byte gUnknown_085EB555, 0 + .4byte gUnknown_085EB563, 0 .4byte gText_Exit, 0 -gUnknown_0858b600:: @ 58B600 +gUnknown_0858B600:: @ 58B600 @ replacing .incbin "baserom.gba", 0x0058b600, 0x20 - .4byte gUnknown_085eb56e, 0 - .4byte gUnknown_085eb57e, 0 - .4byte gUnknown_085eb589, 0 + .4byte gUnknown_085EB56E, 0 + .4byte gUnknown_085EB57E, 0 + .4byte gUnknown_085EB589, 0 .4byte gText_Exit, 0 -gUnknown_0858b620:: @ 58B620 +gUnknown_0858B620:: @ 58B620 @ replacing .incbin "baserom.gba", 0x0058b620, 0x20 - .4byte gUnknown_085eb5b6, 0 - .4byte gUnknown_085eb5bc, 0 - .4byte gUnknown_085eb5c3, 0 - .4byte gUnknown_085eb5c8, 0 + .4byte gUnknown_085EB5B6, 0 + .4byte gUnknown_085EB5BC, 0 + .4byte gUnknown_085EB5C3, 0 + .4byte gUnknown_085EB5C8, 0 -gUnknown_0858b640:: @ 58B640 +gUnknown_0858B640:: @ 58B640 @ replacing .incbin "baserom.gba", 0x0058b640, 0x18 - .4byte gUnknown_085eb5b6, 0 - .4byte gUnknown_085eb5c3, 0 - .4byte gUnknown_085eb5c8, 0 + .4byte gUnknown_085EB5B6, 0 + .4byte gUnknown_085EB5C3, 0 + .4byte gUnknown_085EB5C8, 0 -gUnknown_0858b658:: @ 58B658 +gUnknown_0858B658:: @ 58B658 @ replacing .incbin "baserom.gba", 0x0058b658, 0x18 - .4byte gUnknown_085eb5b6, 0 - .4byte gUnknown_085eb5bc, 0 - .4byte gUnknown_085eb5c8, 0 + .4byte gUnknown_085EB5B6, 0 + .4byte gUnknown_085EB5BC, 0 + .4byte gUnknown_085EB5C8, 0 -gUnknown_0858b670:: @ 58B670 +gUnknown_0858B670:: @ 58B670 @ replacing .incbin "baserom.gba", 0x0058b670, 0x10 - .4byte gUnknown_085eb5b6, 0 - .4byte gUnknown_085eb5c8, 0 + .4byte gUnknown_085EB5B6, 0 + .4byte gUnknown_085EB5C8, 0 -gUnknown_0858b680:: @ 58B680 +gUnknown_0858B680:: @ 58B680 @ replacing .incbin "baserom.gba", 0x0058b680, 0x10 - .4byte gUnknown_085ee14b, 0 - .4byte gUnknown_085ee14f, 0 + .4byte gUnknown_085EE14B, 0 + .4byte gUnknown_085EE14F, 0 -gUnknown_0858b690:: @ 58B690 +gUnknown_0858B690:: @ 58B690 @ replacing .incbin "baserom.gba", 0x0058b690, 0x20 - .4byte gUnknown_085eb2ff, 0 - .4byte gUnknown_085eb310, 0 - .4byte gUnknown_085eb317, 0 - .4byte gUnknown_085eb31f, 0 + .4byte gUnknown_085EB2FF, 0 + .4byte gUnknown_085EB310, 0 + .4byte gUnknown_085EB317, 0 + .4byte gUnknown_085EB31F, 0 -gUnknown_0858b6b0:: @ 58B6B0 +gUnknown_0858B6B0:: @ 58B6B0 @ replacing .incbin "baserom.gba", 0x0058b6b0, 0x20 - .4byte gUnknown_085eb7b8, 0 - .4byte gUnknown_085eb7c7, 0 - .4byte gUnknown_085eb7d0, 0 - .4byte gUnknown_085eb7db, 0 + .4byte gUnknown_085EB7B8, 0 + .4byte gUnknown_085EB7C7, 0 + .4byte gUnknown_085EB7D0, 0 + .4byte gUnknown_085EB7DB, 0 -gUnknown_0858b6d0:: @ 58B6D0 +gUnknown_0858B6D0:: @ 58B6D0 @ replacing .incbin "baserom.gba", 0x0058b6d0, 0x30 - .4byte gUnknown_085eb4ad, 0 - .4byte gUnknown_085eb4b9, 0 - .4byte gUnknown_085eb4c7, 0 - .4byte gUnknown_085eb4d4, 0 - .4byte gUnknown_085eb597, 0 + .4byte gUnknown_085EB4AD, 0 + .4byte gUnknown_085EB4B9, 0 + .4byte gUnknown_085EB4C7, 0 + .4byte gUnknown_085EB4D4, 0 + .4byte gUnknown_085EB597, 0 .4byte gText_Exit, 0 -gUnknown_0858b700:: @ 58B700 +gUnknown_0858B700:: @ 58B700 @ replacing .incbin "baserom.gba", 0x0058b700, 0x30 - .4byte gUnknown_085eb5a6, 0 - .4byte gUnknown_085eb45c, 0 - .4byte gUnknown_085eb469, 0 - .4byte gUnknown_085eb475, 0 - .4byte gUnknown_085eb482, 0 + .4byte gUnknown_085EB5A6, 0 + .4byte gUnknown_085EB45C, 0 + .4byte gUnknown_085EB469, 0 + .4byte gUnknown_085EB475, 0 + .4byte gUnknown_085EB482, 0 .4byte gText_Exit, 0 -gUnknown_0858b730:: @ 58B730 +gUnknown_0858B730:: @ 58B730 @ replacing .incbin "baserom.gba", 0x0058b730, 0x28 - .4byte gUnknown_085eb32d, 0 - .4byte gUnknown_085eb33e, 0 - .4byte gUnknown_085eb350, 0 - .4byte gUnknown_085eb361, 0 + .4byte gUnknown_085EB32D, 0 + .4byte gUnknown_085EB33E, 0 + .4byte gUnknown_085EB350, 0 + .4byte gUnknown_085EB361, 0 .4byte gText_Exit, 0 -gUnknown_0858b758:: @ 58B758 +gUnknown_0858B758:: @ 58B758 @ replacing .incbin "baserom.gba", 0x0058b758, 0x8 .4byte gText_Exit, 0 @@ -682,119 +682,119 @@ gUnknown_0858b758:: @ 58B758 gUnknown_0858B760:: @ 858B760 @ replacing .incbin "baserom.gba", 0x0058b760, 0x390 .4byte 0x0858abd8, 3 - .4byte gUnknown_0858b758, 1 - .4byte gUnknown_0858abf0, 3 - .4byte gUnknown_0858ac08, 4 - .4byte gUnknown_0858ac28, 6 - .4byte gUnknown_0858ac78, 3 - .4byte gUnknown_0858ac58, 4 - .4byte gUnknown_0858ac90, 4 - .4byte gUnknown_0858b758, 1 - .4byte gUnknown_0858b758, 1 - .4byte gUnknown_0858b758, 1 - .4byte gUnknown_0858b4e8, 4 - .4byte gUnknown_0858acb0, 2 - .4byte gUnknown_0858acc0, 6 - .4byte gUnknown_0858acf0, 2 - .4byte gUnknown_0858b758, 1 - .4byte gUnknown_0858ad00, 2 - .4byte gUnknown_0858b280, 3 - .4byte gUnknown_0858b298, 5 - .4byte gUnknown_0858b758, 1 - .4byte gUnknown_0858ad10, 3 - .4byte gUnknown_0858b758, 1 - .4byte gUnknown_0858b758, 1 - .4byte gUnknown_0858ad28, 3 - .4byte gUnknown_0858ad40, 3 - .4byte gUnknown_0858ad58, 3 - .4byte gUnknown_0858ad70, 3 - .4byte gUnknown_0858ad88, 3 - .4byte gUnknown_0858ada0, 3 - .4byte gUnknown_0858adb8, 3 - .4byte gUnknown_0858add0, 3 - .4byte gUnknown_0858ade8, 3 - .4byte gUnknown_0858ae00, 3 - .4byte gUnknown_0858ae18, 3 - .4byte gUnknown_0858ae30, 3 - .4byte gUnknown_0858ae48, 3 - .4byte gUnknown_0858ae60, 3 - .4byte gUnknown_0858ae78, 3 - .4byte gUnknown_0858ae90, 3 - .4byte gUnknown_0858aea8, 3 - .4byte gUnknown_0858b758, 1 - .4byte gUnknown_0858b758, 1 - .4byte gUnknown_0858aec0, 4 - .4byte gUnknown_0858aee0, 4 - .4byte gUnknown_0858af00, 4 - .4byte gUnknown_0858af20, 2 - .4byte gUnknown_0858af30, 3 - .4byte gUnknown_0858af48, 8 - .4byte gUnknown_0858af88, 4 - .4byte gUnknown_0858afd8, 3 - .4byte gUnknown_0858aff0, 2 - .4byte gUnknown_0858b758, 1 - .4byte gUnknown_0858b000, 3 - .4byte gUnknown_0858b018, 3 - .4byte gUnknown_0858b030, 2 - .4byte gUnknown_0858afa8, 6 - .4byte gUnknown_0858b040, 2 - .4byte gUnknown_0858b050, 6 - .4byte gUnknown_0858b080, 2 - .4byte gUnknown_0858b090, 2 - .4byte gUnknown_0858b0a0, 3 - .4byte gUnknown_0858b0b8, 2 - .4byte gUnknown_0858b0c8, 3 - .4byte gUnknown_0858b0e0, 3 - .4byte gUnknown_0858b0f8, 4 - .4byte gUnknown_0858b118, 2 - .4byte gUnknown_0858b128, 3 - .4byte gUnknown_0858b140, 3 - .4byte gUnknown_0858b158, 4 - .4byte gUnknown_0858b178, 3 - .4byte gUnknown_0858b190, 4 - .4byte gUnknown_0858b1b0, 4 - .4byte gUnknown_0858b1d0, 5 - .4byte gUnknown_0858b1f8, 6 - .4byte gUnknown_0858b308, 3 - .4byte gUnknown_0858b308, 3 - .4byte gUnknown_0858b260, 4 - .4byte gUnknown_0858b260, 4 - .4byte gUnknown_0858b2c0, 4 - .4byte gUnknown_0858b2e0, 5 - .4byte gUnknown_0858b320, 3 - .4byte gUnknown_0858b338, 3 - .4byte gUnknown_0858b350, 5 - .4byte gUnknown_0858b378, 3 - .4byte gUnknown_0858b390, 4 - .4byte gUnknown_0858b3b0, 3 - .4byte gUnknown_0858b3c8, 8 - .4byte gUnknown_0858b408, 4 - .4byte gUnknown_0858b250, 2 - .4byte gUnknown_0858b428, 3 - .4byte gUnknown_0858b440, 3 - .4byte gUnknown_0858b458, 3 - .4byte gUnknown_0858b470, 4 - .4byte gUnknown_0858b490, 3 - .4byte gUnknown_0858b4a8, 2 - .4byte gUnknown_0858b4b8, 6 - .4byte gUnknown_0858b508, 5 - .4byte gUnknown_0858b530, 5 - .4byte gUnknown_0858b558, 4 - .4byte gUnknown_0858b578, 6 - .4byte gUnknown_0858b5a8, 6 - .4byte gUnknown_0858b5d8, 5 - .4byte gUnknown_0858b600, 4 - .4byte gUnknown_0858b620, 4 - .4byte gUnknown_0858b640, 3 - .4byte gUnknown_0858b658, 3 - .4byte gUnknown_0858b670, 2 - .4byte gUnknown_0858b228, 5 - .4byte gUnknown_0858b680, 2 - .4byte gUnknown_0858b690, 4 - .4byte gUnknown_0858b6b0, 4 - .4byte gUnknown_0858b6d0, 6 - .4byte gUnknown_0858b700, 6 - .4byte gUnknown_0858b730, 5 + .4byte gUnknown_0858B758, 1 + .4byte gUnknown_0858ABF0, 3 + .4byte gUnknown_0858AC08, 4 + .4byte gUnknown_0858AC28, 6 + .4byte gUnknown_0858AC78, 3 + .4byte gUnknown_0858AC58, 4 + .4byte gUnknown_0858AC90, 4 + .4byte gUnknown_0858B758, 1 + .4byte gUnknown_0858B758, 1 + .4byte gUnknown_0858B758, 1 + .4byte gUnknown_0858B4E8, 4 + .4byte gUnknown_0858ACB0, 2 + .4byte gUnknown_0858ACC0, 6 + .4byte gUnknown_0858ACF0, 2 + .4byte gUnknown_0858B758, 1 + .4byte gUnknown_0858AD00, 2 + .4byte gUnknown_0858B280, 3 + .4byte gUnknown_0858B298, 5 + .4byte gUnknown_0858B758, 1 + .4byte gUnknown_0858AD10, 3 + .4byte gUnknown_0858B758, 1 + .4byte gUnknown_0858B758, 1 + .4byte gUnknown_0858AD28, 3 + .4byte gUnknown_0858AD40, 3 + .4byte gUnknown_0858AD58, 3 + .4byte gUnknown_0858AD70, 3 + .4byte gUnknown_0858AD88, 3 + .4byte gUnknown_0858ADA0, 3 + .4byte gUnknown_0858ADB8, 3 + .4byte gUnknown_0858ADD0, 3 + .4byte gUnknown_0858ADE8, 3 + .4byte gUnknown_0858AE00, 3 + .4byte gUnknown_0858AE18, 3 + .4byte gUnknown_0858AE30, 3 + .4byte gUnknown_0858AE48, 3 + .4byte gUnknown_0858AE60, 3 + .4byte gUnknown_0858AE78, 3 + .4byte gUnknown_0858AE90, 3 + .4byte gUnknown_0858AEA8, 3 + .4byte gUnknown_0858B758, 1 + .4byte gUnknown_0858B758, 1 + .4byte gUnknown_0858AEC0, 4 + .4byte gUnknown_0858AEE0, 4 + .4byte gUnknown_0858AF00, 4 + .4byte gUnknown_0858AF20, 2 + .4byte gUnknown_0858AF30, 3 + .4byte gUnknown_0858AF48, 8 + .4byte gUnknown_0858AF88, 4 + .4byte gUnknown_0858AFD8, 3 + .4byte gUnknown_0858AFF0, 2 + .4byte gUnknown_0858B758, 1 + .4byte gUnknown_0858B000, 3 + .4byte gUnknown_0858B018, 3 + .4byte gUnknown_0858B030, 2 + .4byte gUnknown_0858AFA8, 6 + .4byte gUnknown_0858B040, 2 + .4byte gUnknown_0858B050, 6 + .4byte gUnknown_0858B080, 2 + .4byte gUnknown_0858B090, 2 + .4byte gUnknown_0858B0A0, 3 + .4byte gUnknown_0858B0B8, 2 + .4byte gUnknown_0858B0C8, 3 + .4byte gUnknown_0858B0E0, 3 + .4byte gUnknown_0858B0F8, 4 + .4byte gUnknown_0858B118, 2 + .4byte gUnknown_0858B128, 3 + .4byte gUnknown_0858B140, 3 + .4byte gUnknown_0858B158, 4 + .4byte gUnknown_0858B178, 3 + .4byte gUnknown_0858B190, 4 + .4byte gUnknown_0858B1B0, 4 + .4byte gUnknown_0858B1D0, 5 + .4byte gUnknown_0858B1F8, 6 + .4byte gUnknown_0858B308, 3 + .4byte gUnknown_0858B308, 3 + .4byte gUnknown_0858B260, 4 + .4byte gUnknown_0858B260, 4 + .4byte gUnknown_0858B2C0, 4 + .4byte gUnknown_0858B2E0, 5 + .4byte gUnknown_0858B320, 3 + .4byte gUnknown_0858B338, 3 + .4byte gUnknown_0858B350, 5 + .4byte gUnknown_0858B378, 3 + .4byte gUnknown_0858B390, 4 + .4byte gUnknown_0858B3B0, 3 + .4byte gUnknown_0858B3C8, 8 + .4byte gUnknown_0858B408, 4 + .4byte gUnknown_0858B250, 2 + .4byte gUnknown_0858B428, 3 + .4byte gUnknown_0858B440, 3 + .4byte gUnknown_0858B458, 3 + .4byte gUnknown_0858B470, 4 + .4byte gUnknown_0858B490, 3 + .4byte gUnknown_0858B4A8, 2 + .4byte gUnknown_0858B4B8, 6 + .4byte gUnknown_0858B508, 5 + .4byte gUnknown_0858B530, 5 + .4byte gUnknown_0858B558, 4 + .4byte gUnknown_0858B578, 6 + .4byte gUnknown_0858B5A8, 6 + .4byte gUnknown_0858B5D8, 5 + .4byte gUnknown_0858B600, 4 + .4byte gUnknown_0858B620, 4 + .4byte gUnknown_0858B640, 3 + .4byte gUnknown_0858B658, 3 + .4byte gUnknown_0858B670, 2 + .4byte gUnknown_0858B228, 5 + .4byte gUnknown_0858B680, 2 + .4byte gUnknown_0858B690, 4 + .4byte gUnknown_0858B6B0, 4 + .4byte gUnknown_0858B6D0, 6 + .4byte gUnknown_0858B700, 6 + .4byte gUnknown_0858B730, 5 gUnknown_0858BAF0:: @ 858BAF0 .incbin "baserom.gba", 0x58baf0, 0x78 diff --git a/data/strings.s b/data/strings.s index 41cc64af8..bfe642915 100644 --- a/data/strings.s +++ b/data/strings.s @@ -51,7 +51,7 @@ gText_EggNickname:: @ 85E8264 gText_Pokemon:: @ 85E8268 .string "POKéMON$" -gUnknown_085e8270:: @ 85E8270 +gUnknown_085E8270:: @ 85E8270 .string "PROF. BIRCH$" gText_MainMenuNewGame:: @ 85E827C @@ -81,10 +81,10 @@ gText_MysteryGiftCantUse:: @ 85E82E5 gText_MysteryEventsCantUse:: @ 85E8328 .string "MYSTERY EVENTS can’t be used while\nthe Wireless Adapter is attached.$" -gUnknown_085e836d:: @ 85E836D +gUnknown_085E836D:: @ 85E836D .string "Updating save file using external\ndata. Please wait.$" -gUnknown_085e83a2:: @ 85E83A2 +gUnknown_085E83A2:: @ 85E83A2 .string "The save file has been updated.$" gText_SaveFileCorrupted:: @ 85E83C2 @@ -99,58 +99,58 @@ gJPText_No1MSubCircuit:: @ 85E8440 gText_BatteryRunDry:: @ 85E8453 .string "The internal battery has run dry.\nThe game can be played.\pHowever, clock-based events will\nno longer occur.$" -gUnknown_085e84bf:: @ 85E84BF +gUnknown_085E84BF:: @ 85E84BF .string "PLAYER$" -gUnknown_085e84c6:: @ 85E84C6 +gUnknown_085E84C6:: @ 85E84C6 .string "POKéDEX$" gText_MainMenuTime:: @ 85E84CE .string "TIME$" -gUnknown_085e84d3:: @ 85E84D3 +gUnknown_085E84D3:: @ 85E84D3 .string "BADGES$" -gUnknown_085e84da:: @ 85E84DA +gUnknown_085E84DA:: @ 85E84DA .string "A Button$" -gUnknown_085e84e3:: @ 85E84E3 +gUnknown_085E84E3:: @ 85E84E3 .string "B Button$" -gUnknown_085e84ec:: @ 85E84EC +gUnknown_085E84EC:: @ 85E84EC .string "R Button$" -gUnknown_085e84f5:: @ 85E84F5 +gUnknown_085E84F5:: @ 85E84F5 .string "L Button$" -gUnknown_085e84fe:: @ 85E84FE +gUnknown_085E84FE:: @ 85E84FE .string "START$" -gUnknown_085e8504:: @ 85E8504 +gUnknown_085E8504:: @ 85E8504 .string "SELECT$" -gUnknown_085e850b:: @ 85E850B +gUnknown_085E850B:: @ 85E850B .string "+ Control Pad$" -gUnknown_085e8519:: @ 85E8519 +gUnknown_085E8519:: @ 85E8519 .string "L Button R Button$" -gUnknown_085e852c:: @ 85E852C +gUnknown_085E852C:: @ 85E852C .string "CONTROLS$" .align 2 -gUnknown_085e8538:: @ 85E8538 +gUnknown_085E8538:: @ 85E8538 .string "{UNK_CTRL_F80A}PICK {UNK_CTRL_F800}OK$" .align 2 -gUnknown_085e8544:: @ 85E8544 +gUnknown_085E8544:: @ 85E8544 .string "{UNK_CTRL_F800}NEXT$" .align 2 -gUnknown_085e854c:: @ 85E854C +gUnknown_085E854C:: @ 85E854C .string "{UNK_CTRL_F800}NEXT {UNK_CTRL_F801}BACK$" .align 2 @@ -165,130 +165,130 @@ gText_PickCancel:: @ 85E8574 gText_UnkCtrlF800Exit:: @ 85E8588 .string "{UNK_CTRL_F800}EXIT$" -gUnknown_085e858f:: @ 85E858F +gUnknown_085E858F:: @ 85E858F .string "BOY$" -gUnknown_085e8593:: @ 85E8593 +gUnknown_085E8593:: @ 85E8593 .string "GIRL$" -gUnknown_085e8598:: @ 85E8598 +gUnknown_085E8598:: @ 85E8598 .string "STU$" -gUnknown_085e859c:: @ 85E859C +gUnknown_085E859C:: @ 85E859C .string "MILTON$" -gUnknown_085e85a3:: @ 85E85A3 +gUnknown_085E85A3:: @ 85E85A3 .string "TOM$" -gUnknown_085e85a7:: @ 85E85A7 +gUnknown_085E85A7:: @ 85E85A7 .string "KENNY$" -gUnknown_085e85ad:: @ 85E85AD +gUnknown_085E85AD:: @ 85E85AD .string "REID$" -gUnknown_085e85b2:: @ 85E85B2 +gUnknown_085E85B2:: @ 85E85B2 .string "JUDE$" -gUnknown_085e85b7:: @ 85E85B7 +gUnknown_085E85B7:: @ 85E85B7 .string "JAXSON$" -gUnknown_085e85be:: @ 85E85BE +gUnknown_085E85BE:: @ 85E85BE .string "EASTON$" -gUnknown_085e85c5:: @ 85E85C5 +gUnknown_085E85C5:: @ 85E85C5 .string "WALKER$" -gUnknown_085e85cc:: @ 85E85CC +gUnknown_085E85CC:: @ 85E85CC .string "TERU$" -gUnknown_085e85d1:: @ 85E85D1 +gUnknown_085E85D1:: @ 85E85D1 .string "JOHNNY$" -gUnknown_085e85d8:: @ 85E85D8 +gUnknown_085E85D8:: @ 85E85D8 .string "BRETT$" -gUnknown_085e85de:: @ 85E85DE +gUnknown_085E85DE:: @ 85E85DE .string "SETH$" -gUnknown_085e85e3:: @ 85E85E3 +gUnknown_085E85E3:: @ 85E85E3 .string "TERRY$" -gUnknown_085e85e9:: @ 85E85E9 +gUnknown_085E85E9:: @ 85E85E9 .string "CASEY$" -gUnknown_085e85ef:: @ 85E85EF +gUnknown_085E85EF:: @ 85E85EF .string "DARREN$" -gUnknown_085e85f6:: @ 85E85F6 +gUnknown_085E85F6:: @ 85E85F6 .string "LANDON$" -gUnknown_085e85fd:: @ 85E85FD +gUnknown_085E85FD:: @ 85E85FD .string "COLLIN$" -gUnknown_085e8604:: @ 85E8604 +gUnknown_085E8604:: @ 85E8604 .string "STANLEY$" -gUnknown_085e860c:: @ 85E860C +gUnknown_085E860C:: @ 85E860C .string "QUINCY$" -gUnknown_085e8613:: @ 85E8613 +gUnknown_085E8613:: @ 85E8613 .string "KIMMY$" -gUnknown_085e8619:: @ 85E8619 +gUnknown_085E8619:: @ 85E8619 .string "TIARA$" -gUnknown_085e861f:: @ 85E861F +gUnknown_085E861F:: @ 85E861F .string "BELLA$" -gUnknown_085e8625:: @ 85E8625 +gUnknown_085E8625:: @ 85E8625 .string "JAYLA$" -gUnknown_085e862b:: @ 85E862B +gUnknown_085E862B:: @ 85E862B .string "ALLIE$" -gUnknown_085e8631:: @ 85E8631 +gUnknown_085E8631:: @ 85E8631 .string "LIANNA$" -gUnknown_085e8638:: @ 85E8638 +gUnknown_085E8638:: @ 85E8638 .string "SARA$" -gUnknown_085e863d:: @ 85E863D +gUnknown_085E863D:: @ 85E863D .string "MONICA$" -gUnknown_085e8644:: @ 85E8644 +gUnknown_085E8644:: @ 85E8644 .string "CAMILA$" -gUnknown_085e864b:: @ 85E864B +gUnknown_085E864B:: @ 85E864B .string "AUBREE$" -gUnknown_085e8652:: @ 85E8652 +gUnknown_085E8652:: @ 85E8652 .string "RUTHIE$" -gUnknown_085e8659:: @ 85E8659 +gUnknown_085E8659:: @ 85E8659 .string "HAZEL$" -gUnknown_085e865f:: @ 85E865F +gUnknown_085E865F:: @ 85E865F .string "NADINE$" -gUnknown_085e8666:: @ 85E8666 +gUnknown_085E8666:: @ 85E8666 .string "TANJA$" -gUnknown_085e866c:: @ 85E866C +gUnknown_085E866C:: @ 85E866C .string "YASMIN$" -gUnknown_085e8673:: @ 85E8673 +gUnknown_085E8673:: @ 85E8673 .string "NICOLA$" -gUnknown_085e867a:: @ 85E867A +gUnknown_085E867A:: @ 85E867A .string "LILLIE$" -gUnknown_085e8681:: @ 85E8681 +gUnknown_085E8681:: @ 85E8681 .string "TERRA$" -gUnknown_085e8687:: @ 85E8687 +gUnknown_085E8687:: @ 85E8687 .string "LUCY$" -gUnknown_085e868c:: @ 85E868C +gUnknown_085E868C:: @ 85E868C .string "HALIE$" gText_ThisIsAPokemon:: @ 85E8692 @@ -303,22 +303,22 @@ gText_UnkHeight:: @ 85E86C6 gText_UnkWeight:: @ 85E86D0 .string "????.? lbs.$" -gUnknown_085e86dc:: @ 85E86DC +gUnknown_085E86DC:: @ 85E86DC .string " POKéMON$" -gUnknown_085e86fb:: @ 85E86FB +gUnknown_085E86FB:: @ 85E86FB .string "{CLEAR_TO 0x0C} ’ ”$" -gUnknown_085e8709:: @ 85E8709 +gUnknown_085E8709:: @ 85E8709 .string " . lbs.$" -gUnknown_085e871a:: @ 85E871A +gUnknown_085E871A:: @ 85E871A .string "$" gText_CryOf:: @ 85E871B .string "CRY OF$" -gUnknown_085e8722:: @ 85E8722 +gUnknown_085E8722:: @ 85E8722 .string "$" gText_SizeComparedTo:: @ 85E8723 @@ -342,160 +342,160 @@ gText_SearchCompleted:: @ 85E8773 gUnknown_085E8785:: @ 85E8785 .string "No matching POKéMON were found.$" -gUnknown_085e87a5:: @ 85E87A5 +gUnknown_085E87A5:: @ 85E87A5 .string "Search for POKéMON based on\nselected parameters.$" -gUnknown_085e87d6:: @ 85E87D6 +gUnknown_085E87D6:: @ 85E87D6 .string "Switch POKéDEX listings.$" -gUnknown_085e87ef:: @ 85E87EF +gUnknown_085E87EF:: @ 85E87EF .string "Return to the POKéDEX.$" -gUnknown_085e8806:: @ 85E8806 +gUnknown_085E8806:: @ 85E8806 .string "Select the POKéDEX mode.$" -gUnknown_085e881f:: @ 85E881F +gUnknown_085E881F:: @ 85E881F .string "Select the POKéDEX listing mode.$" -gUnknown_085e8840:: @ 85E8840 +gUnknown_085E8840:: @ 85E8840 .string "List by the first letter in the name.\nSpotted POKéMON only.$" -gUnknown_085e887c:: @ 85E887C +gUnknown_085E887C:: @ 85E887C .string "List by body color.\nSpotted POKéMON only.$" -gUnknown_085e88a6:: @ 85E88A6 +gUnknown_085E88A6:: @ 85E88A6 .string "List by type.\nOwned POKéMON only.$" -gUnknown_085e88c8:: @ 85E88C8 +gUnknown_085E88C8:: @ 85E88C8 .string "Execute search/switch.$" -gUnknown_085e88df:: @ 85E88DF +gUnknown_085E88DF:: @ 85E88DF .string "HOENN DEX$" -gUnknown_085e88e9:: @ 85E88E9 +gUnknown_085E88E9:: @ 85E88E9 .string "NATIONAL DEX$" -gUnknown_085e88f6:: @ 85E88F6 +gUnknown_085E88F6:: @ 85E88F6 .string "NUMERICAL MODE$" -gUnknown_085e8905:: @ 85E8905 +gUnknown_085E8905:: @ 85E8905 .string "A TO Z MODE$" -gUnknown_085e8911:: @ 85E8911 +gUnknown_085E8911:: @ 85E8911 .string "HEAVIEST MODE$" -gUnknown_085e891f:: @ 85E891F +gUnknown_085E891F:: @ 85E891F .string "LIGHTEST MODE$" -gUnknown_085e892d:: @ 85E892D +gUnknown_085E892D:: @ 85E892D .string "TALLEST MODE$" -gUnknown_085e893a:: @ 85E893A +gUnknown_085E893A:: @ 85E893A .string "SMALLEST MODE$" -gUnknown_085e8948:: @ 85E8948 +gUnknown_085E8948:: @ 85E8948 .string "ABC$" -gUnknown_085e894c:: @ 85E894C +gUnknown_085E894C:: @ 85E894C .string "DEF$" -gUnknown_085e8950:: @ 85E8950 +gUnknown_085E8950:: @ 85E8950 .string "GHI$" -gUnknown_085e8954:: @ 85E8954 +gUnknown_085E8954:: @ 85E8954 .string "JKL$" -gUnknown_085e8958:: @ 85E8958 +gUnknown_085E8958:: @ 85E8958 .string "MNO$" -gUnknown_085e895c:: @ 85E895C +gUnknown_085E895C:: @ 85E895C .string "PQR$" -gUnknown_085e8960:: @ 85E8960 +gUnknown_085E8960:: @ 85E8960 .string "STU$" -gUnknown_085e8964:: @ 85E8964 +gUnknown_085E8964:: @ 85E8964 .string "VWX$" -gUnknown_085e8968:: @ 85E8968 +gUnknown_085E8968:: @ 85E8968 .string "YZ$" -gUnknown_085e896b:: @ 85E896B +gUnknown_085E896B:: @ 85E896B .string "RED$" -gUnknown_085e896f:: @ 85E896F +gUnknown_085E896F:: @ 85E896F .string "BLUE$" -gUnknown_085e8974:: @ 85E8974 +gUnknown_085E8974:: @ 85E8974 .string "YELLOW$" -gUnknown_085e897b:: @ 85E897B +gUnknown_085E897B:: @ 85E897B .string "GREEN$" -gUnknown_085e8981:: @ 85E8981 +gUnknown_085E8981:: @ 85E8981 .string "BLACK$" -gUnknown_085e8987:: @ 85E8987 +gUnknown_085E8987:: @ 85E8987 .string "BROWN$" -gUnknown_085e898d:: @ 85E898D +gUnknown_085E898D:: @ 85E898D .string "PURPLE$" -gUnknown_085e8994:: @ 85E8994 +gUnknown_085E8994:: @ 85E8994 .string "GRAY$" -gUnknown_085e8999:: @ 85E8999 +gUnknown_085E8999:: @ 85E8999 .string "WHITE$" -gUnknown_085e899f:: @ 85E899F +gUnknown_085E899F:: @ 85E899F .string "PINK$" -gUnknown_085e89a4:: @ 85E89A4 +gUnknown_085E89A4:: @ 85E89A4 .string "HOENN region’s POKéDEX$" -gUnknown_085e89bb:: @ 85E89BB +gUnknown_085E89BB:: @ 85E89BB .string "National edition POKéDEX$" -gUnknown_085e89d4:: @ 85E89D4 +gUnknown_085E89D4:: @ 85E89D4 .string "POKéMON are listed according to their\nnumber.$" -gUnknown_085e8a02:: @ 85E8A02 +gUnknown_085E8A02:: @ 85E8A02 .string "Spotted and owned POKéMON are listed\nalphabetically.$" -gUnknown_085e8a37:: @ 85E8A37 +gUnknown_085E8A37:: @ 85E8A37 .string "Owned POKéMON are listed from the\nheaviest to the lightest.$" -gUnknown_085e8a73:: @ 85E8A73 +gUnknown_085E8A73:: @ 85E8A73 .string "Owned POKéMON are listed from the\nlightest to the heaviest.$" -gUnknown_085e8aaf:: @ 85E8AAF +gUnknown_085E8AAF:: @ 85E8AAF .string "Owned POKéMON are listed from the\ntallest to the smallest.$" -gUnknown_085e8aea:: @ 85E8AEA +gUnknown_085E8AEA:: @ 85E8AEA .string "Owned POKéMON are listed from the\nsmallest to the tallest.$" -gUnknown_085e8b25:: @ 85E8B25 +gUnknown_085E8B25:: @ 85E8B25 .string "$" -gUnknown_085e8b26:: @ 85E8B26 +gUnknown_085E8B26:: @ 85E8B26 .string "DON’T SPECIFY.$" -gUnknown_085e8b35:: @ 85E8B35 +gUnknown_085E8B35:: @ 85E8B35 .string "NONE$" gText_SelectorArrow:: @ 85E8B3A .string "▶$" -gUnknown_085e8b3c:: @ 85E8B3C +gUnknown_085E8B3C:: @ 85E8B3C .string " $" gText_WelcomeToHOF:: @ 85E8B3E .string "Welcome to the HALL OF FAME!$" -gUnknown_085e8b5b:: @ 85E8B5B +gUnknown_085E8B5B:: @ 85E8B5B .string "Spotted POKéMON: {STR_VAR_1}!\nOwned POKéMON: {STR_VAR_2}!\pPROF. BIRCH’s POKéDEX rating!\pPROF. BIRCH: Let’s see…\p$" -gUnknown_085e8bba:: @ 85E8BBA +gUnknown_085E8BBA:: @ 85E8BBA .string "SAVING…\nDON’T TURN OFF THE POWER.$" gText_HOFCorrupted:: @ 85E8BDC @@ -513,7 +513,7 @@ gText_Number:: @ 85E8C36 gText_Level:: @ 85E8C3B .string "Lv. $" -gUnknown_085e8c40:: @ 85E8C40 +gUnknown_085E8C40:: @ 85E8C40 .string "IDNo. /$" gText_Name:: @ 85E8C48 @@ -528,31 +528,31 @@ gText_BirchInTrouble:: @ 85E8C53 gText_ConfirmStarterChoice:: @ 85E8C90 .string "Do you choose this POKéMON?$" -gUnknown_085e8cac:: @ 85E8CAC +gUnknown_085E8CAC:: @ 85E8CAC .string "POKéMON$" gText_FlyToWhere:: @ 85E8CB4 .string "FLY to where?$" -gUnknown_085e8cc2:: @ 85E8CC2 +gUnknown_085E8CC2:: @ 85E8CC2 .string "USE$" -gUnknown_085e8cc6:: @ 85E8CC6 +gUnknown_085E8CC6:: @ 85E8CC6 .string "TOSS$" -gUnknown_085e8ccb:: @ 85E8CCB +gUnknown_085E8CCB:: @ 85E8CCB .string "REGISTER$" -gUnknown_085e8cd4:: @ 85E8CD4 +gUnknown_085E8CD4:: @ 85E8CD4 .string "GIVE$" -gUnknown_085e8cd9:: @ 85E8CD9 +gUnknown_085E8CD9:: @ 85E8CD9 .string "CHECK TAG$" gText_Confirm:: @ 85E8CE3 .string "CONFIRM$" -gUnknown_085e8ceb:: @ 85E8CEB +gUnknown_085E8CEB:: @ 85E8CEB .string "WALK$" gText_Cancel:: @ 85E8CF0 @@ -561,34 +561,34 @@ gText_Cancel:: @ 85E8CF0 gText_Cancel2:: @ 85E8CF7 .string "CANCEL$" -gUnknown_085e8cfe:: @ 85E8CFE +gUnknown_085E8CFE:: @ 85E8CFE .string "SHOW$" gText_EmptyString2:: @ 85E8D03 .string "$" -gUnknown_085e8d04:: @ 85E8D04 +gUnknown_085E8D04:: @ 85E8D04 .string "CANCEL$" -gUnknown_085e8d0b:: @ 85E8D0B +gUnknown_085E8D0B:: @ 85E8D0B .string "ITEM$" -gUnknown_085e8d10:: @ 85E8D10 +gUnknown_085E8D10:: @ 85E8D10 .string "MAIL$" -gUnknown_085e8d15:: @ 85E8D15 +gUnknown_085E8D15:: @ 85E8D15 .string "TAKE$" -gUnknown_085e8d1a:: @ 85E8D1A +gUnknown_085E8D1A:: @ 85E8D1A .string "STORE$" -gUnknown_085e8d20:: @ 85E8D20 +gUnknown_085E8D20:: @ 85E8D20 .string "CHECK$" gText_None:: @ 85E8D26 .string "NONE$" -gUnknown_085e8d2b:: @ 85E8D2B +gUnknown_085E8D2B:: @ 85E8D2B .string "DESELECT$" gText_ThreeMarks:: @ 85E8D34 @@ -621,10 +621,10 @@ gText_LevelSymbol:: @ 85E8D4D gText_UnkCtrlF908Clear01:: @ 85E8D4F .string "{UNK_CTRL_F908}{CLEAR 0x01}$" -gUnknown_085e8d55:: @ 85E8D55 +gUnknown_085E8D55:: @ 85E8D55 .string "+$" -gUnknown_085e8d57:: @ 85E8D57 +gUnknown_085E8D57:: @ 85E8D57 .string "{RIGHT_ARROW}$" gText_UnkCtrlF907F908:: @ 85E8D59 @@ -642,13 +642,13 @@ gText_GoBackPrevMenu:: @ 85E8D62 gText_WhatWouldYouLike:: @ 85E8D80 .string "What would you like to do?$" -gUnknown_085e8d9b:: @ 85E8D9B +gUnknown_085E8D9B:: @ 85E8D9B .string "GIVE$" gText_xVar1:: @ 85E8DA0 .string "×{STR_VAR_1}$" -gUnknown_085e8da4:: @ 85E8DA4 +gUnknown_085E8DA4:: @ 85E8DA4 .string " BERRY$" gText_Coins:: @ 85E8DAB @@ -834,46 +834,46 @@ gText_BerryTag:: @ 85E926B .string "BERRY TAG$" -gUnknown_085e9275:: @ 85E9275 +gUnknown_085E9275:: @ 85E9275 .string "RED {POKEBLOCK}$" -gUnknown_085e927f:: @ 85E927F +gUnknown_085E927F:: @ 85E927F .string "BLUE {POKEBLOCK}$" -gUnknown_085e928a:: @ 85E928A +gUnknown_085E928A:: @ 85E928A .string "PINK {POKEBLOCK}$" -gUnknown_085e9295:: @ 85E9295 +gUnknown_085E9295:: @ 85E9295 .string "GREEN {POKEBLOCK}$" -gUnknown_085e92a1:: @ 85E92A1 +gUnknown_085E92A1:: @ 85E92A1 .string "YELLOW {POKEBLOCK}$" -gUnknown_085e92ae:: @ 85E92AE +gUnknown_085E92AE:: @ 85E92AE .string "PURPLE {POKEBLOCK}$" -gUnknown_085e92bb:: @ 85E92BB +gUnknown_085E92BB:: @ 85E92BB .string "INDIGO {POKEBLOCK}$" -gUnknown_085e92c8:: @ 85E92C8 +gUnknown_085E92C8:: @ 85E92C8 .string "BROWN {POKEBLOCK}$" -gUnknown_085e92d4:: @ 85E92D4 +gUnknown_085E92D4:: @ 85E92D4 .string "LITEBLUE {POKEBLOCK}$" -gUnknown_085e92e3:: @ 85E92E3 +gUnknown_085E92E3:: @ 85E92E3 .string "OLIVE {POKEBLOCK}$" -gUnknown_085e92ef:: @ 85E92EF +gUnknown_085E92EF:: @ 85E92EF .string "GRAY {POKEBLOCK}$" -gUnknown_085e92fa:: @ 85E92FA +gUnknown_085E92FA:: @ 85E92FA .string "BLACK {POKEBLOCK}$" -gUnknown_085e9306:: @ 85E9306 +gUnknown_085E9306:: @ 85E9306 .string "WHITE {POKEBLOCK}$" -gUnknown_085e9312:: @ 85E9312 +gUnknown_085E9312:: @ 85E9312 .string "GOLD {POKEBLOCK}$" gText_Spicy:: @ 85E931D @@ -892,10 +892,10 @@ gText_Sour:: @ 85E9334 .string "SOUR$" -gUnknown_085e9339:: @ 85E9339 +gUnknown_085E9339:: @ 85E9339 .string "TASTY$" -gUnknown_085e933f:: @ 85E933F +gUnknown_085E933F:: @ 85E933F .string "FEEL$" gText_StowCase:: @ 85E9344 @@ -920,13 +920,13 @@ gText_Var1DisdainfullyAteVar2:: @ 85E93A9 .string "{STR_VAR_1} disdainfully ate the\n{STR_VAR_2}.{PAUSE_UNTIL_PRESS}$" -gUnknown_085e93c7:: @ 85E93C7 +gUnknown_085E93C7:: @ 85E93C7 .string "BUY$" -gUnknown_085e93cb:: @ 85E93CB +gUnknown_085E93CB:: @ 85E93CB .string "SELL$" -gUnknown_085e93d0:: @ 85E93D0 +gUnknown_085E93D0:: @ 85E93D0 .string "QUIT$" gText_InBagVar1:: @ 85E93D5 @@ -993,34 +993,34 @@ gText_PokedollarVar1:: @ 85E969C .string "¥{STR_VAR_1}$" -gUnknown_085e96a0:: @ 85E96A0 +gUnknown_085E96A0:: @ 85E96A0 .string "SHIFT$" -gUnknown_085e96a6:: @ 85E96A6 +gUnknown_085E96A6:: @ 85E96A6 .string "SEND OUT$" -gUnknown_085e96af:: @ 85E96AF +gUnknown_085E96AF:: @ 85E96AF .string "SWITCH$" -gUnknown_085e96b6:: @ 85E96B6 +gUnknown_085E96B6:: @ 85E96B6 .string "SUMMARY$" -gUnknown_085e96be:: @ 85E96BE +gUnknown_085E96BE:: @ 85E96BE .string "MOVES$" -gUnknown_085e96c4:: @ 85E96C4 +gUnknown_085E96C4:: @ 85E96C4 .string "ENTER$" -gUnknown_085e96ca:: @ 85E96CA +gUnknown_085E96CA:: @ 85E96CA .string "NO ENTRY$" -gUnknown_085e96d3:: @ 85E96D3 +gUnknown_085E96D3:: @ 85E96D3 .string "TAKE$" -gUnknown_085e96d8:: @ 85E96D8 +gUnknown_085E96D8:: @ 85E96D8 .string "READ$" -gUnknown_085e96dd:: @ 85E96DD +gUnknown_085E96DD:: @ 85E96DD .string "TRADE$" gText_HP3:: @ 85E96E3 @@ -1150,7 +1150,7 @@ gText_PPWasRestored:: @ 85E9CB7 .string "PP was restored.{PAUSE_UNTIL_PRESS}$" -gUnknown_085e9cca:: @ 85E9CCA +gUnknown_085E9CCA:: @ 85E9CCA .string "{STR_VAR_1} regained health.{PAUSE_UNTIL_PRESS}$" gText_PkmnBecameHealthy:: @ 85E9CE0 @@ -1187,124 +1187,124 @@ gText_ItemThrownAway:: @ 85E9E14 .string "The {STR_VAR_1}\nwas thrown away.{PAUSE_UNTIL_PRESS}$" -gUnknown_085e9e2e:: @ 85E9E2E +gUnknown_085E9E2E:: @ 85E9E2E .string "Teach which POKéMON?$" -gUnknown_085e9e43:: @ 85E9E43 +gUnknown_085E9E43:: @ 85E9E43 .string "Choose a POKéMON.$" -gUnknown_085e9e55:: @ 85E9E55 +gUnknown_085E9E55:: @ 85E9E55 .string "Move to where?$" -gUnknown_085e9e64:: @ 85E9E64 +gUnknown_085E9E64:: @ 85E9E64 .string "Teach which POKéMON?$" -gUnknown_085e9e79:: @ 85E9E79 +gUnknown_085E9E79:: @ 85E9E79 .string "Use on which POKéMON?$" -gUnknown_085e9e8f:: @ 85E9E8F +gUnknown_085E9E8F:: @ 85E9E8F .string "Give to which POKéMON?$" -gUnknown_085e9ea6:: @ 85E9EA6 +gUnknown_085E9EA6:: @ 85E9EA6 .string "Do what with this {PKMN}?$" -gUnknown_085e9ebc:: @ 85E9EBC +gUnknown_085E9EBC:: @ 85E9EBC .string "There’s nothing to CUT.$" -gUnknown_085e9ed4:: @ 85E9ED4 +gUnknown_085E9ED4:: @ 85E9ED4 .string "You can’t SURF here.$" -gUnknown_085e9ee9:: @ 85E9EE9 +gUnknown_085E9EE9:: @ 85E9EE9 .string "You’re already SURFING.$" -gUnknown_085e9f01:: @ 85E9F01 +gUnknown_085E9F01:: @ 85E9F01 .string "Can’t use that here.$" -gUnknown_085e9f16:: @ 85E9F16 +gUnknown_085E9F16:: @ 85E9F16 .string "Restore which move?$" -gUnknown_085e9f2a:: @ 85E9F2A +gUnknown_085E9F2A:: @ 85E9F2A .string "Boost PP of which move?$" -gUnknown_085e9f42:: @ 85E9F42 +gUnknown_085E9F42:: @ 85E9F42 .string "Do what with an item?$" -gUnknown_085e9f58:: @ 85E9F58 +gUnknown_085E9F58:: @ 85E9F58 .string "No POKéMON for battle!$" -gUnknown_085e9f6f:: @ 85E9F6F +gUnknown_085E9F6F:: @ 85E9F6F .string "Choose a POKéMON.$" -gUnknown_085e9f81:: @ 85E9F81 +gUnknown_085E9F81:: @ 85E9F81 .string "Not enough HP…$" -gUnknown_085e9f90:: @ 85E9F90 +gUnknown_085E9F90:: @ 85E9F90 .string "{STR_VAR_1} POKéMON are needed.$" -gUnknown_085e9fa7:: @ 85E9FA7 +gUnknown_085E9FA7:: @ 85E9FA7 .string "POKéMON can’t be the same.$" -gUnknown_085e9fc2:: @ 85E9FC2 +gUnknown_085E9FC2:: @ 85E9FC2 .string "No identical hold items.$" -gUnknown_085e9fdb:: @ 85E9FDB +gUnknown_085E9FDB:: @ 85E9FDB .string "The current is much too fast!$" -gUnknown_085e9ff9:: @ 85E9FF9 +gUnknown_085E9FF9:: @ 85E9FF9 .string "Do what with the MAIL?$" -gUnknown_085ea010:: @ 85EA010 +gUnknown_085EA010:: @ 85EA010 .string "Choose POKéMON or CANCEL.$" -gUnknown_085ea02a:: @ 85EA02A +gUnknown_085EA02A:: @ 85EA02A .string "Choose POKéMON and confirm.$" -gUnknown_085ea046:: @ 85EA046 +gUnknown_085EA046:: @ 85EA046 .string "Let’s enjoy cycling!$" -gUnknown_085ea05b:: @ 85EA05B +gUnknown_085EA05B:: @ 85EA05B .string "This is in use already.$" -gUnknown_085ea073:: @ 85EA073 +gUnknown_085EA073:: @ 85EA073 .string "{STR_VAR_1} is already holding\none {STR_VAR_2}.$" -gUnknown_085ea091:: @ 85EA091 +gUnknown_085EA091:: @ 85EA091 .string "No use.$" -gUnknown_085ea099:: @ 85EA099 +gUnknown_085EA099:: @ 85EA099 .string "ABLE$" -gUnknown_085ea09e:: @ 85EA09E +gUnknown_085EA09E:: @ 85EA09E .string "FIRST$" -gUnknown_085ea0a4:: @ 85EA0A4 +gUnknown_085EA0A4:: @ 85EA0A4 .string "SECOND$" -gUnknown_085ea0ab:: @ 85EA0AB +gUnknown_085EA0AB:: @ 85EA0AB .string "THIRD$" -gUnknown_085ea0b1:: @ 85EA0B1 +gUnknown_085EA0B1:: @ 85EA0B1 .string "ABLE$" -gUnknown_085ea0b6:: @ 85EA0B6 +gUnknown_085EA0B6:: @ 85EA0B6 .string "NOT ABLE$" -gUnknown_085ea0bf:: @ 85EA0BF +gUnknown_085EA0BF:: @ 85EA0BF .string "ABLE!$" -gUnknown_085ea0c5:: @ 85EA0C5 +gUnknown_085EA0C5:: @ 85EA0C5 .string "NOT ABLE!$" -gUnknown_085ea0cf:: @ 85EA0CF +gUnknown_085EA0CF:: @ 85EA0CF .string "LEARNED$" -gUnknown_085ea0d7:: @ 85EA0D7 +gUnknown_085EA0D7:: @ 85EA0D7 .string "HAVE$" -gUnknown_085ea0dc:: @ 85EA0DC +gUnknown_085EA0DC:: @ 85EA0DC .string "DON’T HAVE$" -gUnknown_085ea0e7:: @ 85EA0E7 +gUnknown_085EA0E7:: @ 85EA0E7 .string "FOURTH$" gText_PkmnCantParticipate:: @ 85EA0EE @@ -1348,27 +1348,27 @@ gText_EggCantBeTradedNow:: @ 85EA234 .align 2 -gUnknown_085ea250:: @ 85EA250 +gUnknown_085EA250:: @ 85EA250 .string "The other TRAINER’s POKéMON\ncan’t be traded now.$" .align 2 -gUnknown_085ea284:: @ 85EA284 +gUnknown_085EA284:: @ 85EA284 .string "The other TRAINER can’t accept\nthat POKéMON now.$" .align 2 -gUnknown_085ea2b8:: @ 85EA2B8 +gUnknown_085EA2B8:: @ 85EA2B8 .string "You can’t trade with that\nTRAINER now.$" .align 2 -gUnknown_085ea2e0:: @ 85EA2E0 +gUnknown_085EA2E0:: @ 85EA2E0 .string "That isn’t the type of POKéMON\nthat the other TRAINER wants.$" .align 2 -gUnknown_085ea320:: @ 85EA320 +gUnknown_085EA320:: @ 85EA320 .string "That isn’t an EGG.$" gText_Register:: @ 85EA333 @@ -1393,7 +1393,7 @@ gText_HP4:: @ 85EA361 .string "HP$" -gUnknown_085ea364:: @ 85EA364 +gUnknown_085EA364:: @ 85EA364 .string "$" gText_OTSlash:: @ 85EA365 @@ -1433,7 +1433,7 @@ gText_EmptyString5:: @ 85EA3C0 .string "$" -gUnknown_085ea3c1:: @ 85EA3C1 +gUnknown_085EA3C1:: @ 85EA3C1 .string "EVENTS$" gText_Switch:: @ 85EA3C8 @@ -1521,60 +1521,60 @@ gText_NoRegistry:: @ 85EA785 .string "There is no REGISTRY.{PAUSE_UNTIL_PRESS}$" -gUnknown_085ea79d:: @ 85EA79D +gUnknown_085EA79D:: @ 85EA79D .string "DEL REGIST.$" -gUnknown_085ea7a9:: @ 85EA7A9 +gUnknown_085EA7A9:: @ 85EA7A9 .string "{STR_VAR_3}{STR_VAR_1}/{STR_VAR_2}$" -gUnknown_085ea7b1:: @ 85EA7B1 +gUnknown_085EA7B1:: @ 85EA7B1 .string "DECORATE$" -gUnknown_085ea7ba:: @ 85EA7BA +gUnknown_085EA7BA:: @ 85EA7BA .string "PUT AWAY$" -gUnknown_085ea7c3:: @ 85EA7C3 +gUnknown_085EA7C3:: @ 85EA7C3 .string "TOSS$" gText_Color161Shadow161:: @ 85EA7C8 .string "{COLOR 161}{SHADOW 161}$" -gUnknown_085ea7cf:: @ 85EA7CF +gUnknown_085EA7CF:: @ 85EA7CF .string "Put out the selected decoration item.$" -gUnknown_085ea7f5:: @ 85EA7F5 +gUnknown_085EA7F5:: @ 85EA7F5 .string "Store the chosen decoration in the PC.$" -gUnknown_085ea81c:: @ 85EA81C +gUnknown_085EA81C:: @ 85EA81C .string "Throw away unwanted decorations.$" gText_NoDecorations:: @ 85EA83D .string "There are no decorations.{PAUSE_UNTIL_PRESS}$" -gUnknown_085ea859:: @ 85EA859 +gUnknown_085EA859:: @ 85EA859 .string "DESK$" -gUnknown_085ea85e:: @ 85EA85E +gUnknown_085EA85E:: @ 85EA85E .string "CHAIR$" -gUnknown_085ea864:: @ 85EA864 +gUnknown_085EA864:: @ 85EA864 .string "PLANT$" -gUnknown_085ea86a:: @ 85EA86A +gUnknown_085EA86A:: @ 85EA86A .string "ORNAMENT$" -gUnknown_085ea873:: @ 85EA873 +gUnknown_085EA873:: @ 85EA873 .string "MAT$" -gUnknown_085ea877:: @ 85EA877 +gUnknown_085EA877:: @ 85EA877 .string "POSTER$" -gUnknown_085ea87e:: @ 85EA87E +gUnknown_085EA87E:: @ 85EA87E .string "DOLL$" -gUnknown_085ea883:: @ 85EA883 +gUnknown_085EA883:: @ 85EA883 .string "CUSHION$" gText_Gold:: @ 85EA88B @@ -1602,7 +1602,7 @@ gText_NoMoreDecorations2:: @ 85EA931 .string "No more decorations can be placed.\nThe most that can be placed are {STR_VAR_1}.$" -gUnknown_085ea978:: @ 85EA978 +gUnknown_085EA978:: @ 85EA978 .string "This can’t be placed here.\nIt must be on a DESK, etc.$" gText_CantPlaceInRoom:: @ 85EA9AE @@ -1633,32 +1633,32 @@ gText_NoDecorationsInUse:: @ 85EAAEC .string "There are no decorations in use.{PAUSE_UNTIL_PRESS}$" -gUnknown_085eab0f:: @ 85EAB0F +gUnknown_085EAB0F:: @ 85EAB0F .string "TRISTAN$" -gUnknown_085eab17:: @ 85EAB17 +gUnknown_085EAB17:: @ 85EAB17 .string "PHILIP$" -gUnknown_085eab1e:: @ 85EAB1E +gUnknown_085EAB1E:: @ 85EAB1E .string "DENNIS$" -gUnknown_085eab25:: @ 85EAB25 +gUnknown_085EAB25:: @ 85EAB25 .string "ROBERTO$" -gUnknown_085eab2d:: @ 85EAB2D +gUnknown_085EAB2D:: @ 85EAB2D .string "TURN OFF$" -gUnknown_085eab36:: @ 85EAB36 +gUnknown_085EAB36:: @ 85EAB36 .string "DECORATION$" -gUnknown_085eab41:: @ 85EAB41 +gUnknown_085EAB41:: @ 85EAB41 .string "ITEM STORAGE$" gText_Mailbox:: @ 85EAB4E .string "MAILBOX$" -gUnknown_085eab56:: @ 85EAB56 +gUnknown_085EAB56:: @ 85EAB56 .string "DEPOSIT ITEM$" gText_WithdrawItem:: @ 85EAB63 @@ -1668,13 +1668,13 @@ gText_TossItem:: @ 85EAB71 .string "TOSS ITEM$" -gUnknown_085eab7b:: @ 85EAB7B +gUnknown_085EAB7B:: @ 85EAB7B .string "Store items in the PC.$" -gUnknown_085eab92:: @ 85EAB92 +gUnknown_085EAB92:: @ 85EAB92 .string "Take out items from the PC.$" -gUnknown_085eabae:: @ 85EABAE +gUnknown_085EABAE:: @ 85EABAE .string "Throw away items stored in the PC.$" gText_NoItems:: @ 85EABD1 @@ -1690,13 +1690,13 @@ gText_WithdrawXItems:: @ 85EAC22 .string "Withdrew {STR_VAR_2}\n{STR_VAR_1}(s).$" -gUnknown_085eac35:: @ 85EAC35 +gUnknown_085EAC35:: @ 85EAC35 .string "READ$" -gUnknown_085eac3a:: @ 85EAC3A +gUnknown_085EAC3A:: @ 85EAC3A .string "MOVE TO BAG$" -gUnknown_085eac46:: @ 85EAC46 +gUnknown_085EAC46:: @ 85EAC46 .string "GIVE$" gText_NoMailHere:: @ 85EAC4B @@ -1739,37 +1739,37 @@ gText_Glacia:: @ 85EAD30 .string "GLACIA$" -gUnknown_085ead37:: @ 85EAD37 +gUnknown_085EAD37:: @ 85EAD37 .string "PETALBURG$" -gUnknown_085ead41:: @ 85EAD41 +gUnknown_085EAD41:: @ 85EAD41 .string "SLATEPORT$" -gUnknown_085ead4b:: @ 85EAD4B +gUnknown_085EAD4B:: @ 85EAD4B .string "LITTLEROOT$" -gUnknown_085ead56:: @ 85EAD56 +gUnknown_085EAD56:: @ 85EAD56 .string "LILYCOVE$" -gUnknown_085ead5f:: @ 85EAD5F +gUnknown_085EAD5F:: @ 85EAD5F .string "DEWFORD$" -gUnknown_085ead67:: @ 85EAD67 +gUnknown_085EAD67:: @ 85EAD67 .string "ENTER$" -gUnknown_085ead6d:: @ 85EAD6D +gUnknown_085EAD6D:: @ 85EAD6D .string "INFO$" -gUnknown_085ead72:: @ 85EAD72 +gUnknown_085EAD72:: @ 85EAD72 .string "What’s a CONTEST?$" -gUnknown_085ead84:: @ 85EAD84 +gUnknown_085EAD84:: @ 85EAD84 .string "Types of CONTESTS$" -gUnknown_085ead96:: @ 85EAD96 +gUnknown_085EAD96:: @ 85EAD96 .string "Ranks$" -gUnknown_085ead9c:: @ 85EAD9C +gUnknown_085EAD9C:: @ 85EAD9C .string "Judging$" gUnknown_085EADA4:: @@ -1787,55 +1787,55 @@ gUnknown_085EADD5:: gUnknown_085EADE7:: .string "TOUGHNESS CONTEST$" -gUnknown_085eadf9:: @ 85EADF9 +gUnknown_085EADF9:: @ 85EADF9 .string "DECORATION$" -gUnknown_085eae04:: @ 85EAE04 +gUnknown_085EAE04:: @ 85EAE04 .string "PACK UP$" -gUnknown_085eae0c:: @ 85EAE0C +gUnknown_085EAE0C:: @ 85EAE0C .string "COUNT$" -gUnknown_085eae12:: @ 85EAE12 +gUnknown_085EAE12:: @ 85EAE12 .string "REGISTRY$" -gUnknown_085eae1b:: @ 85EAE1B +gUnknown_085EAE1B:: @ 85EAE1B .string "INFORMATION$" -gUnknown_085eae27:: @ 85EAE27 +gUnknown_085EAE27:: @ 85EAE27 .string "MACH$" -gUnknown_085eae2c:: @ 85EAE2C +gUnknown_085EAE2C:: @ 85EAE2C .string "ACRO$" -gUnknown_085eae31:: @ 85EAE31 +gUnknown_085EAE31:: @ 85EAE31 .string "PSN$" -gUnknown_085eae35:: @ 85EAE35 +gUnknown_085EAE35:: @ 85EAE35 .string "PAR$" -gUnknown_085eae39:: @ 85EAE39 +gUnknown_085EAE39:: @ 85EAE39 .string "SLP$" -gUnknown_085eae3d:: @ 85EAE3D +gUnknown_085EAE3D:: @ 85EAE3D .string "BRN$" -gUnknown_085eae41:: @ 85EAE41 +gUnknown_085EAE41:: @ 85EAE41 .string "FRZ$" -gUnknown_085eae45:: @ 85EAE45 +gUnknown_085EAE45:: @ 85EAE45 .string "TOXIC$" -gUnknown_085eae4b:: @ 85EAE4B +gUnknown_085EAE4B:: @ 85EAE4B .string "OK$" -gUnknown_085eae4e:: @ 85EAE4E +gUnknown_085EAE4E:: @ 85EAE4E .string "QUIT$" -gUnknown_085eae53:: @ 85EAE53 +gUnknown_085EAE53:: @ 85EAE53 .string "Saw it$" -gUnknown_085eae5a:: @ 85EAE5A +gUnknown_085EAE5A:: @ 85EAE5A .string "Not yet$" gText_Yes:: @ 85EAE62 @@ -1845,25 +1845,25 @@ gText_No:: @ 85EAE66 .string "NO$" -gUnknown_085eae69:: @ 85EAE69 +gUnknown_085EAE69:: @ 85EAE69 .string "INFO$" -gUnknown_085eae6e:: @ 85EAE6E +gUnknown_085EAE6E:: @ 85EAE6E .string "SINGLE BATTLE$" -gUnknown_085eae7c:: @ 85EAE7C +gUnknown_085EAE7C:: @ 85EAE7C .string "DOUBLE BATTLE$" -gUnknown_085eae8a:: @ 85EAE8A +gUnknown_085EAE8A:: @ 85EAE8A .string "MULTI BATTLE$" -gUnknown_085eae97:: @ 85EAE97 +gUnknown_085EAE97:: @ 85EAE97 .string "MR. BRINEY$" -gUnknown_085eaea2:: @ 85EAEA2 +gUnknown_085EAEA2:: @ 85EAEA2 .string "CHALLENGE$" -gUnknown_085eaeac:: @ 85EAEAC +gUnknown_085EAEAC:: @ 85EAEAC .string "INFO$" gText_Lv50:: @ 85EAEB1 @@ -1873,121 +1873,121 @@ gText_OpenLevel:: @ 85EAEB8 .string "OPEN LEVEL$" -gUnknown_085eaec3:: @ 85EAEC3 +gUnknown_085EAEC3:: @ 85EAEC3 .string "FRESH WATER{CLEAR_TO 0x48}¥200$" -gUnknown_085eaed6:: @ 85EAED6 +gUnknown_085EAED6:: @ 85EAED6 .string "SODA POP{CLEAR_TO 0x48}¥300$" -gUnknown_085eaee6:: @ 85EAEE6 +gUnknown_085EAEE6:: @ 85EAEE6 .string "LEMONADE{CLEAR_TO 0x48}¥350$" -gUnknown_085eaef6:: @ 85EAEF6 +gUnknown_085EAEF6:: @ 85EAEF6 .string "HOW TO RIDE$" -gUnknown_085eaf02:: @ 85EAF02 +gUnknown_085EAF02:: @ 85EAF02 .string "HOW TO TURN$" -gUnknown_085eaf0e:: @ 85EAF0E +gUnknown_085EAF0E:: @ 85EAF0E .string "SANDY SLOPES$" -gUnknown_085eaf1b:: @ 85EAF1B +gUnknown_085EAF1B:: @ 85EAF1B .string "WHEELIES$" -gUnknown_085eaf24:: @ 85EAF24 +gUnknown_085EAF24:: @ 85EAF24 .string "BUNNY-HOPS$" -gUnknown_085eaf2f:: @ 85EAF2F +gUnknown_085EAF2F:: @ 85EAF2F .string "JUMP$" -gUnknown_085eaf34:: @ 85EAF34 +gUnknown_085EAF34:: @ 85EAF34 .string "Satisfied$" -gUnknown_085eaf3e:: @ 85EAF3E +gUnknown_085EAF3E:: @ 85EAF3E .string "Dissatisfied$" -gUnknown_085eaf4b:: @ 85EAF4B +gUnknown_085EAF4B:: @ 85EAF4B .string "DEEPSEATOOTH$" -gUnknown_085eaf58:: @ 85EAF58 +gUnknown_085EAF58:: @ 85EAF58 .string "DEEPSEASCALE$" -gUnknown_085eaf65:: @ 85EAF65 +gUnknown_085EAF65:: @ 85EAF65 .string "BLUE FLUTE$" -gUnknown_085eaf70:: @ 85EAF70 +gUnknown_085EAF70:: @ 85EAF70 .string "YELLOW FLUTE$" -gUnknown_085eaf7d:: @ 85EAF7D +gUnknown_085EAF7D:: @ 85EAF7D .string "RED FLUTE$" -gUnknown_085eaf87:: @ 85EAF87 +gUnknown_085EAF87:: @ 85EAF87 .string "WHITE FLUTE$" -gUnknown_085eaf93:: @ 85EAF93 +gUnknown_085EAF93:: @ 85EAF93 .string "BLACK FLUTE$" -gUnknown_085eaf9f:: @ 85EAF9F +gUnknown_085EAF9F:: @ 85EAF9F .string "GLASS CHAIR$" -gUnknown_085eafab:: @ 85EAFAB +gUnknown_085EAFAB:: @ 85EAFAB .string "GLASS DESK$" -gUnknown_085eafb6:: @ 85EAFB6 +gUnknown_085EAFB6:: @ 85EAFB6 .string "TREECKO DOLL 1,000 COINS$" -gUnknown_085eafcf:: @ 85EAFCF +gUnknown_085EAFCF:: @ 85EAFCF .string "TORCHIC DOLL 1,000 COINS$" -gUnknown_085eafe8:: @ 85EAFE8 +gUnknown_085EAFE8:: @ 85EAFE8 .string "MUDKIP DOLL 1,000 COINS$" -gUnknown_085eb002:: @ 85EB002 +gUnknown_085EB002:: @ 85EB002 .string " 50 COINS ¥1,000$" -gUnknown_085eb017:: @ 85EB017 +gUnknown_085EB017:: @ 85EB017 .string "500 COINS ¥10,000$" -gUnknown_085eb02a:: @ 85EB02A +gUnknown_085EB02A:: @ 85EB02A .string "Excellent$" -gUnknown_085eb034:: @ 85EB034 +gUnknown_085EB034:: @ 85EB034 .string "Not so good$" -gUnknown_085eb040:: @ 85EB040 +gUnknown_085EB040:: @ 85EB040 .string "RED SHARD$" -gUnknown_085eb04a:: @ 85EB04A +gUnknown_085EB04A:: @ 85EB04A .string "YELLOW SHARD$" -gUnknown_085eb057:: @ 85EB057 +gUnknown_085EB057:: @ 85EB057 .string "BLUE SHARD$" -gUnknown_085eb062:: @ 85EB062 +gUnknown_085EB062:: @ 85EB062 .string "GREEN SHARD$" -gUnknown_085eb06e:: @ 85EB06E +gUnknown_085EB06E:: @ 85EB06E .string "BATTLE FRONTIER$" -gUnknown_085eb07e:: @ 85EB07E +gUnknown_085EB07E:: @ 85EB07E .string "Right$" -gUnknown_085eb084:: @ 85EB084 +gUnknown_085EB084:: @ 85EB084 .string "Left$" -gUnknown_085eb089:: @ 85EB089 +gUnknown_085EB089:: @ 85EB089 .string "TM32{CLEAR_TO 0x48}1,500 COINS$" -gUnknown_085eb09c:: @ 85EB09C +gUnknown_085EB09C:: @ 85EB09C .string "TM29{CLEAR_TO 0x48}3,500 COINS$" -gUnknown_085eb0af:: @ 85EB0AF +gUnknown_085EB0AF:: @ 85EB0AF .string "TM35{CLEAR_TO 0x48}4,000 COINS$" -gUnknown_085eb0c2:: @ 85EB0C2 +gUnknown_085EB0C2:: @ 85EB0C2 .string "TM24{CLEAR_TO 0x48}4,000 COINS$" -gUnknown_085eb0d5:: @ 85EB0D5 +gUnknown_085EB0D5:: @ 85EB0D5 .string "TM13{CLEAR_TO 0x48}4,000 COINS$" gText_Cool:: @ 85EB0E8 @@ -2006,46 +2006,46 @@ gText_Tough:: @ 85EB0FF .string "TOUGH$" -gUnknown_085eb105:: @ 85EB105 +gUnknown_085EB105:: @ 85EB105 .string "NORMAL$" -gUnknown_085eb10c:: @ 85EB10C +gUnknown_085EB10C:: @ 85EB10C .string "SUPER$" -gUnknown_085eb112:: @ 85EB112 +gUnknown_085EB112:: @ 85EB112 .string "HYPER$" -gUnknown_085eb118:: @ 85EB118 +gUnknown_085EB118:: @ 85EB118 .string "MASTER$" -gUnknown_085eb11f:: @ 85EB11F +gUnknown_085EB11F:: @ 85EB11F .string "COOL$" -gUnknown_085eb124:: @ 85EB124 +gUnknown_085EB124:: @ 85EB124 .string "BEAUTY$" -gUnknown_085eb12b:: @ 85EB12B +gUnknown_085EB12B:: @ 85EB12B .string "CUTE$" -gUnknown_085eb130:: @ 85EB130 +gUnknown_085EB130:: @ 85EB130 .string "SMART$" -gUnknown_085eb136:: @ 85EB136 +gUnknown_085EB136:: @ 85EB136 .string "TOUGH$" -gUnknown_085eb13c:: @ 85EB13C +gUnknown_085EB13C:: @ 85EB13C .string "ITEMS$" -gUnknown_085eb142:: @ 85EB142 +gUnknown_085EB142:: @ 85EB142 .string "KEY ITEMS$" -gUnknown_085eb14c:: @ 85EB14C +gUnknown_085EB14C:: @ 85EB14C .string "POKé BALLS$" -gUnknown_085eb157:: @ 85EB157 +gUnknown_085EB157:: @ 85EB157 .string "TMs & HMs$" -gUnknown_085eb161:: @ 85EB161 +gUnknown_085EB161:: @ 85EB161 .string "BERRIES$" gText_SomeonesPC:: @ 85EB169 @@ -2064,58 +2064,58 @@ gText_LogOff:: @ 85EB198 .string "LOG OFF$" -gUnknown_085eb1a0:: @ 85EB1A0 +gUnknown_085EB1A0:: @ 85EB1A0 .string "OPPONENT$" -gUnknown_085eb1a9:: @ 85EB1A9 +gUnknown_085EB1A9:: @ 85EB1A9 .string "TOURNEY TREE$" -gUnknown_085eb1b6:: @ 85EB1B6 +gUnknown_085EB1B6:: @ 85EB1B6 .string "READY TO START$" -gUnknown_085eb1c5:: @ 85EB1C5 +gUnknown_085EB1C5:: @ 85EB1C5 .string "NORMAL RANK$" -gUnknown_085eb1d1:: @ 85EB1D1 +gUnknown_085EB1D1:: @ 85EB1D1 .string "SUPER RANK$" -gUnknown_085eb1dc:: @ 85EB1DC +gUnknown_085EB1DC:: @ 85EB1DC .string "HYPER RANK$" -gUnknown_085eb1e7:: @ 85EB1E7 +gUnknown_085EB1E7:: @ 85EB1E7 .string "MASTER RANK$" -gUnknown_085eb1f3:: @ 85EB1F3 +gUnknown_085EB1F3:: @ 85EB1F3 .string "SINGLE$" -gUnknown_085eb1fa:: @ 85EB1FA +gUnknown_085EB1FA:: @ 85EB1FA .string "DOUBLE$" -gUnknown_085eb201:: @ 85EB201 +gUnknown_085EB201:: @ 85EB201 .string "MULTI$" -gUnknown_085eb207:: @ 85EB207 +gUnknown_085EB207:: @ 85EB207 .string "MULTI-LINK$" -gUnknown_085eb212:: @ 85EB212 +gUnknown_085EB212:: @ 85EB212 .string "BATTLE BAG$" -gUnknown_085eb21d:: @ 85EB21D +gUnknown_085EB21D:: @ 85EB21D .string "HELD ITEM$" -gUnknown_085eb227:: @ 85EB227 +gUnknown_085EB227:: @ 85EB227 .string "LINK CONTEST$" -gUnknown_085eb234:: @ 85EB234 +gUnknown_085EB234:: @ 85EB234 .string "ABOUT E-MODE$" -gUnknown_085eb241:: @ 85EB241 +gUnknown_085EB241:: @ 85EB241 .string "ABOUT G-MODE$" -gUnknown_085eb24e:: @ 85EB24E +gUnknown_085EB24E:: @ 85EB24E .string "E-MODE$" -gUnknown_085eb255:: @ 85EB255 +gUnknown_085EB255:: @ 85EB255 .string "G-MODE$" gText_MenuOptionPokedex:: @ 85EB25C @@ -2131,7 +2131,7 @@ gText_MenuOptionPokenav:: @ 85EB270 .string "POKéNAV$" -gUnknown_085eb278:: @ 85EB278 +gUnknown_085EB278:: @ 85EB278 .string "$" gText_MenuOptionSave:: @ 85EB279 @@ -2143,220 +2143,220 @@ gText_MenuOptionOption:: @ 85EB27E gText_MenuOptionExit:: @ 85EB285 .string "EXIT$" -gUnknown_085eb28a:: @ 85EB28A +gUnknown_085EB28A:: @ 85EB28A .string " " -gUnknown_085eb28c:: @ 85EB28C +gUnknown_085EB28C:: @ 85EB28C .string "5BP$" -gUnknown_085eb290:: @ 85EB290 +gUnknown_085EB290:: @ 85EB290 .string "10BP$" -gUnknown_085eb295:: @ 85EB295 +gUnknown_085EB295:: @ 85EB295 .string "15BP$" -gUnknown_085eb29a:: @ 85EB29A +gUnknown_085EB29A:: @ 85EB29A .string "RED TENT$" -gUnknown_085eb2a3:: @ 85EB2A3 +gUnknown_085EB2A3:: @ 85EB2A3 .string "BLUE TENT$" -gUnknown_085eb2ad:: @ 85EB2AD +gUnknown_085EB2AD:: @ 85EB2AD .string "SOUTHERN ISLAND$" -gUnknown_085eb2bd:: @ 85EB2BD +gUnknown_085EB2BD:: @ 85EB2BD .string "BIRTH ISLAND$" -gUnknown_085eb2ca:: @ 85EB2CA +gUnknown_085EB2CA:: @ 85EB2CA .string "FARAWAY ISLAND$" -gUnknown_085eb2d9:: @ 85EB2D9 +gUnknown_085EB2D9:: @ 85EB2D9 .string "NAVEL ROCK$" -gUnknown_085eb2e4:: @ 85EB2E4 +gUnknown_085EB2E4:: @ 85EB2E4 .string "CLAW FOSSIL$" -gUnknown_085eb2f0:: @ 85EB2F0 +gUnknown_085EB2F0:: @ 85EB2F0 .string "ROOT FOSSIL$" -gUnknown_085eb2fc:: @ 85EB2FC +gUnknown_085EB2FC:: @ 85EB2FC .string "NO$" -gUnknown_085eb2ff:: @ 85EB2FF +gUnknown_085EB2FF:: @ 85EB2FF .string "I’ll battle now!$" -gUnknown_085eb310:: @ 85EB310 +gUnknown_085EB310:: @ 85EB310 .string "I won!$" -gUnknown_085eb317:: @ 85EB317 +gUnknown_085EB317:: @ 85EB317 .string "I lost!$" -gUnknown_085eb31f:: @ 85EB31F +gUnknown_085EB31F:: @ 85EB31F .string "I won’t tell.$" -gUnknown_085eb32d:: @ 85EB32D +gUnknown_085EB32D:: @ 85EB32D .string "NORMAL TAG MATCH$" -gUnknown_085eb33e:: @ 85EB33E +gUnknown_085EB33E:: @ 85EB33E .string "VARIETY TAG MATCH$" -gUnknown_085eb350:: @ 85EB350 +gUnknown_085EB350:: @ 85EB350 .string "UNIQUE TAG MATCH$" -gUnknown_085eb361:: @ 85EB361 +gUnknown_085EB361:: @ 85EB361 .string "EXPERT TAG MATCH$" -gUnknown_085eb372:: @ 85EB372 +gUnknown_085EB372:: @ 85EB372 .string "TRADE CENTER$" -gUnknown_085eb37f:: @ 85EB37F +gUnknown_085EB37F:: @ 85EB37F .string "COLOSSEUM$" -gUnknown_085eb389:: @ 85EB389 +gUnknown_085EB389:: @ 85EB389 .string "RECORD CORNER$" -gUnknown_085eb397:: @ 85EB397 +gUnknown_085EB397:: @ 85EB397 .string "BERRY CRUSH$" -gUnknown_085eb3a3:: @ 85EB3A3 +gUnknown_085EB3A3:: @ 85EB3A3 .string "$" -gUnknown_085eb3a4:: @ 85EB3A4 +gUnknown_085EB3A4:: @ 85EB3A4 .string "POKéMON JUMP$" -gUnknown_085eb3b1:: @ 85EB3B1 +gUnknown_085EB3B1:: @ 85EB3B1 .string "DODRIO BERRY-PICKING$" -gUnknown_085eb3c6:: @ 85EB3C6 +gUnknown_085EB3C6:: @ 85EB3C6 .string "BECOME LEADER$" -gUnknown_085eb3d4:: @ 85EB3D4 +gUnknown_085EB3D4:: @ 85EB3D4 .string "JOIN GROUP$" -gUnknown_085eb3df:: @ 85EB3DF +gUnknown_085EB3DF:: @ 85EB3DF .string "TWO STYLES$" -gUnknown_085eb3ea:: @ 85EB3EA +gUnknown_085EB3EA:: @ 85EB3EA .string "LV. 50$" -gUnknown_085eb3f1:: @ 85EB3F1 +gUnknown_085EB3F1:: @ 85EB3F1 .string "OPEN LEVEL$" -gUnknown_085eb3fc:: @ 85EB3FC +gUnknown_085EB3FC:: @ 85EB3FC .string "{PKMN} TYPE & NO.$" -gUnknown_085eb40a:: @ 85EB40A +gUnknown_085EB40A:: @ 85EB40A .string "HOLD ITEMS$" -gUnknown_085eb415:: @ 85EB415 +gUnknown_085EB415:: @ 85EB415 .string "SYMBOLS$" -gUnknown_085eb41d:: @ 85EB41D +gUnknown_085EB41D:: @ 85EB41D .string "RECORD$" -gUnknown_085eb424:: @ 85EB424 +gUnknown_085EB424:: @ 85EB424 .string "BATTLE PTS$" -gUnknown_085eb42f:: @ 85EB42F +gUnknown_085EB42F:: @ 85EB42F .string "TOWER INFO$" -gUnknown_085eb43a:: @ 85EB43A +gUnknown_085EB43A:: @ 85EB43A .string "BATTLE {PKMN}$" -gUnknown_085eb444:: @ 85EB444 +gUnknown_085EB444:: @ 85EB444 .string "BATTLE SALON$" -gUnknown_085eb451:: @ 85EB451 +gUnknown_085EB451:: @ 85EB451 .string "MULTI-LINK$" -gUnknown_085eb45c:: @ 85EB45C +gUnknown_085EB45C:: @ 85EB45C .string "BATTLE RULES$" -gUnknown_085eb469:: @ 85EB469 +gUnknown_085EB469:: @ 85EB469 .string "JUDGE: MIND$" -gUnknown_085eb475:: @ 85EB475 +gUnknown_085EB475:: @ 85EB475 .string "JUDGE: SKILL$" -gUnknown_085eb482:: @ 85EB482 +gUnknown_085EB482:: @ 85EB482 .string "JUDGE: BODY$" -gUnknown_085eb48e:: @ 85EB48E +gUnknown_085EB48E:: @ 85EB48E .string "MATCHUP$" -gUnknown_085eb496:: @ 85EB496 +gUnknown_085EB496:: @ 85EB496 .string "TOURNEY TREE$" -gUnknown_085eb4a3:: @ 85EB4A3 +gUnknown_085EB4A3:: @ 85EB4A3 .string "DOUBLE KO$" -gUnknown_085eb4ad:: @ 85EB4AD +gUnknown_085EB4AD:: @ 85EB4AD .string "BASIC RULES$" -gUnknown_085eb4b9:: @ 85EB4B9 +gUnknown_085EB4B9:: @ 85EB4B9 .string "SWAP: PARTNER$" -gUnknown_085eb4c7:: @ 85EB4C7 +gUnknown_085EB4C7:: @ 85EB4C7 .string "SWAP: NUMBER$" -gUnknown_085eb4d4:: @ 85EB4D4 +gUnknown_085EB4D4:: @ 85EB4D4 .string "SWAP: NOTES$" -gUnknown_085eb4e0:: @ 85EB4E0 +gUnknown_085EB4E0:: @ 85EB4E0 .string "OPEN LEVEL$" -gUnknown_085eb4eb:: @ 85EB4EB +gUnknown_085EB4EB:: @ 85EB4EB .string "BATTLE BASICS$" -gUnknown_085eb4f9:: @ 85EB4F9 +gUnknown_085EB4F9:: @ 85EB4F9 .string "POKéMON NATURE$" -gUnknown_085eb508:: @ 85EB508 +gUnknown_085EB508:: @ 85EB508 .string "POKéMON MOVES$" -gUnknown_085eb516:: @ 85EB516 +gUnknown_085EB516:: @ 85EB516 .string "UNDERPOWERED$" -gUnknown_085eb523:: @ 85EB523 +gUnknown_085EB523:: @ 85EB523 .string "WHEN IN DANGER$" -gUnknown_085eb532:: @ 85EB532 +gUnknown_085EB532:: @ 85EB532 .string "PYRAMID: POKéMON$" -gUnknown_085eb543:: @ 85EB543 +gUnknown_085EB543:: @ 85EB543 .string "PYRAMID: TRAINERS$" -gUnknown_085eb555:: @ 85EB555 +gUnknown_085EB555:: @ 85EB555 .string "PYRAMID: MAZE$" -gUnknown_085eb563:: @ 85EB563 +gUnknown_085EB563:: @ 85EB563 .string "BATTLE BAG$" -gUnknown_085eb56e:: @ 85EB56E +gUnknown_085EB56E:: @ 85EB56E .string "POKéNAV AND BAG$" -gUnknown_085eb57e:: @ 85EB57E +gUnknown_085EB57E:: @ 85EB57E .string "HELD ITEMS$" -gUnknown_085eb589:: @ 85EB589 +gUnknown_085EB589:: @ 85EB589 .string "POKéMON ORDER$" -gUnknown_085eb597:: @ 85EB597 +gUnknown_085EB597:: @ 85EB597 .string "BATTLE POKéMON$" -gUnknown_085eb5a6:: @ 85EB5A6 +gUnknown_085EB5A6:: @ 85EB5A6 .string "BATTLE TRAINERS$" -gUnknown_085eb5b6:: @ 85EB5B6 +gUnknown_085EB5B6:: @ 85EB5B6 .string "GO ON$" -gUnknown_085eb5bc:: @ 85EB5BC +gUnknown_085EB5BC:: @ 85EB5BC .string "RECORD$" -gUnknown_085eb5c3:: @ 85EB5C3 +gUnknown_085EB5C3:: @ 85EB5C3 .string "REST$" -gUnknown_085eb5c8:: @ 85EB5C8 +gUnknown_085EB5C8:: @ 85EB5C8 .string "RETIRE$" gText_99TimesPlus:: @ 85EB5CF @@ -2372,7 +2372,7 @@ gText_SpaceTimes:: @ 85EB5EE .string " time(s)$" -gUnknown_085eb5f7:: @ 85EB5F7 +gUnknown_085EB5F7:: @ 85EB5F7 .string ".$" gText_BigGuy:: @ 85EB5F9 @@ -2388,73 +2388,73 @@ gText_Daughter:: @ 85EB60E .string "daughter$" -gUnknown_085eb617:: @ 85EB617 +gUnknown_085EB617:: @ 85EB617 .string "BLUE FLUTE$" -gUnknown_085eb622:: @ 85EB622 +gUnknown_085EB622:: @ 85EB622 .string "YELLOW FLUTE$" -gUnknown_085eb62f:: @ 85EB62F +gUnknown_085EB62F:: @ 85EB62F .string "RED FLUTE$" -gUnknown_085eb639:: @ 85EB639 +gUnknown_085EB639:: @ 85EB639 .string "WHITE FLUTE$" -gUnknown_085eb645:: @ 85EB645 +gUnknown_085EB645:: @ 85EB645 .string "BLACK FLUTE$" -gUnknown_085eb651:: @ 85EB651 +gUnknown_085EB651:: @ 85EB651 .string "PRETTY CHAIR$" -gUnknown_085eb65e:: @ 85EB65E +gUnknown_085EB65E:: @ 85EB65E .string "PRETTY DESK$" -gUnknown_085eb66a:: @ 85EB66A +gUnknown_085EB66A:: @ 85EB66A .string "1F$" -gUnknown_085eb66d:: @ 85EB66D +gUnknown_085EB66D:: @ 85EB66D .string "2F$" -gUnknown_085eb670:: @ 85EB670 +gUnknown_085EB670:: @ 85EB670 .string "3F$" -gUnknown_085eb673:: @ 85EB673 +gUnknown_085EB673:: @ 85EB673 .string "4F$" -gUnknown_085eb676:: @ 85EB676 +gUnknown_085EB676:: @ 85EB676 .string "5F$" -gUnknown_085eb679:: @ 85EB679 +gUnknown_085EB679:: @ 85EB679 .string "6F$" -gUnknown_085eb67c:: @ 85EB67C +gUnknown_085EB67C:: @ 85EB67C .string "7F$" -gUnknown_085eb67f:: @ 85EB67F +gUnknown_085EB67F:: @ 85EB67F .string "8F$" -gUnknown_085eb682:: @ 85EB682 +gUnknown_085EB682:: @ 85EB682 .string "9F$" -gUnknown_085eb685:: @ 85EB685 +gUnknown_085EB685:: @ 85EB685 .string "10F$" -gUnknown_085eb689:: @ 85EB689 +gUnknown_085EB689:: @ 85EB689 .string "11F$" -gUnknown_085eb68d:: @ 85EB68D +gUnknown_085EB68D:: @ 85EB68D .string "B1F$" -gUnknown_085eb691:: @ 85EB691 +gUnknown_085EB691:: @ 85EB691 .string "B2F$" -gUnknown_085eb695:: @ 85EB695 +gUnknown_085EB695:: @ 85EB695 .string "B3F$" -gUnknown_085eb699:: @ 85EB699 +gUnknown_085EB699:: @ 85EB699 .string "B4F$" -gUnknown_085eb69d:: @ 85EB69D +gUnknown_085EB69D:: @ 85EB69D .string "ROOFTOP$" gText_ElevatorNowOn:: @ 85EB6A5 @@ -2464,302 +2464,302 @@ gText_BP:: @ 85EB6AD .string "BP$" -gUnknown_085eb6b0:: @ 85EB6B0 +gUnknown_085EB6B0:: @ 85EB6B0 .string "ENERGYPOWDER{CLEAR_TO 0x72}{SIZE 0}50$" -gUnknown_085eb6c5:: @ 85EB6C5 +gUnknown_085EB6C5:: @ 85EB6C5 .string "ENERGY ROOT{CLEAR_TO 0x72}{SIZE 0}80$" -gUnknown_085eb6d9:: @ 85EB6D9 +gUnknown_085EB6D9:: @ 85EB6D9 .string "HEAL POWDER{CLEAR_TO 0x72}{SIZE 0}50$" -gUnknown_085eb6ed:: @ 85EB6ED +gUnknown_085EB6ED:: @ 85EB6ED .string "REVIVAL HERB{CLEAR_TO 0x6C}{SIZE 0}300$" -gUnknown_085eb703:: @ 85EB703 +gUnknown_085EB703:: @ 85EB703 .string "PROTEIN{CLEAR_TO 0x63}{SIZE 0}1,000$" -gUnknown_085eb716:: @ 85EB716 +gUnknown_085EB716:: @ 85EB716 .string "IRON{CLEAR_TO 0x63}{SIZE 0}1,000$" -gUnknown_085eb726:: @ 85EB726 +gUnknown_085EB726:: @ 85EB726 .string "CARBOS{CLEAR_TO 0x63}{SIZE 0}1,000$" -gUnknown_085eb738:: @ 85EB738 +gUnknown_085EB738:: @ 85EB738 .string "CALCIUM{CLEAR_TO 0x63}{SIZE 0}1,000$" -gUnknown_085eb74b:: @ 85EB74B +gUnknown_085EB74B:: @ 85EB74B .string "ZINC{CLEAR_TO 0x63}{SIZE 0}1,000$" -gUnknown_085eb75b:: @ 85EB75B +gUnknown_085EB75B:: @ 85EB75B .string "HP UP{CLEAR_TO 0x63}{SIZE 0}1,000$" -gUnknown_085eb76c:: @ 85EB76C +gUnknown_085EB76C:: @ 85EB76C .string "PP UP{CLEAR_TO 0x63}{SIZE 0}3,000$" -gUnknown_085eb77d:: @ 85EB77D +gUnknown_085EB77D:: @ 85EB77D .string "RANKING HALL$" -gUnknown_085eb78a:: @ 85EB78A +gUnknown_085EB78A:: @ 85EB78A .string "EXCHANGE SERVICE$" -gUnknown_085eb79b:: @ 85EB79B +gUnknown_085EB79B:: @ 85EB79B .string "LILYCOVE CITY$" -gUnknown_085eb7a9:: @ 85EB7A9 +gUnknown_085EB7A9:: @ 85EB7A9 .string "SLATEPORT CITY$" -gUnknown_085eb7b8:: @ 85EB7B8 +gUnknown_085EB7B8:: @ 85EB7B8 .string "CAVE OF ORIGIN$" -gUnknown_085eb7c7:: @ 85EB7C7 +gUnknown_085EB7C7:: @ 85EB7C7 .string "MT. PYRE$" -gUnknown_085eb7d0:: @ 85EB7D0 +gUnknown_085EB7D0:: @ 85EB7D0 .string "SKY PILLAR$" -gUnknown_085eb7db:: @ 85EB7DB +gUnknown_085EB7DB:: @ 85EB7DB .string "Don’t remember$" gText_Exit:: @ 85EB7EA .string "EXIT$" -gUnknown_085eb7ef:: @ 85EB7EF +gUnknown_085EB7EF:: @ 85EB7EF .string "Exit from the BOX?$" -gUnknown_085eb802:: @ 85EB802 +gUnknown_085EB802:: @ 85EB802 .string "What do you want to do?$" -gUnknown_085eb81a:: @ 85EB81A +gUnknown_085EB81A:: @ 85EB81A .string "Please pick a theme.$" -gUnknown_085eb82f:: @ 85EB82F +gUnknown_085EB82F:: @ 85EB82F .string "Pick the wallpaper.$" -gUnknown_085eb843:: @ 85EB843 +gUnknown_085EB843:: @ 85EB843 .string "{SPECIAL_F7 0x00} is selected.$" -gUnknown_085eb853:: @ 85EB853 +gUnknown_085EB853:: @ 85EB853 .string "Jump to which BOX?$" -gUnknown_085eb866:: @ 85EB866 +gUnknown_085EB866:: @ 85EB866 .string "Deposit in which BOX?$" -gUnknown_085eb87c:: @ 85EB87C +gUnknown_085EB87C:: @ 85EB87C .string "{SPECIAL_F7 0x00} was deposited.$" -gUnknown_085eb88e:: @ 85EB88E +gUnknown_085EB88E:: @ 85EB88E .string "The BOX is full.$" -gUnknown_085eb89f:: @ 85EB89F +gUnknown_085EB89F:: @ 85EB89F .string "Release this POKéMON?$" -gUnknown_085eb8b5:: @ 85EB8B5 +gUnknown_085EB8B5:: @ 85EB8B5 .string "{SPECIAL_F7 0x00} was released.$" -gUnknown_085eb8c6:: @ 85EB8C6 +gUnknown_085EB8C6:: @ 85EB8C6 .string "Bye-bye, {SPECIAL_F7 0x00}!$" -gUnknown_085eb8d3:: @ 85EB8D3 +gUnknown_085EB8D3:: @ 85EB8D3 .string "Mark your POKéMON.$" -gUnknown_085eb8e6:: @ 85EB8E6 +gUnknown_085EB8E6:: @ 85EB8E6 .string "That’s your last POKéMON!$" -gUnknown_085eb900:: @ 85EB900 +gUnknown_085EB900:: @ 85EB900 .string "Your party’s full!$" -gUnknown_085eb913:: @ 85EB913 +gUnknown_085EB913:: @ 85EB913 .string "You’re holding a POKéMON!$" -gUnknown_085eb92d:: @ 85EB92D +gUnknown_085EB92D:: @ 85EB92D .string "Which one will you take?$" -gUnknown_085eb946:: @ 85EB946 +gUnknown_085EB946:: @ 85EB946 .string "You can’t release an EGG.$" -gUnknown_085eb960:: @ 85EB960 +gUnknown_085EB960:: @ 85EB960 .string "Continue BOX operations?$" -gUnknown_085eb979:: @ 85EB979 +gUnknown_085EB979:: @ 85EB979 .string "{SPECIAL_F7 0x00} came back!$" -gUnknown_085eb987:: @ 85EB987 +gUnknown_085EB987:: @ 85EB987 .string "Was it worried about you?$" -gUnknown_085eb9a1:: @ 85EB9A1 +gUnknown_085EB9A1:: @ 85EB9A1 .string "… … … … !$" -gUnknown_085eb9ab:: @ 85EB9AB +gUnknown_085EB9AB:: @ 85EB9AB .string "Please remove the MAIL.$" -gUnknown_085eb9c3:: @ 85EB9C3 +gUnknown_085EB9C3:: @ 85EB9C3 .string "GIVE to a POKéMON?$" -gUnknown_085eb9d6:: @ 85EB9D6 +gUnknown_085EB9D6:: @ 85EB9D6 .string "Placed item in the BAG.$" -gUnknown_085eb9ee:: @ 85EB9EE +gUnknown_085EB9EE:: @ 85EB9EE .string "The BAG is full.$" -gUnknown_085eb9ff:: @ 85EB9FF +gUnknown_085EB9FF:: @ 85EB9FF .string "Put this item in the BAG?$" -gUnknown_085eba19:: @ 85EBA19 +gUnknown_085EBA19:: @ 85EBA19 .string "{SPECIAL_F7 0x00} is now held.$" -gUnknown_085eba29:: @ 85EBA29 +gUnknown_085EBA29:: @ 85EBA29 .string "Changed to {SPECIAL_F7 0x00}.$" -gUnknown_085eba38:: @ 85EBA38 +gUnknown_085EBA38:: @ 85EBA38 .string "MAIL can’t be stored!$" -gUnknown_085eba4e:: @ 85EBA4E +gUnknown_085EBA4E:: @ 85EBA4E .string "CANCEL$" -gUnknown_085eba55:: @ 85EBA55 +gUnknown_085EBA55:: @ 85EBA55 .string "STORE$" -gUnknown_085eba5b:: @ 85EBA5B +gUnknown_085EBA5B:: @ 85EBA5B .string "WITHDRAW$" -gUnknown_085eba64:: @ 85EBA64 +gUnknown_085EBA64:: @ 85EBA64 .string "SHIFT$" -gUnknown_085eba6a:: @ 85EBA6A +gUnknown_085EBA6A:: @ 85EBA6A .string "MOVE$" -gUnknown_085eba6f:: @ 85EBA6F +gUnknown_085EBA6F:: @ 85EBA6F .string "PLACE$" -gUnknown_085eba75:: @ 85EBA75 +gUnknown_085EBA75:: @ 85EBA75 .string "SUMMARY$" -gUnknown_085eba7d:: @ 85EBA7D +gUnknown_085EBA7D:: @ 85EBA7D .string "RELEASE$" -gUnknown_085eba85:: @ 85EBA85 +gUnknown_085EBA85:: @ 85EBA85 .string "MARK$" -gUnknown_085eba8a:: @ 85EBA8A +gUnknown_085EBA8A:: @ 85EBA8A .string "NAME$" -gUnknown_085eba8f:: @ 85EBA8F +gUnknown_085EBA8F:: @ 85EBA8F .string "JUMP$" -gUnknown_085eba94:: @ 85EBA94 +gUnknown_085EBA94:: @ 85EBA94 .string "WALLPAPER$" -gUnknown_085eba9e:: @ 85EBA9E +gUnknown_085EBA9E:: @ 85EBA9E .string "TAKE$" -gUnknown_085ebaa3:: @ 85EBAA3 +gUnknown_085EBAA3:: @ 85EBAA3 .string "GIVE$" -gUnknown_085ebaa8:: @ 85EBAA8 +gUnknown_085EBAA8:: @ 85EBAA8 .string "SWITCH$" -gUnknown_085ebaaf:: @ 85EBAAF +gUnknown_085EBAAF:: @ 85EBAAF .string "BAG$" -gUnknown_085ebab3:: @ 85EBAB3 +gUnknown_085EBAB3:: @ 85EBAB3 .string "INFO$" -gUnknown_085ebab8:: @ 85EBAB8 +gUnknown_085EBAB8:: @ 85EBAB8 .string "SCENERY 1$" -gUnknown_085ebac2:: @ 85EBAC2 +gUnknown_085EBAC2:: @ 85EBAC2 .string "SCENERY 2$" -gUnknown_085ebacc:: @ 85EBACC +gUnknown_085EBACC:: @ 85EBACC .string "SCENERY 3$" -gUnknown_085ebad6:: @ 85EBAD6 +gUnknown_085EBAD6:: @ 85EBAD6 .string "ETCETERA$" -gUnknown_085ebadf:: @ 85EBADF +gUnknown_085EBADF:: @ 85EBADF .string "FRIENDS$" -gUnknown_085ebae7:: @ 85EBAE7 +gUnknown_085EBAE7:: @ 85EBAE7 .string "FOREST$" -gUnknown_085ebaee:: @ 85EBAEE +gUnknown_085EBAEE:: @ 85EBAEE .string "CITY$" -gUnknown_085ebaf3:: @ 85EBAF3 +gUnknown_085EBAF3:: @ 85EBAF3 .string "DESERT$" -gUnknown_085ebafa:: @ 85EBAFA +gUnknown_085EBAFA:: @ 85EBAFA .string "SAVANNA$" -gUnknown_085ebb02:: @ 85EBB02 +gUnknown_085EBB02:: @ 85EBB02 .string "CRAG$" -gUnknown_085ebb07:: @ 85EBB07 +gUnknown_085EBB07:: @ 85EBB07 .string "VOLCANO$" -gUnknown_085ebb0f:: @ 85EBB0F +gUnknown_085EBB0F:: @ 85EBB0F .string "SNOW$" -gUnknown_085ebb14:: @ 85EBB14 +gUnknown_085EBB14:: @ 85EBB14 .string "CAVE$" -gUnknown_085ebb19:: @ 85EBB19 +gUnknown_085EBB19:: @ 85EBB19 .string "BEACH$" -gUnknown_085ebb1f:: @ 85EBB1F +gUnknown_085EBB1F:: @ 85EBB1F .string "SEAFLOOR$" -gUnknown_085ebb28:: @ 85EBB28 +gUnknown_085EBB28:: @ 85EBB28 .string "RIVER$" -gUnknown_085ebb2e:: @ 85EBB2E +gUnknown_085EBB2E:: @ 85EBB2E .string "SKY$" -gUnknown_085ebb32:: @ 85EBB32 +gUnknown_085EBB32:: @ 85EBB32 .string "POLKA-DOT$" -gUnknown_085ebb3c:: @ 85EBB3C +gUnknown_085EBB3C:: @ 85EBB3C .string "POKéCENTER$" -gUnknown_085ebb47:: @ 85EBB47 +gUnknown_085EBB47:: @ 85EBB47 .string "MACHINE$" -gUnknown_085ebb4f:: @ 85EBB4F +gUnknown_085EBB4F:: @ 85EBB4F .string "SIMPLE$" -gUnknown_085ebb56:: @ 85EBB56 +gUnknown_085EBB56:: @ 85EBB56 .string "What would you like to do?$" -gUnknown_085ebb71:: @ 85EBB71 +gUnknown_085EBB71:: @ 85EBB71 .string "WITHDRAW POKéMON$" -gUnknown_085ebb82:: @ 85EBB82 +gUnknown_085EBB82:: @ 85EBB82 .string "DEPOSIT POKéMON$" -gUnknown_085ebb92:: @ 85EBB92 +gUnknown_085EBB92:: @ 85EBB92 .string "MOVE POKéMON$" -gUnknown_085ebb9f:: @ 85EBB9F +gUnknown_085EBB9F:: @ 85EBB9F .string "MOVE ITEMS$" -gUnknown_085ebbaa:: @ 85EBBAA +gUnknown_085EBBAA:: @ 85EBBAA .string "SEE YA!$" -gUnknown_085ebbb2:: @ 85EBBB2 +gUnknown_085EBBB2:: @ 85EBBB2 .string "Move POKéMON stored in BOXES to\nyour party.$" -gUnknown_085ebbde:: @ 85EBBDE +gUnknown_085EBBDE:: @ 85EBBDE .string "Store POKéMON in your party in BOXES.$" -gUnknown_085ebc04:: @ 85EBC04 +gUnknown_085EBC04:: @ 85EBC04 .string "Organize the POKéMON in BOXES and\nin your party.$" -gUnknown_085ebc35:: @ 85EBC35 +gUnknown_085EBC35:: @ 85EBC35 .string "Move items held by any POKéMON\nin a BOX or your party.$" -gUnknown_085ebc6c:: @ 85EBC6C +gUnknown_085EBC6C:: @ 85EBC6C .string "Return to the previous menu.$" gText_JustOnePkmn:: @ 85EBC89 @@ -2772,53 +2772,53 @@ gText_Box:: @ 85EBCC1 .string "BOX$" -gUnknown_085ebcc5:: @ 85EBCC5 +gUnknown_085EBCC5:: @ 85EBCC5 .string "Check the map of the HOENN region.$" -gUnknown_085ebce8:: @ 85EBCE8 +gUnknown_085EBCE8:: @ 85EBCE8 .string "Check POKéMON in detail.$" -gUnknown_085ebd01:: @ 85EBD01 +gUnknown_085EBD01:: @ 85EBD01 .string "Call a registered TRAINER.$" -gUnknown_085ebd1c:: @ 85EBD1C +gUnknown_085EBD1C:: @ 85EBD1C .string "Check obtained RIBBONS.$" -gUnknown_085ebd34:: @ 85EBD34 +gUnknown_085EBD34:: @ 85EBD34 .string "Put away the POKéNAV.$" gText_NoRibbonWinners:: @ 85EBD4A .string "There are no RIBBON winners.$" -gUnknown_085ebd67:: @ 85EBD67 +gUnknown_085EBD67:: @ 85EBD67 .string "No TRAINERS are registered.$" -gUnknown_085ebd83:: @ 85EBD83 +gUnknown_085EBD83:: @ 85EBD83 .string "Check party POKéMON in detail.$" -gUnknown_085ebda2:: @ 85EBDA2 +gUnknown_085EBDA2:: @ 85EBDA2 .string "Check all POKéMON in detail.$" -gUnknown_085ebdbf:: @ 85EBDBF +gUnknown_085EBDBF:: @ 85EBDBF .string "Return to the POKéNAV menu.$" -gUnknown_085ebddb:: @ 85EBDDB +gUnknown_085EBDDB:: @ 85EBDDB .string "Find cool POKéMON.$" -gUnknown_085ebdee:: @ 85EBDEE +gUnknown_085EBDEE:: @ 85EBDEE .string "Find beautiful POKéMON.$" -gUnknown_085ebe06:: @ 85EBE06 +gUnknown_085EBE06:: @ 85EBE06 .string "Find cute POKéMON.$" -gUnknown_085ebe19:: @ 85EBE19 +gUnknown_085EBE19:: @ 85EBE19 .string "Find smart POKéMON.$" -gUnknown_085ebe2d:: @ 85EBE2D +gUnknown_085EBE2D:: @ 85EBE2D .string "Find tough POKéMON.$" -gUnknown_085ebe41:: @ 85EBE41 +gUnknown_085EBE41:: @ 85EBE41 .string "Return to the CONDITION menu.$" gText_NumberRegistered:: @ 85EBE5F @@ -2828,61 +2828,61 @@ gText_NumberOfBattles:: @ 85EBE6E .string "No. of battles$" -gUnknown_085ebe7d:: @ 85EBE7D +gUnknown_085EBE7D:: @ 85EBE7D .string "DETAIL$" -gUnknown_085ebe84:: @ 85EBE84 +gUnknown_085EBE84:: @ 85EBE84 .string "CALL$" -gUnknown_085ebe89:: @ 85EBE89 +gUnknown_085EBE89:: @ 85EBE89 .string "EXIT$" -gUnknown_085ebe8e:: @ 85EBE8E +gUnknown_085EBE8E:: @ 85EBE8E .string "Can’t call opponent here.$" -gUnknown_085ebea8:: @ 85EBEA8 +gUnknown_085EBEA8:: @ 85EBEA8 .string "STRATEGY$" -gUnknown_085ebeb1:: @ 85EBEB1 +gUnknown_085EBEB1:: @ 85EBEB1 .string "TRAINER’S POKéMON$" -gUnknown_085ebec3:: @ 85EBEC3 +gUnknown_085EBEC3:: @ 85EBEC3 .string "SELF-INTRODUCTION$" -gUnknown_085ebed5:: @ 85EBED5 +gUnknown_085EBED5:: @ 85EBED5 .string "{CLEAR 0x80}$" -gUnknown_085ebed9:: @ 85EBED9 +gUnknown_085EBED9:: @ 85EBED9 .string "{UNK_CTRL_F800}ZOOM {UNK_CTRL_F801}CANCEL$" -gUnknown_085ebee9:: @ 85EBEE9 +gUnknown_085EBEE9:: @ 85EBEE9 .string "{UNK_CTRL_F800}FULL {UNK_CTRL_F801}CANCEL$" -gUnknown_085ebef9:: @ 85EBEF9 +gUnknown_085EBEF9:: @ 85EBEF9 .string "{UNK_CTRL_F800}CONDITION {UNK_CTRL_F801}CANCEL$" -gUnknown_085ebf0e:: @ 85EBF0E +gUnknown_085EBF0E:: @ 85EBF0E .string "{UNK_CTRL_F800}MARKINGS {UNK_CTRL_F801}CANCEL$" -gUnknown_085ebf22:: @ 85EBF22 +gUnknown_085EBF22:: @ 85EBF22 .string "{UNK_CTRL_F800}SELECT MARK {UNK_CTRL_F801}CANCEL$" -gUnknown_085ebf39:: @ 85EBF39 +gUnknown_085EBF39:: @ 85EBF39 .string "{UNK_CTRL_F800}MENU {UNK_CTRL_F801}CANCEL$" -gUnknown_085ebf49:: @ 85EBF49 +gUnknown_085EBF49:: @ 85EBF49 .string "{UNK_CTRL_F800}OK {UNK_CTRL_F801}CANCEL$" -gUnknown_085ebf57:: @ 85EBF57 +gUnknown_085EBF57:: @ 85EBF57 .string "{UNK_CTRL_F801}CANCEL$" -gUnknown_085ebf60:: @ 85EBF60 +gUnknown_085EBF60:: @ 85EBF60 .string "{UNK_CTRL_F800}RIBBONS {UNK_CTRL_F801}CANCEL$" -gUnknown_085ebf73:: @ 85EBF73 +gUnknown_085EBF73:: @ 85EBF73 .string "{UNK_CTRL_F800}CHECK {UNK_CTRL_F801}CANCEL$" -gUnknown_085ebf84:: @ 85EBF84 +gUnknown_085EBF84:: @ 85EBF84 .string "{UNK_CTRL_F801}CANCEL$" gText_NatureSlash:: @ 85EBF8D @@ -2898,29 +2898,29 @@ gText_Number2:: @ 85EBFD7 .string "No. $" -gUnknown_085ebfdc:: @ 85EBFDC +gUnknown_085EBFDC:: @ 85EBFDC .string "RIBBONS$" -gUnknown_085ebfe4:: @ 85EBFE4 +gUnknown_085EBFE4:: @ 85EBFE4 .string "{SPECIAL_F7 0x00}{COLOR_HIGHLIGHT_SHADOW LIGHT_RED WHITE GREEN}♂{COLOR_HIGHLIGHT_SHADOW DARK_GREY WHITE LIGHT_GREY}/{LV}{SPECIAL_F7 0x01}$" -gUnknown_085ebff6:: @ 85EBFF6 +gUnknown_085EBFF6:: @ 85EBFF6 .string "{SPECIAL_F7 0x00}{COLOR_HIGHLIGHT_SHADOW LIGHT_GREEN WHITE BLUE}♀{COLOR_HIGHLIGHT_SHADOW DARK_GREY WHITE LIGHT_GREY}/{LV}{SPECIAL_F7 0x01}$" -gUnknown_085ec008:: @ 85EC008 +gUnknown_085EC008:: @ 85EC008 .string "{SPECIAL_F7 0x00}/{LV}{SPECIAL_F7 0x01}$" gText_Unknown:: @ 85EC00F .string "UNKNOWN$" -gUnknown_085ec017:: @ 85EC017 +gUnknown_085EC017:: @ 85EC017 .string "CALL$" -gUnknown_085ec01c:: @ 85EC01C +gUnknown_085EC01C:: @ 85EC01C .string "CHECK$" -gUnknown_085ec022:: @ 85EC022 +gUnknown_085EC022:: @ 85EC022 .string "CANCEL$" gText_NumberF700:: @ 85EC029 @@ -2930,121 +2930,121 @@ gText_RibbonsF700:: @ 85EC030 .string "RIBBONS {SPECIAL_F7 0x00}$" -gUnknown_085ec03b:: @ 85EC03B +gUnknown_085EC03B:: @ 85EC03B .string "{SPECIAL_F7 0x00}{COLOR_HIGHLIGHT_SHADOW LIGHT_RED WHITE GREEN}♂{COLOR_HIGHLIGHT_SHADOW DARK_GREY WHITE LIGHT_GREY}/{LV}{SPECIAL_F7 0x01}{SPECIAL_F7 0x02}$" -gUnknown_085ec04f:: @ 85EC04F +gUnknown_085EC04F:: @ 85EC04F .string "{SPECIAL_F7 0x00}{COLOR_HIGHLIGHT_SHADOW LIGHT_GREEN WHITE BLUE}♀{COLOR_HIGHLIGHT_SHADOW DARK_GREY WHITE LIGHT_GREY}/{LV}{SPECIAL_F7 0x01}{SPECIAL_F7 0x02}$" -gUnknown_085ec063:: @ 85EC063 +gUnknown_085EC063:: @ 85EC063 .string "{SPECIAL_F7 0x00}/{LV}{SPECIAL_F7 0x01}{SPECIAL_F7 0x02}$" -gUnknown_085ec06c:: @ 85EC06C +gUnknown_085EC06C:: @ 85EC06C .string "Combine four words or phrases$" -gUnknown_085ec08a:: @ 85EC08A +gUnknown_085EC08A:: @ 85EC08A .string "and make your profile.$" -gUnknown_085ec0a1:: @ 85EC0A1 +gUnknown_085EC0A1:: @ 85EC0A1 .string "Combine six words or phrases$" -gUnknown_085ec0be:: @ 85EC0BE +gUnknown_085EC0BE:: @ 85EC0BE .string "and make a message.$" -gUnknown_085ec0d2:: @ 85EC0D2 +gUnknown_085EC0D2:: @ 85EC0D2 .string "Find words that describe your$" -gUnknown_085ec0f0:: @ 85EC0F0 +gUnknown_085EC0F0:: @ 85EC0F0 .string "feelings right now.$" -gUnknown_085ec104:: @ 85EC104 +gUnknown_085EC104:: @ 85EC104 .string "With four phrases,$" -gUnknown_085ec117:: @ 85EC117 +gUnknown_085EC117:: @ 85EC117 .string "Combine nine words or phrases$" -gUnknown_085ec135:: @ 85EC135 +gUnknown_085EC135:: @ 85EC135 .string "and make a message.$" -gUnknown_085ec149:: @ 85EC149 +gUnknown_085EC149:: @ 85EC149 .string "Change just one word or phrase$" -gUnknown_085ec168:: @ 85EC168 +gUnknown_085EC168:: @ 85EC168 .string "and improve the BARD’s song.$" -gUnknown_085ec185:: @ 85EC185 +gUnknown_085EC185:: @ 85EC185 .string "Your profile$" -gUnknown_085ec192:: @ 85EC192 +gUnknown_085EC192:: @ 85EC192 .string "Your feeling at the battle’s start$" -gUnknown_085ec1b5:: @ 85EC1B5 +gUnknown_085EC1B5:: @ 85EC1B5 .string "What you say if you win a battle$" -gUnknown_085ec1d6:: @ 85EC1D6 +gUnknown_085EC1D6:: @ 85EC1D6 .string "What you say if you lose a battle$" -gUnknown_085ec1f8:: @ 85EC1F8 +gUnknown_085EC1F8:: @ 85EC1F8 .string "The answer$" -gUnknown_085ec203:: @ 85EC203 +gUnknown_085EC203:: @ 85EC203 .string "The MAIL message$" -gUnknown_085ec214:: @ 85EC214 +gUnknown_085EC214:: @ 85EC214 .string "The MAIL salutation$" -gUnknown_085ec228:: @ 85EC228 +gUnknown_085EC228:: @ 85EC228 .string "The new song$" -gUnknown_085ec235:: @ 85EC235 +gUnknown_085EC235:: @ 85EC235 .string "Combine two words or phrases$" -gUnknown_085ec252:: @ 85EC252 +gUnknown_085EC252:: @ 85EC252 .string "and make a trendy saying.$" -gUnknown_085ec26c:: @ 85EC26C +gUnknown_085EC26C:: @ 85EC26C .string "The trendy saying$" -gUnknown_085ec27e:: @ 85EC27E +gUnknown_085EC27E:: @ 85EC27E .string "is as shown. Okay?$" -gUnknown_085ec291:: @ 85EC291 +gUnknown_085EC291:: @ 85EC291 .string "Combine two words or phrases$" -gUnknown_085ec2ae:: @ 85EC2AE +gUnknown_085EC2AE:: @ 85EC2AE .string "to teach her a good saying.$" -gUnknown_085ec2ca:: @ 85EC2CA +gUnknown_085EC2CA:: @ 85EC2CA .string "Find words which fit$" -gUnknown_085ec2df:: @ 85EC2DF +gUnknown_085EC2DF:: @ 85EC2DF .string "the TRAINER’s image.$" -gUnknown_085ec2f4:: @ 85EC2F4 +gUnknown_085EC2F4:: @ 85EC2F4 .string "The image:$" -gUnknown_085ec2ff:: @ 85EC2FF +gUnknown_085EC2FF:: @ 85EC2FF .string "Out of the listed choices,$" -gUnknown_085ec31a:: @ 85EC31A +gUnknown_085EC31A:: @ 85EC31A .string "select the answer to the quiz!$" -gUnknown_085ec339:: @ 85EC339 +gUnknown_085EC339:: @ 85EC339 .string "and create a quiz!$" -gUnknown_085ec34c:: @ 85EC34C +gUnknown_085EC34C:: @ 85EC34C .string "Pick a word or phrase and$" -gUnknown_085ec366:: @ 85EC366 +gUnknown_085EC366:: @ 85EC366 .string "set the quiz answer.$" -gUnknown_085ec37b:: @ 85EC37B +gUnknown_085EC37B:: @ 85EC37B .string "The answer:$" -gUnknown_085ec387:: @ 85EC387 +gUnknown_085EC387:: @ 85EC387 .string "The quiz:$" -gUnknown_085ec391:: @ 85EC391 +gUnknown_085EC391:: @ 85EC391 .string "Apprentice’s phrase:$" gText_QuitEditing:: @ 85EC3A6 @@ -3054,10 +3054,10 @@ gText_StopGivingPkmnMail:: @ 85EC3B4 .string "Stop giving the POKéMON MAIL?$" -gUnknown_085ec3d2:: @ 85EC3D2 +gUnknown_085EC3D2:: @ 85EC3D2 .string "and fill out the questionnaire.$" -gUnknown_085ec3f2:: @ 85EC3F2 +gUnknown_085EC3F2:: @ 85EC3F2 .string "Let’s reply to the interview!$" gText_AllTextBeingEditedWill:: @ 85EC410 @@ -3067,19 +3067,19 @@ gText_BeDeletedThatOkay:: @ 85EC42F .string "be deleted. Is that okay?$" -gUnknown_085ec449:: @ 85EC449 +gUnknown_085EC449:: @ 85EC449 .string "Quit editing?$" -gUnknown_085ec457:: @ 85EC457 +gUnknown_085EC457:: @ 85EC457 .string "The edited text will not be saved.$" -gUnknown_085ec47a:: @ 85EC47A +gUnknown_085EC47A:: @ 85EC47A .string "Is that okay?$" -gUnknown_085ec488:: @ 85EC488 +gUnknown_085EC488:: @ 85EC488 .string "Please enter a phrase or word.$" -gUnknown_085ec4a7:: @ 85EC4A7 +gUnknown_085EC4A7:: @ 85EC4A7 .string "The entire text can’t be deleted.$" gText_OnlyOnePhrase:: @ 85EC4C9 @@ -3089,62 +3089,62 @@ gText_OriginalSongWillBeUsed:: @ 85EC4E9 .string "The original song will be used.$" -gUnknown_085ec509:: @ 85EC509 +gUnknown_085EC509:: @ 85EC509 .string "That’s trendy already!$" gText_CombineTwoWordsOrPhrases:: @ 85EC520 .string "Combine two words or phrases.$" -gUnknown_085ec53e:: @ 85EC53E +gUnknown_085EC53E:: @ 85EC53E .string "Quit giving information?$" -gUnknown_085ec557:: @ 85EC557 +gUnknown_085EC557:: @ 85EC557 .string "Stop giving the POKéMON MAIL?$" -gUnknown_085ec575:: @ 85EC575 +gUnknown_085EC575:: @ 85EC575 .string "Create a quiz!$" -gUnknown_085ec584:: @ 85EC584 +gUnknown_085EC584:: @ 85EC584 .string "Set the answer!$" -gUnknown_085ec594:: @ 85EC594 +gUnknown_085EC594:: @ 85EC594 .string "Cancel the selection?$" -gUnknown_085ec5aa:: @ 85EC5AA +gUnknown_085EC5AA:: @ 85EC5AA .string "PROFILE$" -gUnknown_085ec5b2:: @ 85EC5B2 +gUnknown_085EC5B2:: @ 85EC5B2 .string "At the battle’s start:$" -gUnknown_085ec5c9:: @ 85EC5C9 +gUnknown_085EC5C9:: @ 85EC5C9 .string "Upon winning a battle:$" -gUnknown_085ec5e0:: @ 85EC5E0 +gUnknown_085EC5E0:: @ 85EC5E0 .string "Upon losing a battle:$" -gUnknown_085ec5f6:: @ 85EC5F6 +gUnknown_085EC5F6:: @ 85EC5F6 .string "The BARD’s Song$" -gUnknown_085ec606:: @ 85EC606 +gUnknown_085EC606:: @ 85EC606 .string "What’s hip and happening?$" -gUnknown_085ec620:: @ 85EC620 +gUnknown_085EC620:: @ 85EC620 .string "Interview$" -gUnknown_085ec62a:: @ 85EC62A +gUnknown_085EC62A:: @ 85EC62A .string "Good saying$" -gUnknown_085ec636:: @ 85EC636 +gUnknown_085EC636:: @ 85EC636 .string "Fan’s question$" -gUnknown_085ec645:: @ 85EC645 +gUnknown_085EC645:: @ 85EC645 .string "クイズの こたえは?$" @ "kuizuno kotaeha?" ("The quiz's answer is?" in Japanese) -gUnknown_085ec650:: @ 85EC650 +gUnknown_085EC650:: @ 85EC650 .string "Apprentice’s phrase$" -gUnknown_085ec664:: @ 85EC664 +gUnknown_085EC664:: @ 85EC664 .string "QUESTIONNAIRE$" gText_YouCannotQuitHere:: @ 85EC672 @@ -3160,13 +3160,13 @@ gText_Lady:: @ 85EC6B2 .string "Lady$" -gUnknown_085ec6b7:: @ 85EC6B7 +gUnknown_085EC6B7:: @ 85EC6B7 .string "After you have read the quiz$" -gUnknown_085ec6d4:: @ 85EC6D4 +gUnknown_085EC6D4:: @ 85EC6D4 .string "question, press the A Button.$" -gUnknown_085ec6f2:: @ 85EC6F2 +gUnknown_085EC6F2:: @ 85EC6F2 .string "The quiz answer is?$" gText_LikeToQuitQuiz:: @ 85EC706 @@ -3176,7 +3176,7 @@ gText_ChallengeQuestionMark:: @ 85EC727 .string "challenge?$" -gUnknown_085ec732:: @ 85EC732 +gUnknown_085EC732:: @ 85EC732 .string "Is this quiz OK?$" gText_CreateAQuiz:: @ 85EC743 @@ -3189,29 +3189,29 @@ gText_LyricsCantBeDeleted:: @ 85EC765 .string "The lyrics can’t be deleted.$" -gUnknown_085ec782:: @ 85EC782 +gUnknown_085EC782:: @ 85EC782 .string "POKéMON LEAGUE$" -gUnknown_085ec791:: @ 85EC791 +gUnknown_085EC791:: @ 85EC791 .string "POKéMON CENTER$" gText_GetsAPokeBlockQuestion:: @ 85EC7A0 .string " gets a {POKEBLOCK}?$" -gUnknown_085ec7af:: @ 85EC7AF +gUnknown_085EC7AF:: @ 85EC7AF .string "Coolness $" -gUnknown_085ec7b9:: @ 85EC7B9 +gUnknown_085EC7B9:: @ 85EC7B9 .string "Beauty $" -gUnknown_085ec7c1:: @ 85EC7C1 +gUnknown_085EC7C1:: @ 85EC7C1 .string "Cuteness $" -gUnknown_085ec7cb:: @ 85EC7CB +gUnknown_085EC7CB:: @ 85EC7CB .string "Smartness $" -gUnknown_085ec7d6:: @ 85EC7D6 +gUnknown_085EC7D6:: @ 85EC7D6 .string "Toughness $" gText_WasEnhanced:: @ 85EC7E1 @@ -3335,190 +3335,190 @@ gText_Third:: @ 85ECB87 .string "third$" -gUnknown_085ecb8d:: @ 85ECB8D +gUnknown_085ECB8D:: @ 85ECB8D .string "0 pts$" -gUnknown_085ecb93:: @ 85ECB93 +gUnknown_085ECB93:: @ 85ECB93 .string "10 pts$" -gUnknown_085ecb9a:: @ 85ECB9A +gUnknown_085ECB9A:: @ 85ECB9A .string "20 pts$" -gUnknown_085ecba1:: @ 85ECBA1 +gUnknown_085ECBA1:: @ 85ECBA1 .string "30 pts$" -gUnknown_085ecba8:: @ 85ECBA8 +gUnknown_085ECBA8:: @ 85ECBA8 .string "40 pts$" -gUnknown_085ecbaf:: @ 85ECBAF +gUnknown_085ECBAF:: @ 85ECBAF .string "50 pts$" -gUnknown_085ecbb6:: @ 85ECBB6 +gUnknown_085ECBB6:: @ 85ECBB6 .string "60 pts$" -gUnknown_085ecbbd:: @ 85ECBBD +gUnknown_085ECBBD:: @ 85ECBBD .string "70 pts$" -gUnknown_085ecbc4:: @ 85ECBC4 +gUnknown_085ECBC4:: @ 85ECBC4 .string "80 pts$" -gUnknown_085ecbcb:: @ 85ECBCB +gUnknown_085ECBCB:: @ 85ECBCB .string "90 pts$" -gUnknown_085ecbd2:: @ 85ECBD2 +gUnknown_085ECBD2:: @ 85ECBD2 .string "100 pts$" -gUnknown_085ecbda:: @ 85ECBDA +gUnknown_085ECBDA:: @ 85ECBDA .string "?$" -gUnknown_085ecbdc:: @ 85ECBDC +gUnknown_085ECBDC:: @ 85ECBDC .string "KISS POSTER{CLEAR_TO 0x5E}16BP$" -gUnknown_085ecbef:: @ 85ECBEF +gUnknown_085ECBEF:: @ 85ECBEF .string "KISS CUSHION{CLEAR_TO 0x5E}32BP$" -gUnknown_085ecc03:: @ 85ECC03 +gUnknown_085ECC03:: @ 85ECC03 .string "SMOOCHUM DOLL{CLEAR_TO 0x5E}32BP$" -gUnknown_085ecc18:: @ 85ECC18 +gUnknown_085ECC18:: @ 85ECC18 .string "TOGEPI DOLL{CLEAR_TO 0x5E}48BP$" -gUnknown_085ecc2b:: @ 85ECC2B +gUnknown_085ECC2B:: @ 85ECC2B .string "MEOWTH DOLL{CLEAR_TO 0x5E}48BP$" -gUnknown_085ecc3e:: @ 85ECC3E +gUnknown_085ECC3E:: @ 85ECC3E .string "CLEFAIRY DOLL{CLEAR_TO 0x5E}48BP$" -gUnknown_085ecc53:: @ 85ECC53 +gUnknown_085ECC53:: @ 85ECC53 .string "DITTO DOLL{CLEAR_TO 0x5E}48BP$" -gUnknown_085ecc65:: @ 85ECC65 +gUnknown_085ECC65:: @ 85ECC65 .string "CYNDAQUIL DOLL{CLEAR_TO 0x5E}80BP$" -gUnknown_085ecc7b:: @ 85ECC7B +gUnknown_085ECC7B:: @ 85ECC7B .string "CHIKORITA DOLL{CLEAR_TO 0x5E}80BP$" -gUnknown_085ecc91:: @ 85ECC91 +gUnknown_085ECC91:: @ 85ECC91 .string "TOTODILE DOLL{CLEAR_TO 0x5E}80BP$" -gUnknown_085ecca6:: @ 85ECCA6 +gUnknown_085ECCA6:: @ 85ECCA6 .string "LAPRAS DOLL{CLEAR_TO 0x58}128BP$" -gUnknown_085eccba:: @ 85ECCBA +gUnknown_085ECCBA:: @ 85ECCBA .string "SNORLAX DOLL{CLEAR_TO 0x58}128BP$" -gUnknown_085ecccf:: @ 85ECCCF +gUnknown_085ECCCF:: @ 85ECCCF .string "VENUSAUR DOLL{CLEAR_TO 0x58}256BP$" -gUnknown_085ecce5:: @ 85ECCE5 +gUnknown_085ECCE5:: @ 85ECCE5 .string "CHARIZARD DOLL{CLEAR_TO 0x58}256BP$" -gUnknown_085eccfc:: @ 85ECCFC +gUnknown_085ECCFC:: @ 85ECCFC .string "BLASTOISE DOLL{CLEAR_TO 0x58}256BP$" -gUnknown_085ecd13:: @ 85ECD13 +gUnknown_085ECD13:: @ 85ECD13 .string "PROTEIN{CLEAR_TO 0x64}1BP$" -gUnknown_085ecd21:: @ 85ECD21 +gUnknown_085ECD21:: @ 85ECD21 .string "CALCIUM{CLEAR_TO 0x64}1BP$" -gUnknown_085ecd2f:: @ 85ECD2F +gUnknown_085ECD2F:: @ 85ECD2F .string "IRON{CLEAR_TO 0x64}1BP$" -gUnknown_085ecd3a:: @ 85ECD3A +gUnknown_085ECD3A:: @ 85ECD3A .string "ZINC{CLEAR_TO 0x64}1BP$" -gUnknown_085ecd45:: @ 85ECD45 +gUnknown_085ECD45:: @ 85ECD45 .string "CARBOS{CLEAR_TO 0x64}1BP$" -gUnknown_085ecd52:: @ 85ECD52 +gUnknown_085ECD52:: @ 85ECD52 .string "HP UP{CLEAR_TO 0x64}1BP$" -gUnknown_085ecd5e:: @ 85ECD5E +gUnknown_085ECD5E:: @ 85ECD5E .string "LEFTOVERS{CLEAR_TO 0x5E}48BP$" -gUnknown_085ecd6f:: @ 85ECD6F +gUnknown_085ECD6F:: @ 85ECD6F .string "WHITE HERB{CLEAR_TO 0x5E}48BP$" -gUnknown_085ecd81:: @ 85ECD81 +gUnknown_085ECD81:: @ 85ECD81 .string "QUICK CLAW{CLEAR_TO 0x5E}48BP$" -gUnknown_085ecd93:: @ 85ECD93 +gUnknown_085ECD93:: @ 85ECD93 .string "MENTAL HERB{CLEAR_TO 0x5E}48BP$" -gUnknown_085ecda6:: @ 85ECDA6 +gUnknown_085ECDA6:: @ 85ECDA6 .string "BRIGHTPOWDER{CLEAR_TO 0x5E}64BP$" -gUnknown_085ecdba:: @ 85ECDBA +gUnknown_085ECDBA:: @ 85ECDBA .string "CHOICE BAND{CLEAR_TO 0x5E}64BP$" -gUnknown_085ecdcd:: @ 85ECDCD +gUnknown_085ECDCD:: @ 85ECDCD .string "KING’S ROCK{CLEAR_TO 0x5E}64BP$" -gUnknown_085ecde0:: @ 85ECDE0 +gUnknown_085ECDE0:: @ 85ECDE0 .string "FOCUS BAND{CLEAR_TO 0x5E}64BP$" -gUnknown_085ecdf2:: @ 85ECDF2 +gUnknown_085ECDF2:: @ 85ECDF2 .string "SCOPE LENS{CLEAR_TO 0x5E}64BP$" -gUnknown_085ece04:: @ 85ECE04 +gUnknown_085ECE04:: @ 85ECE04 .string "SOFTBOILED{CLEAR_TO 0x4E}16BP$" -gUnknown_085ece16:: @ 85ECE16 +gUnknown_085ECE16:: @ 85ECE16 .string "SEISMIC TOSS{CLEAR_TO 0x4E}24BP$" -gUnknown_085ece2a:: @ 85ECE2A +gUnknown_085ECE2A:: @ 85ECE2A .string "DREAM EATER{CLEAR_TO 0x4E}24BP$" -gUnknown_085ece3d:: @ 85ECE3D +gUnknown_085ECE3D:: @ 85ECE3D .string "MEGA PUNCH{CLEAR_TO 0x4E}24BP$" -gUnknown_085ece4f:: @ 85ECE4F +gUnknown_085ECE4F:: @ 85ECE4F .string "MEGA KICK{CLEAR_TO 0x4E}48BP$" -gUnknown_085ece60:: @ 85ECE60 +gUnknown_085ECE60:: @ 85ECE60 .string "BODY SLAM{CLEAR_TO 0x4E}48BP$" -gUnknown_085ece71:: @ 85ECE71 +gUnknown_085ECE71:: @ 85ECE71 .string "ROCK SLIDE{CLEAR_TO 0x4E}48BP$" -gUnknown_085ece83:: @ 85ECE83 +gUnknown_085ECE83:: @ 85ECE83 .string "COUNTER{CLEAR_TO 0x4E}48BP$" -gUnknown_085ece92:: @ 85ECE92 +gUnknown_085ECE92:: @ 85ECE92 .string "THUNDER WAVE{CLEAR_TO 0x4E}48BP$" -gUnknown_085ecea6:: @ 85ECEA6 +gUnknown_085ECEA6:: @ 85ECEA6 .string "SWORDS DANCE{CLEAR_TO 0x4E}48BP$" -gUnknown_085eceba:: @ 85ECEBA +gUnknown_085ECEBA:: @ 85ECEBA .string "DEFENSE CURL{CLEAR_TO 0x4E}16BP$" -gUnknown_085ecece:: @ 85ECECE +gUnknown_085ECECE:: @ 85ECECE .string "SNORE{CLEAR_TO 0x4E}24BP$" -gUnknown_085ecedb:: @ 85ECEDB +gUnknown_085ECEDB:: @ 85ECEDB .string "MUD-SLAP{CLEAR_TO 0x4E}24BP$" -gUnknown_085eceeb:: @ 85ECEEB +gUnknown_085ECEEB:: @ 85ECEEB .string "SWIFT{CLEAR_TO 0x4E}24BP$" -gUnknown_085ecef8:: @ 85ECEF8 +gUnknown_085ECEF8:: @ 85ECEF8 .string "ICY WIND{CLEAR_TO 0x4E}24BP$" -gUnknown_085ecf08:: @ 85ECF08 +gUnknown_085ECF08:: @ 85ECF08 .string "ENDURE{CLEAR_TO 0x4E}48BP$" -gUnknown_085ecf16:: @ 85ECF16 +gUnknown_085ECF16:: @ 85ECF16 .string "PSYCH UP{CLEAR_TO 0x4E}48BP$" -gUnknown_085ecf26:: @ 85ECF26 +gUnknown_085ECF26:: @ 85ECF26 .string "ICE PUNCH{CLEAR_TO 0x4E}48BP$" -gUnknown_085ecf37:: @ 85ECF37 +gUnknown_085ECF37:: @ 85ECF37 .string "THUNDERPUNCH{CLEAR_TO 0x4E}48BP$" -gUnknown_085ecf4b:: @ 85ECF4B +gUnknown_085ECF4B:: @ 85ECF4B .string "FIRE PUNCH{CLEAR_TO 0x4E}48BP$" gText_PkmnFainted3:: @ 85ECF5D @@ -3537,7 +3537,7 @@ gText_TrainerCardMoney:: @ 85ECF7E .string "MONEY$" -gUnknown_085ecf84:: @ 85ECF84 +gUnknown_085ECF84:: @ 85ECF84 .string "¥$" gText_TrainerCardPokedex:: @ 85ECF86 @@ -3550,14 +3550,14 @@ gText_Colon2:: @ 85ECF8F .string ":$" -gUnknown_085ecf91:: @ 85ECF91 +gUnknown_085ECF91:: @ 85ECF91 .string " points$" gText_TrainerCardTime:: @ 85ECF99 .string "TIME$" -gUnknown_085ecf9e:: @ 85ECF9E +gUnknown_085ECF9E:: @ 85ECF9E .string "ゲ-ムポイント$" @ "geemupointo" ("game point" in Japanese) gText_Var1sTrainerCard:: @ 85ECFA6 @@ -3567,10 +3567,10 @@ gText_HallOfFameDebut:: @ 85ECFB8 .string "HALL OF FAME DEBUT $" -gUnknown_085ecfcd:: @ 85ECFCD +gUnknown_085ECFCD:: @ 85ECFCD .string "LINK BATTLES$" -gUnknown_085ecfda:: @ 85ECFDA +gUnknown_085ECFDA:: @ 85ECFDA .string "LINK CABLE BATTLES$" gText_WinsLosses:: @ 85ECFED @@ -3610,50 +3610,50 @@ gText_WSlashStraightSlash:: @ 85ED0E0 .string "W/{COLOR RED}{SHADOW LIGHT_RED}{STR_VAR_1}{COLOR DARK_GREY}{SHADOW LIGHT_GREY} STRAIGHT/{COLOR RED}{SHADOW LIGHT_RED}{STR_VAR_2}$" -gUnknown_085ed104:: @ 85ED104 +gUnknown_085ED104:: @ 85ED104 .string "BATTLE TOWER$" -gUnknown_085ed111:: @ 85ED111 +gUnknown_085ED111:: @ 85ED111 .string "BATTLE DOME$" -gUnknown_085ed11d:: @ 85ED11D +gUnknown_085ED11D:: @ 85ED11D .string "BATTLE PALACE$" -gUnknown_085ed12b:: @ 85ED12B +gUnknown_085ED12B:: @ 85ED12B .string "BATTLE FACTORY$" -gUnknown_085ed13a:: @ 85ED13A +gUnknown_085ED13A:: @ 85ED13A .string "BATTLE ARENA$" -gUnknown_085ed147:: @ 85ED147 +gUnknown_085ED147:: @ 85ED147 .string "BATTLE PIKE$" -gUnknown_085ed153:: @ 85ED153 +gUnknown_085ED153:: @ 85ED153 .string "BATTLE PYRAMID$" .align 2 -gUnknown_085ed164:: @ 85ED164 +gUnknown_085ED164:: @ 85ED164 .string "{STR_VAR_1} SINGLE$" .align 2 -gUnknown_085ed170:: @ 85ED170 +gUnknown_085ED170:: @ 85ED170 .string "{STR_VAR_1} DOUBLE$" .align 2 -gUnknown_085ed17c:: @ 85ED17C +gUnknown_085ED17C:: @ 85ED17C .string "{STR_VAR_1} MULTI$" .align 2 -gUnknown_085ed188:: @ 85ED188 +gUnknown_085ED188:: @ 85ED188 .string "{STR_VAR_1} LINK$" .align 2 -gUnknown_085ed190:: @ 85ED190 +gUnknown_085ED190:: @ 85ED190 .string "{STR_VAR_1}$" gText_Give:: @ 85ED193 @@ -3696,14 +3696,14 @@ gText_ColorDarkGrey:: @ 85ED21E .string "{COLOR DARK_GREY}$" -gUnknown_085ed222:: @ 85ED222 +gUnknown_085ED222:: @ 85ED222 .string "{COLOR_HIGHLIGHT_SHADOW DYNAMIC_COLOR6 WHITE DYNAMIC_COLOR5}$" gText_HighlightDarkGrey:: @ 85ED228 .string "{HIGHLIGHT DARK_GREY}$" -gUnknown_085ed22c:: @ 85ED22C +gUnknown_085ED22C:: @ 85ED22C .string " $" gText_DynColor2Male:: @ 85ED22E @@ -3752,10 +3752,10 @@ gText_F700LeftChat:: @ 85ED2BD .string "{SPECIAL_F7 0x00} left the chat.$" -gUnknown_085ed2cf:: @ 85ED2CF +gUnknown_085ED2CF:: @ 85ED2CF .string "{SPECIAL_F7 0x00}の{SPECIAL_F7 0x01}ひきめ:$" @ "{SPECIAL_F7 0x00}'s {SPECIAL_F7 0x01}hikime" -gUnknown_085ed2d9:: @ 85ED2D9 +gUnknown_085ED2D9:: @ 85ED2D9 .string "{SPECIAL_F7 0x00}の{SPECIAL_F7 0x01}ひきめは いません$" @ "{SPECIAL_F7 0x00}'s {SPECIAL_F7 0x01}hikimeha imasen" gText_ExitingChat:: @ 85ED2E8 @@ -3810,46 +3810,46 @@ gText_ByeBye:: @ 85ED44A .string "BYE-BYE!$" -gUnknown_085ed453:: @ 85ED453 +gUnknown_085ED453:: @ 85ED453 .string "Attack the weak points!$" -gUnknown_085ed46b:: @ 85ED46B +gUnknown_085ED46B:: @ 85ED46B .string "Ultimate STEEL POKéMON.$" -gUnknown_085ed483:: @ 85ED483 +gUnknown_085ED483:: @ 85ED483 .string "I’d climb even waterfalls$" -gUnknown_085ed49d:: @ 85ED49D +gUnknown_085ED49D:: @ 85ED49D .string "to find a rare stone!$" -gUnknown_085ed4b3:: @ 85ED4B3 +gUnknown_085ED4B3:: @ 85ED4B3 .string "I’m the strongest and most$" -gUnknown_085ed4ce:: @ 85ED4CE +gUnknown_085ED4CE:: @ 85ED4CE .string "energetic after all!$" -gUnknown_085ed4e3:: @ 85ED4E3 +gUnknown_085ED4E3:: @ 85ED4E3 .string "Battle with knowledge!$" -gUnknown_085ed4fa:: @ 85ED4FA +gUnknown_085ED4FA:: @ 85ED4FA .string "I will use various POKéMON.$" -gUnknown_085ed516:: @ 85ED516 +gUnknown_085ED516:: @ 85ED516 .string "I’ll be a better POKéMON$" -gUnknown_085ed52f:: @ 85ED52F +gUnknown_085ED52F:: @ 85ED52F .string "prof than my father is!$" -gUnknown_085ed547:: @ 85ED547 +gUnknown_085ED547:: @ 85ED547 .string "I’m not so good at battles.$" -gUnknown_085ed563:: @ 85ED563 +gUnknown_085ED563:: @ 85ED563 .string "I’ll use any POKéMON!$" -gUnknown_085ed579:: @ 85ED579 +gUnknown_085ED579:: @ 85ED579 .string "My POKéMON and I help$" -gUnknown_085ed58f:: @ 85ED58F +gUnknown_085ED58F:: @ 85ED58F .string "my father’s research.$" gText_HatchedFromEgg:: @ 85ED5A5 @@ -3993,94 +3993,94 @@ gText_BattlePoints:: @ 85ED91C .string "Battle Points$" -gUnknown_085ed92a:: @ 85ED92A +gUnknown_085ED92A:: @ 85ED92A .string "CANCEL$" -gUnknown_085ed931:: @ 85ED931 +gUnknown_085ED931:: @ 85ED931 .string "$" -gUnknown_085ed932:: @ 85ED932 +gUnknown_085ED932:: @ 85ED932 .string "Check BATTLE FRONTIER MAP.$" -gUnknown_085ed94d:: @ 85ED94D +gUnknown_085ED94D:: @ 85ED94D .string "Check TRAINER CARD.$" -gUnknown_085ed961:: @ 85ED961 +gUnknown_085ED961:: @ 85ED961 .string "View recorded battle.$" -gUnknown_085ed977:: @ 85ED977 +gUnknown_085ED977:: @ 85ED977 .string "Put away the FRONTIER PASS.$" -gUnknown_085ed993:: @ 85ED993 +gUnknown_085ED993:: @ 85ED993 .string "Your current Battle Points.$" -gUnknown_085ed9af:: @ 85ED9AF +gUnknown_085ED9AF:: @ 85ED9AF .string "Your collected Symbols.$" -gUnknown_085ed9c7:: @ 85ED9C7 +gUnknown_085ED9C7:: @ 85ED9C7 .string "Battle Tower - Ability Symbol$" -gUnknown_085ed9e5:: @ 85ED9E5 +gUnknown_085ED9E5:: @ 85ED9E5 .string "Battle Dome - Tactics Symbol$" -gUnknown_085eda02:: @ 85EDA02 +gUnknown_085EDA02:: @ 85EDA02 .string "Battle Palace - Spirits Symbol$" -gUnknown_085eda21:: @ 85EDA21 +gUnknown_085EDA21:: @ 85EDA21 .string "Battle Arena - Guts Symbol$" -gUnknown_085eda3c:: @ 85EDA3C +gUnknown_085EDA3C:: @ 85EDA3C .string "Battle Factory - Knowledge Symbol$" -gUnknown_085eda5e:: @ 85EDA5E +gUnknown_085EDA5E:: @ 85EDA5E .string "Battle Pike - Luck Symbol$" -gUnknown_085eda78:: @ 85EDA78 +gUnknown_085EDA78:: @ 85EDA78 .string "Battle Pyramid - Brave Symbol$" -gUnknown_085eda96:: @ 85EDA96 +gUnknown_085EDA96:: @ 85EDA96 .string "There is no Battle Record.$" -gUnknown_085edab1:: @ 85EDAB1 +gUnknown_085EDAB1:: @ 85EDAB1 .string "BATTLE TOWER$" -gUnknown_085edabe:: @ 85EDABE +gUnknown_085EDABE:: @ 85EDABE .string "BATTLE DOME$" -gUnknown_085edaca:: @ 85EDACA +gUnknown_085EDACA:: @ 85EDACA .string "BATTLE PALACE$" -gUnknown_085edad8:: @ 85EDAD8 +gUnknown_085EDAD8:: @ 85EDAD8 .string "BATTLE ARENA$" -gUnknown_085edae5:: @ 85EDAE5 +gUnknown_085EDAE5:: @ 85EDAE5 .string "BATTLE FACTORY$" -gUnknown_085edaf4:: @ 85EDAF4 +gUnknown_085EDAF4:: @ 85EDAF4 .string "BATTLE PIKE$" -gUnknown_085edb00:: @ 85EDB00 +gUnknown_085EDB00:: @ 85EDB00 .string "BATTLE PYRAMID$" -gUnknown_085edb0f:: @ 85EDB0F +gUnknown_085EDB0F:: @ 85EDB0F .string "KO opponents and aim for the top!\nYour ability will be tested.$" -gUnknown_085edb4e:: @ 85EDB4E +gUnknown_085EDB4E:: @ 85EDB4E .string "Keep winning at the tournament!\nYour tactics will be tested.$" -gUnknown_085edb8b:: @ 85EDB8B +gUnknown_085EDB8B:: @ 85EDB8B .string "Watch your POKéMON battle!\nYour spirit will be tested.$" -gUnknown_085edbc2:: @ 85EDBC2 +gUnknown_085EDBC2:: @ 85EDBC2 .string "Win battles with teamed-up POKéMON!\nYour guts will be tested.$" -gUnknown_085edc00:: @ 85EDC00 +gUnknown_085EDC00:: @ 85EDC00 .string "Aim for victory using rental POKéMON!\nYour knowledge will be tested.$" -gUnknown_085edc45:: @ 85EDC45 +gUnknown_085EDC45:: @ 85EDC45 .string "Select one of three paths to battle!\nYour luck will be tested.$" -gUnknown_085edc84:: @ 85EDC84 +gUnknown_085EDC84:: @ 85EDC84 .string "Aim for the top with exploration!\nYour bravery will be tested.$" gText_ContinueMenuPlayer:: @ 85EDCC3 @@ -4213,7 +4213,7 @@ gText_Friend:: @ 85EDFB0 .string "Friend$" -gUnknown_085edfb7:: @ 85EDFB7 +gUnknown_085EDFB7:: @ 85EDFB7 .string "POKeMON$" gJPText_MysteryGift:: @ 85EDFBF @@ -4265,13 +4265,13 @@ gUnknown_085EE120:: @ 85EE120 gUnknown_085EE12D:: @ 85EE12D .byte 0x06, 0x07, 0x0a, 0x20, 0x00, 0x54, 0x77, 0xae, 0x00, 0x44, 0x0d, 0xfe, 0x94, 0xae, 0x60, 0x37, 0x00, 0x1e, 0x40, 0x2e, 0x00, 0x44, 0x07, 0x1f, 0x0e, 0x2e, 0x44, 0x0c, 0x10, 0xff -gUnknown_085ee14b:: @ 85EE14B +gUnknown_085EE14B:: @ 85EE14B .string "RED$" -gUnknown_085ee14f:: @ 85EE14F +gUnknown_085EE14F:: @ 85EE14F .string "BLUE$" -gUnknown_085ee154:: @ 85EE154 +gUnknown_085EE154:: @ 85EE154 .string "---$" gText_SingleBattleRoomResults:: @ 85EE158 @@ -4360,37 +4360,37 @@ gText_FloorsCleared:: @ 85EE39C .align 2 -gUnknown_085ee3b0:: @ 85EE3B0 +gUnknown_085EE3B0:: @ 85EE3B0 .string "LV. 50$" .align 2 -gUnknown_085ee3b8:: @ 85EE3B8 +gUnknown_085EE3B8:: @ 85EE3B8 .string "OPEN LEVEL$" .align 2 -gUnknown_085ee3c4:: @ 85EE3C4 +gUnknown_085EE3C4:: @ 85EE3C4 .string "Win streak: {STR_VAR_2}$" .align 2 -gUnknown_085ee3d4:: @ 85EE3D4 +gUnknown_085EE3D4:: @ 85EE3D4 .string "Clear streak: {STR_VAR_2}$" .align 2 -gUnknown_085ee3e8:: @ 85EE3E8 +gUnknown_085EE3E8:: @ 85EE3E8 .string "Rooms cleared: {STR_VAR_2}$" .align 2 -gUnknown_085ee3fc:: @ 85EE3FC +gUnknown_085EE3FC:: @ 85EE3FC .string "KOs in a row: {STR_VAR_2}$" .align 2 -gUnknown_085ee410:: @ 85EE410 +gUnknown_085EE410:: @ 85EE410 .string "Floors cleared: {STR_VAR_2}$" .align 2 @@ -4398,10 +4398,10 @@ gText_1Dot:: @ 85EE424 .string "1.$" -gUnknown_085ee427:: @ 85EE427 +gUnknown_085EE427:: @ 85EE427 .string "2.$" -gUnknown_085ee42a:: @ 85EE42A +gUnknown_085EE42A:: @ 85EE42A .string "3.$" gText_SavingDontTurnOff2:: @ 85EE42D @@ -4441,25 +4441,25 @@ gText_Option:: @ 85EE589 .string "OPTION$" -gUnknown_085ee590:: @ 85EE590 +gUnknown_085EE590:: @ 85EE590 .string "TEXT SPEED$" -gUnknown_085ee59b:: @ 85EE59B +gUnknown_085EE59B:: @ 85EE59B .string "BATTLE SCENE$" -gUnknown_085ee5a8:: @ 85EE5A8 +gUnknown_085EE5A8:: @ 85EE5A8 .string "BATTLE STYLE$" -gUnknown_085ee5b5:: @ 85EE5B5 +gUnknown_085EE5B5:: @ 85EE5B5 .string "SOUND$" -gUnknown_085ee5bb:: @ 85EE5BB +gUnknown_085EE5BB:: @ 85EE5BB .string "FRAME$" -gUnknown_085ee5c1:: @ 85EE5C1 +gUnknown_085EE5C1:: @ 85EE5C1 .string "CANCEL$" -gUnknown_085ee5c8:: @ 85EE5C8 +gUnknown_085EE5C8:: @ 85EE5C8 .string "BUTTON MODE$" gText_TextSpeedSlow:: @ 85EE5D4 @@ -4508,16 +4508,16 @@ gText_XPLink:: @ 85EE667 .string "{STR_VAR_1}P LINK$" -gUnknown_085ee670:: @ 85EE670 +gUnknown_085EE670:: @ 85EE670 .string "BRONZE$" -gUnknown_085ee677:: @ 85EE677 +gUnknown_085EE677:: @ 85EE677 .string "COPPER$" -gUnknown_085ee67e:: @ 85EE67E +gUnknown_085EE67E:: @ 85EE67E .string "SILVER$" -gUnknown_085ee685:: @ 85EE685 +gUnknown_085EE685:: @ 85EE685 .string "GOLD$" gText_Day:: @ 85EE68A @@ -4530,49 +4530,49 @@ gText_Confirm2:: @ 85EE690 .string "CONFIRM$" -gUnknown_085ee698:: @ 85EE698 +gUnknown_085EE698:: @ 85EE698 .string "Days$" -gUnknown_085ee69d:: @ 85EE69D +gUnknown_085EE69D:: @ 85EE69D .string "Time:$" -gUnknown_085ee6a3:: @ 85EE6A3 +gUnknown_085EE6A3:: @ 85EE6A3 .string "Game time$" -gUnknown_085ee6ad:: @ 85EE6AD +gUnknown_085EE6AD:: @ 85EE6AD .string "RTC time$" -gUnknown_085ee6b6:: @ 85EE6B6 +gUnknown_085EE6B6:: @ 85EE6B6 .string "Updated time$" -gUnknown_085ee6c3:: @ 85EE6C3 +gUnknown_085EE6C3:: @ 85EE6C3 .string "POKéDEX$" -gUnknown_085ee6cb:: @ 85EE6CB +gUnknown_085EE6CB:: @ 85EE6CB .string "POKéMON$" -gUnknown_085ee6d3:: @ 85EE6D3 +gUnknown_085EE6D3:: @ 85EE6D3 .string "BAG$" -gUnknown_085ee6d7:: @ 85EE6D7 +gUnknown_085EE6D7:: @ 85EE6D7 .string "POKéNAV$" -gUnknown_085ee6df:: @ 85EE6DF +gUnknown_085EE6DF:: @ 85EE6DF .string "{PLAYER}$" -gUnknown_085ee6e2:: @ 85EE6E2 +gUnknown_085EE6E2:: @ 85EE6E2 .string "SAVE$" -gUnknown_085ee6e7:: @ 85EE6E7 +gUnknown_085EE6E7:: @ 85EE6E7 .string "OPTION$" -gUnknown_085ee6ee:: @ 85EE6EE +gUnknown_085EE6EE:: @ 85EE6EE .string "EXIT$" -gUnknown_085ee6f3:: @ 85EE6F3 +gUnknown_085EE6F3:: @ 85EE6F3 .string "RETIRE$" -gUnknown_085ee6fa:: @ 85EE6FA +gUnknown_085EE6FA:: @ 85EE6FA .string "REST$" gText_SafariBallStock:: @ 85EE6FF @@ -4582,28 +4582,28 @@ gText_BattlePyramidFloor:: @ 85EE716 .string "Battle Pyramid\n{STR_VAR_1}$" -gUnknown_085ee728:: @ 85EE728 +gUnknown_085EE728:: @ 85EE728 .string "Floor 1$" -gUnknown_085ee730:: @ 85EE730 +gUnknown_085EE730:: @ 85EE730 .string "Floor 2$" -gUnknown_085ee738:: @ 85EE738 +gUnknown_085EE738:: @ 85EE738 .string "Floor 3$" -gUnknown_085ee740:: @ 85EE740 +gUnknown_085EE740:: @ 85EE740 .string "Floor 4$" -gUnknown_085ee748:: @ 85EE748 +gUnknown_085EE748:: @ 85EE748 .string "Floor 5$" -gUnknown_085ee750:: @ 85EE750 +gUnknown_085EE750:: @ 85EE750 .string "Floor 6$" -gUnknown_085ee758:: @ 85EE758 +gUnknown_085EE758:: @ 85EE758 .string "Floor 7$" -gUnknown_085ee760:: @ 85EE760 +gUnknown_085EE760:: @ 85EE760 .string "Peak$" gText_LinkStandby2:: @ 85EE765 @@ -4625,10 +4625,10 @@ gText_LoadErrorEndingSession:: @ 85EE827 .string "Loading error.\nEnding session.$" -gUnknown_085ee846:: @ 85EE846 +gUnknown_085EE846:: @ 85EE846 .string "プレイヤー$" @ "pureiyaa" ("player" in Japanese) -gUnknown_085ee84c:: @ 85EE84C +gUnknown_085EE84C:: @ 85EE84C .string "さま$" @ "sama" (a very high honorific) gText_DexHoenn:: @ 85EE84F @@ -4641,10 +4641,10 @@ gText_PokedexDiploma:: @ 85EE85E .string "PLAYER: {CLEAR 0x10}{COLOR RED}{SHADOW LIGHT_RED}{PLAYER}{COLOR DARK_GREY}{SHADOW LIGHT_GREY}\n\nThis document certifies\nthat you have successfully\ncompleted your\n{STR_VAR_1} POKéDEX.\n\n{CLEAR_TO 0x42}{COLOR RED}{SHADOW LIGHT_RED}GAME FREAK$" -gUnknown_085ee8dc:: @ 85EE8DC +gUnknown_085EE8DC:: @ 85EE8DC .string "{COLOR RED}{SHADOW LIGHT_RED}ゲ-ムフリ-ク$" @ geemufuriku ("Game Freak" in Japanese) -gUnknown_085ee8ea:: @ 85EE8EA +gUnknown_085EE8EA:: @ 85EE8EA .string "{COLOR RED}{SHADOW LIGHT_RED}$" gText_Hoenn:: @ 85EE8F1 @@ -4681,22 +4681,22 @@ gText_ThreeQuestionMarks:: @ 85EEA42 .string "???$" -gUnknown_085eea46:: @ 85EEA46 +gUnknown_085EEA46:: @ 85EEA46 .string "MAX. HP$" -gUnknown_085eea4e:: @ 85EEA4E +gUnknown_085EEA4E:: @ 85EEA4E .string "ATTACK$" -gUnknown_085eea55:: @ 85EEA55 +gUnknown_085EEA55:: @ 85EEA55 .string "DEFENSE$" -gUnknown_085eea5d:: @ 85EEA5D +gUnknown_085EEA5D:: @ 85EEA5D .string "SPEED$" -gUnknown_085eea63:: @ 85EEA63 +gUnknown_085EEA63:: @ 85EEA63 .string "SP. ATK$" -gUnknown_085eea6b:: @ 85EEA6B +gUnknown_085EEA6B:: @ 85EEA6B .string "SP. DEF$" gText_UnkCtrlF904:: @ 85EEA73 @@ -4715,16 +4715,16 @@ gText_RecordMixingComplete:: @ 85EEA8E .string "Record mixing completed.\nThank you for waiting.$" -gUnknown_085eeabe:: @ 85EEABE +gUnknown_085EEABE:: @ 85EEABE .string "YOUR NAME?$" -gUnknown_085eeac9:: @ 85EEAC9 +gUnknown_085EEAC9:: @ 85EEAC9 .string "BOX NAME?$" -gUnknown_085eead3:: @ 85EEAD3 +gUnknown_085EEAD3:: @ 85EEAD3 .string "{STR_VAR_1}’s nickname?$" -gUnknown_085eeae2:: @ 85EEAE2 +gUnknown_085EEAE2:: @ 85EEAE2 .string "Tell him the words.$" gText_MoveOkBack:: @ 85EEAF6 @@ -4854,17 +4854,17 @@ gText_Cancel3:: @ 85EECDD .string "CANCEL$" -gUnknown_085eece4:: @ 85EECE4 +gUnknown_085EECE4:: @ 85EECE4 .string "SWAP$" -gUnknown_085eece9:: @ 85EECE9 +gUnknown_085EECE9:: @ 85EECE9 .string "ACCEPT$" gText_AcceptThisPkmn:: @ 85EECF0 .string "Accept this POKéMON?$" -gUnknown_085eed05:: @ 85EED05 +gUnknown_085EED05:: @ 85EED05 .string " $" gText_SamePkmnInPartyAlready:: @ 85EED0A @@ -4984,7 +4984,7 @@ gText_WhereShouldNewsBeAccessed:: @ 85EEF94 .align 2 -gUnknown_085eefc0:: @ 85EEFC0 +gUnknown_085EEFC0:: @ 85EEFC0 .string "Communication standby…\nB Button: Cancel$" .align 2 @@ -5187,16 +5187,16 @@ gText_ReelTimeHelp:: @ 85EF750 .string "REEL TIME\nHere’s your chance to take\naim and nail marks!\nReel Time continues for the\nawarded number of spins.\nIt all ends on a Big Bonus.$" -gUnknown_085ef7da:: @ 85EF7DA +gUnknown_085EF7DA:: @ 85EF7DA .string "The two seem to get along\nvery well.$" -gUnknown_085ef7ff:: @ 85EF7FF +gUnknown_085EF7FF:: @ 85EF7FF .string "The two seem to get along.$" -gUnknown_085ef81a:: @ 85EF81A +gUnknown_085EF81A:: @ 85EF81A .string "The two don’t seem to like\neach other much.$" -gUnknown_085ef846:: @ 85EF846 +gUnknown_085EF846:: @ 85EF846 .string "The two prefer to play with other\nPOKéMON than each other.$" gText_NewLine2:: @ 85EF881 @@ -5218,16 +5218,16 @@ gText_XMinYDotZSec:: @ 85EF8A3 .string "{STR_VAR_1} min. {STR_VAR_2}.{STR_VAR_3} sec.$" -gUnknown_085ef8b6:: @ 85EF8B6 +gUnknown_085EF8B6:: @ 85EF8B6 .string "1F$" -gUnknown_085ef8b9:: @ 85EF8B9 +gUnknown_085EF8B9:: @ 85EF8B9 .string "2F$" -gUnknown_085ef8bc:: @ 85EF8BC +gUnknown_085EF8BC:: @ 85EF8BC .string "3F$" -gUnknown_085ef8bf:: @ 85EF8BF +gUnknown_085EF8BF:: @ 85EF8BF .string "4F$" gText_TeachWhichMoveToPkmn:: @ 85EF8C2 @@ -5252,7 +5252,7 @@ gText_PkmnForgotMoveAndLearnedNew:: @ 85EF9A6 .string "{STR_VAR_1} forgot {STR_VAR_3}.\pAnd…\p{STR_VAR_1} learned {STR_VAR_2}.$" -gUnknown_085ef9c8:: @ 85EF9C8 +gUnknown_085EF9C8:: @ 85EF9C8 .string "{STR_VAR_1} did not learn the\nmove {STR_VAR_2}.$" gText_GiveUpTeachingNewMove:: @ 85EF9E6 @@ -5268,7 +5268,7 @@ gText_ContestMoves2:: @ 85EFA3E .string "CONTEST MOVES$" -gUnknown_085efa4c:: @ 85EFA4C +gUnknown_085EFA4C:: @ 85EFA4C .string "TYPE/$" gText_PPSlash:: @ 85EFA52 @@ -5287,22 +5287,22 @@ gText_Jam2:: @ 85EFA6E .string "JAM$" -gUnknown_085efa72:: @ 85EFA72 +gUnknown_085EFA72:: @ 85EFA72 .string "KIRA$" -gUnknown_085efa77:: @ 85EFA77 +gUnknown_085EFA77:: @ 85EFA77 .string "AMY$" -gUnknown_085efa7b:: @ 85EFA7B +gUnknown_085EFA7B:: @ 85EFA7B .string "JOHN$" -gUnknown_085efa80:: @ 85EFA80 +gUnknown_085EFA80:: @ 85EFA80 .string "ROY$" -gUnknown_085efa84:: @ 85EFA84 +gUnknown_085EFA84:: @ 85EFA84 .string "GABBY$" -gUnknown_085efa8a:: @ 85EFA8A +gUnknown_085EFA8A:: @ 85EFA8A .string "ANNA$" gText_ClearAllSaveData:: @ 85EFA8F @@ -5321,70 +5321,70 @@ gText_Cancel4:: @ 85EFAE8 .string "CANCEL$" -gUnknown_085efaef:: @ 85EFAEF +gUnknown_085EFAEF:: @ 85EFAEF .string "DEVON PRES$" -gUnknown_085efafa:: @ 85EFAFA +gUnknown_085EFAFA:: @ 85EFAFA .string "MR. STONE$" -gUnknown_085efb04:: @ 85EFB04 +gUnknown_085EFB04:: @ 85EFB04 .string "HARD AS ROCK$" -gUnknown_085efb11:: @ 85EFB11 +gUnknown_085EFB11:: @ 85EFB11 .string "STEVEN$" -gUnknown_085efb18:: @ 85EFB18 +gUnknown_085EFB18:: @ 85EFB18 .string "RAD NEIGHBOR$" -gUnknown_085efb25:: @ 85EFB25 +gUnknown_085EFB25:: @ 85EFB25 .string "RELIABLE ONE$" -gUnknown_085efb32:: @ 85EFB32 +gUnknown_085EFB32:: @ 85EFB32 .string "CALM & KIND$" -gUnknown_085efb3e:: @ 85EFB3E +gUnknown_085EFB3E:: @ 85EFB3E .string "{PKMN} LOVER$" -gUnknown_085efb47:: @ 85EFB47 +gUnknown_085EFB47:: @ 85EFB47 .string "DAD$" -gUnknown_085efb4b:: @ 85EFB4B +gUnknown_085EFB4B:: @ 85EFB4B .string "MOM$" -gUnknown_085efb4f:: @ 85EFB4F +gUnknown_085EFB4F:: @ 85EFB4F .string "ELUSIVE EYES$" -gUnknown_085efb5c:: @ 85EFB5C +gUnknown_085EFB5C:: @ 85EFB5C .string "SCOTT$" -gUnknown_085efb62:: @ 85EFB62 +gUnknown_085EFB62:: @ 85EFB62 .string "ROCKIN’ WHIZ$" -gUnknown_085efb6f:: @ 85EFB6F +gUnknown_085EFB6F:: @ 85EFB6F .string "THE BIG HIT$" -gUnknown_085efb7b:: @ 85EFB7B +gUnknown_085EFB7B:: @ 85EFB7B .string "SWELL SHOCK$" -gUnknown_085efb87:: @ 85EFB87 +gUnknown_085EFB87:: @ 85EFB87 .string "PASSION BURN$" -gUnknown_085efb94:: @ 85EFB94 +gUnknown_085EFB94:: @ 85EFB94 .string "SKY TAMER$" -gUnknown_085efb9e:: @ 85EFB9E +gUnknown_085EFB9E:: @ 85EFB9E .string "MYSTIC DUO$" -gUnknown_085efba9:: @ 85EFBA9 +gUnknown_085EFBA9:: @ 85EFBA9 .string "DANDY CHARM$" -gUnknown_085efbb5:: @ 85EFBB5 +gUnknown_085EFBB5:: @ 85EFBB5 .string "ELITE FOUR$" -gUnknown_085efbc0:: @ 85EFBC0 +gUnknown_085EFBC0:: @ 85EFBC0 .string "CHAMPION$" -gUnknown_085efbc9:: @ 85EFBC9 +gUnknown_085EFBC9:: @ 85EFBC9 .string "{PKMN} PROF.$" gText_CommStandbyAwaitingOtherPlayer:: @ 85EFBD2 @@ -5397,64 +5397,64 @@ gText_RefusedBattle:: @ 85EFC27 .string "Refused the battle.{PAUSE 60}$" -gUnknown_085efc3e:: @ 85EFC3E +gUnknown_085EFC3E:: @ 85EFC3E .string "NO WEATHER$" -gUnknown_085efc49:: @ 85EFC49 +gUnknown_085EFC49:: @ 85EFC49 .string "SUNNY$" -gUnknown_085efc4f:: @ 85EFC4F +gUnknown_085EFC4F:: @ 85EFC4F .string "SUNNY2$" -gUnknown_085efc56:: @ 85EFC56 +gUnknown_085EFC56:: @ 85EFC56 .string "RAIN$" -gUnknown_085efc5b:: @ 85EFC5B +gUnknown_085EFC5B:: @ 85EFC5B .string "SNOW$" -gUnknown_085efc60:: @ 85EFC60 +gUnknown_085EFC60:: @ 85EFC60 .string "LIGHTNING$" -gUnknown_085efc6a:: @ 85EFC6A +gUnknown_085EFC6A:: @ 85EFC6A .string "FOG$" -gUnknown_085efc6e:: @ 85EFC6E +gUnknown_085EFC6E:: @ 85EFC6E .string "VOLCANO ASH$" -gUnknown_085efc7a:: @ 85EFC7A +gUnknown_085EFC7A:: @ 85EFC7A .string "SANDSTORM$" -gUnknown_085efc84:: @ 85EFC84 +gUnknown_085EFC84:: @ 85EFC84 .string "FOG2$" -gUnknown_085efc89:: @ 85EFC89 +gUnknown_085EFC89:: @ 85EFC89 .string "SEAFLOOR$" -gUnknown_085efc92:: @ 85EFC92 +gUnknown_085EFC92:: @ 85EFC92 .string "CLOUDY$" -gUnknown_085efc99:: @ 85EFC99 +gUnknown_085EFC99:: @ 85EFC99 .string "SUNNY3$" -gUnknown_085efca0:: @ 85EFCA0 +gUnknown_085EFCA0:: @ 85EFCA0 .string "HEAVY RAIN$" -gUnknown_085efcab:: @ 85EFCAB +gUnknown_085EFCAB:: @ 85EFCAB .string "SEAFLOOR2$" -gUnknown_085efcb5:: @ 85EFCB5 +gUnknown_085EFCB5:: @ 85EFCB5 .string "DEL. ALL$" -gUnknown_085efcbe:: @ 85EFCBE +gUnknown_085EFCBE:: @ 85EFCBE .string "CANCEL$" -gUnknown_085efcc5:: @ 85EFCC5 +gUnknown_085EFCC5:: @ 85EFCC5 .string "OK$" -gUnknown_085efcc8:: @ 85EFCC8 +gUnknown_085EFCC8:: @ 85EFCC8 .string "QUIZ$" -gUnknown_085efccd:: @ 85EFCCD +gUnknown_085EFCCD:: @ 85EFCCD .string "ANSWER$" gText_PokeBalls:: @ 85EFCD4