diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-11-04 21:18:35 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-11-04 21:21:03 -0700 |
| commit | ea69be3d29fabe9be7461f42b778d43f7331a1cb (patch) | |
| tree | d0b63981e50a38fe1aef68b791ec7f29df090789 | |
| parent | 87002946e50d12309fe76b01feee388242fb5ea4 (diff) | |
doogfood
| -rw-r--r-- | src/flagDebug.c | 4 | ||||
| -rw-r--r-- | src/playerItem/playerItem10.c | 5 |
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) { |
