mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-27 18:12:58 -04:00
d_a_player_bottle.inc - Several matching with minor issues. (#729)
Co-authored-by: < > Co-authored-by: LagoLunatic <LagoLunatic@users.noreply.github.com>
This commit is contained in:
@@ -1607,7 +1607,7 @@ public:
|
||||
BOOL procPushMove();
|
||||
BOOL procPullMove_init();
|
||||
BOOL procPullMove();
|
||||
void changeBottleDrinkFace(int);
|
||||
int changeBottleDrinkFace(int);
|
||||
void setBottleModel(u16);
|
||||
void makeFairy(cXyz*, u32);
|
||||
BOOL procBottleDrink_init(u16);
|
||||
|
||||
@@ -77,6 +77,8 @@ enum daPy__PlayerStatus1 {
|
||||
daPyStts1_DEKU_LEAF_FAN_e = 0x00000040,
|
||||
daPyStts1_UNK80_e = 0x00000080,
|
||||
daPyStts1_SAIL_e = 0x00000400,
|
||||
daPyStts1_UNK1000_e = 0x00001000,
|
||||
daPyStts1_UNK2000_e = 0x00002000,
|
||||
daPyStts1_UNK4000_e = 0x00004000,
|
||||
daPyStts1_UNK8000_e = 0x00008000,
|
||||
daPyStts1_UNK10000_e = 0x00010000,
|
||||
|
||||
Reference in New Issue
Block a user