mirror of
https://github.com/zeldaret/tmc
synced 2026-08-02 00:24:31 -04:00
identify some functions
This commit is contained in:
@@ -88,7 +88,7 @@ void PlayerItemBottle_Action1(Entity* this) {
|
||||
#if defined(EU) || defined(JP) || defined(DEMO_JP)
|
||||
CreateItemEntity(this->type2, iVar1, 5);
|
||||
#else
|
||||
sub_080A7C18(this->type2, iVar1, 5);
|
||||
InitItemGetSequence(this->type2, iVar1, 5);
|
||||
#endif
|
||||
SoundReq(SFX_109);
|
||||
}
|
||||
|
||||
@@ -59,5 +59,5 @@ void PlayerItemPacciCane_Action1(Entity* this) {
|
||||
|
||||
// TODO This name sounds like this does not belong in this file
|
||||
void ClearMenuSavestate(void) {
|
||||
MemClear(&gUnk_02034490, sizeof(gUnk_02034490));
|
||||
MemClear(&gPauseMenuOptions, sizeof(gPauseMenuOptions));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user