summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-11-04 21:18:35 -0700
committertheo3 <arisstephenson2@gmail.com>2021-11-04 21:21:03 -0700
commitea69be3d29fabe9be7461f42b778d43f7331a1cb (patch)
treed0b63981e50a38fe1aef68b791ec7f29df090789 /src
parent87002946e50d12309fe76b01feee388242fb5ea4 (diff)
doogfood
Diffstat (limited to 'src')
-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) {