summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/battle/battle_2.c4
-rw-r--r--src/debug/watanabe_debug_menu.c4
-rw-r--r--src/field/pokeblock.c25
3 files changed, 20 insertions, 13 deletions
diff --git a/src/battle/battle_2.c b/src/battle/battle_2.c
index 03391cf92..478499ad7 100644
--- a/src/battle/battle_2.c
+++ b/src/battle/battle_2.c
@@ -5155,7 +5155,7 @@ void debug_sub_801174C()
"._704:\n"
" .word gUnknown_020297ED\n"
" .word gSaveBlock2\n"
- " .word UnkDebug0+0x279\n"
+ " .word str_821F631\n"
" .word gUnknown_02023A14+0x52\n"
" .word gBattleTypeFlags\n"
" .word UnkDebug0+0x1e0\n"
@@ -5575,7 +5575,7 @@ void debug_sub_801174C()
"._750:\n"
" .word gPlayerParty\n"
" .word gUnknown_02023A14+0x98\n"
- " .word UnkDebug0+0x291\n"
+ " .word Str_821F649\n"
" .word gUnknown_02023A14+0x50\n"
" .word gUnknown_02023A14+0xde\n"
" .word gEnemyParty\n"
diff --git a/src/debug/watanabe_debug_menu.c b/src/debug/watanabe_debug_menu.c
index ff6f97933..58ae28510 100644
--- a/src/debug/watanabe_debug_menu.c
+++ b/src/debug/watanabe_debug_menu.c
@@ -7068,7 +7068,7 @@ void InitSeePokemonGraphics()
" .word unk_debug_ewram_0+0x34\n"
" .word +0x2018000\n"
" .word 0x115\n"
- " .word unk_83F8868+0xc\n"
+ " .word gSpriteTemplate_83F8874\n"
" .word gSprites\n"
"\n"
);
@@ -8641,7 +8641,7 @@ void InitSeeTrainers()
" .word debug_80C777C+1\n"
" .word unk_debug_ewram_0+0x34\n"
" .word +0x2018000\n"
- " .word unk_83F8868+0xc\n"
+ " .word gSpriteTemplate_83F8874\n"
" .word gSprites\n"
"\n"
);
diff --git a/src/field/pokeblock.c b/src/field/pokeblock.c
index 43684dfec..b4be44aa2 100644
--- a/src/field/pokeblock.c
+++ b/src/field/pokeblock.c
@@ -222,17 +222,24 @@ const struct SpriteTemplate gSpriteTemplate_83F7F84 =
const struct Pokeblock gUnknown_083F7F9C[] =
{
- { PBLOCK_CLR_RED, 20, 0, 0, 0, 0, 20},
- { PBLOCK_CLR_BLUE, 0, 20, 0, 0, 0, 20},
- { PBLOCK_CLR_PINK, 0, 0, 20, 0, 0, 20},
- { PBLOCK_CLR_GREEN, 0, 0, 0, 20, 0, 20},
- { PBLOCK_CLR_YELLOW, 0, 0, 0, 0, 20, 20}
-};
-
+ { PBLOCK_CLR_RED, 20, 0, 0, 0, 0, 20 },
+ { PBLOCK_CLR_BLUE, 0, 20, 0, 0, 0, 20 },
+ { PBLOCK_CLR_PINK, 0, 0, 20, 0, 0, 20 },
+ { PBLOCK_CLR_GREEN, 0, 0, 0, 20, 0, 20 },
+ { PBLOCK_CLR_YELLOW, 0, 0, 0, 0, 20, 20 },
#if DEBUG
-// possibly continuation of gUnknown_083F7F9C?
-asm(".incbin \"baserom_de_debug.gba\", 0x424128, 0x50");
+ { PBLOCK_CLR_PURPLE, 20, 0, 20, 0, 0, 20 },
+ { PBLOCK_CLR_INDIGO, 0, 20, 0, 20, 0, 20 },
+ { PBLOCK_CLR_BROWN, 0, 0, 20, 0, 20, 20 },
+ { PBLOCK_CLR_LITEBLUE, 20, 0, 0, 20, 0, 20 },
+ { PBLOCK_CLR_OLIVE, 0, 20, 0, 0, 20, 20 },
+ { PBLOCK_CLR_GRAY, 0, 2, 0, 2, 2, 0 },
+ { PBLOCK_CLR_BLACK, 3, 3, 3, 4, 3, 0 },
+ { PBLOCK_CLR_WHITE, 1, 1, 1, 1, 1, 1 },
+ { PBLOCK_CLR_GOLD, 20, 0, 0, 0, 0, 20 },
+ { 0 },
#endif
+};
// text