Skip to content

Commit 6060f52

Browse files
aboood40091Luminyx1
authored andcommitted
map_obj/ChibiYoshiMgr: Fix signature for spawnEgg
1 parent b78279d commit 6060f52

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

map_obj/ChibiYoshiMgr.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ class ChibiYoshiMgr
88
{
99
public:
1010
// Address: 0x02743BB0
11-
static void spawnEgg(const sead::Vector3f& pos, u8 type, DirType dir_type);
11+
// type: 0 = bubble, 1 = balloon, 2 = light
12+
// spawn_type: See BlockCoinBase::VSpawnType
13+
static void spawnEgg(const sead::Vector3f& pos, u8 type, u32 spawn_type);
1214
};

0 commit comments

Comments
 (0)