mirror of https://github.com/zeldaret/tmc.git
doogfood
This commit is contained in:
parent
87002946e5
commit
ea69be3d29
|
@ -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",
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue