summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/flagDebug.c4
-rw-r--r--src/playerItem/playerItem10.c5
2 files changed, 8 insertions, 1 deletions
diff --git a/src/flagDebug.c b/src/flagDebug.c
index 8620cd62..6572cf53 100644
--- a/src/flagDebug.c
+++ b/src/flagDebug.c
@@ -100,7 +100,11 @@ const char* const globalFlagNames[] = {
"WARP_EVENT_END",
"FIGURE_ALLCOMP",
"AKINDO_BOTTLE_SELL",
+#ifdef EU
+ "BIN_DOOGFOOD",
+#else
"BIN_DOGFOOD",
+#endif
"TINGLE_TALK1ST",
"SEIIKI_BGM",
"ENTRANCE_0",
diff --git a/src/playerItem/playerItem10.c b/src/playerItem/playerItem10.c
index 818608e4..368e7a8a 100644
--- a/src/playerItem/playerItem10.c
+++ b/src/playerItem/playerItem10.c
@@ -66,7 +66,10 @@ const Hitbox* const gUnk_0812AAD8[] = {
};
const u8 gUnk_0812AAE8[] = {
- 0, 12, 16, 16,
+ 0,
+ 12,
+ 16,
+ 16,
};
void PlayerItem10(Entity* this) {