From 588e164e67e50a780d2fae592295aa75f304a4b1 Mon Sep 17 00:00:00 2001 From: abcboy101 <16735361+abcboy101@users.noreply.github.com> Date: Fri, 9 Aug 2024 20:19:38 -0400 Subject: [PATCH] Decode unused JP text --- src/battle_script_commands.c | 4 ++-- src/mon_markings.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 5d52c85f41..67f90a3704 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -813,8 +813,8 @@ static const u8 sBallCatchBonuses[] = [ITEM_SAFARI_BALL - ITEM_ULTRA_BALL] = 15 }; -// unknown unused data -static const u32 sUnused = 0xFF7EAE60; +// unused +ALIGNED(4) static const u8 sJPText_Turn[] = _("ターン"); static void Cmd_attackcanceler(void) { diff --git a/src/mon_markings.c b/src/mon_markings.c index e26ae94432..1500be9598 100644 --- a/src/mon_markings.c +++ b/src/mon_markings.c @@ -19,7 +19,7 @@ static struct Sprite *CreateMarkingComboSprite(u16, u16, const u16 *, u16); static const u16 sMonMarkings_Pal[] = INCBIN_U16("graphics/misc/mon_markings.gbapal"); static const u16 sMonMarkings_Gfx[] = INCBIN_U16("graphics/misc/mon_markings.4bpp"); -static const u8 sUnused[] = {0x09, 0x50, 0x13, 0x02, 0xFF}; +static const u8 sJPText_Confirm[] = _("けってい"); static const struct OamData sOamData_MenuWindow = {