From ea69be3d29fabe9be7461f42b778d43f7331a1cb Mon Sep 17 00:00:00 2001 From: theo3 Date: Thu, 4 Nov 2021 21:18:35 -0700 Subject: [PATCH] doogfood --- src/flagDebug.c | 4 ++++ src/playerItem/playerItem10.c | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) 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) {