We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78279d commit 6060f52Copy full SHA for 6060f52
1 file changed
map_obj/ChibiYoshiMgr.h
@@ -8,5 +8,7 @@ class ChibiYoshiMgr
8
{
9
public:
10
// Address: 0x02743BB0
11
- static void spawnEgg(const sead::Vector3f& pos, u8 type, DirType dir_type);
+ // 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);
14
};
0 commit comments