diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2024-02-07 13:21:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-07 10:21:54 -0300 |
| commit | 7e716e120f882afdb3eec9c68b9f8cb16489fde1 (patch) | |
| tree | cd55e277ccc2884adad11d51f7918ca46cd89906 /tools | |
| parent | 255c6b850a31fc3d376f453e1127e1f019496d87 (diff) | |
ovl_En_Kitan (#1535)
* Decompiled
* Documented
* Suggested changes, mention that on debug there is an assert(false) in EnKitan_GetQuestionMessageId
* Format
* Update
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/disasm/functions.txt | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/tools/disasm/functions.txt b/tools/disasm/functions.txt index b11b5f298..a10a842f0 100644 --- a/tools/disasm/functions.txt +++ b/tools/disasm/functions.txt @@ -16632,21 +16632,21 @@ 0x80C08FEC:("ObjMilkBin_Draw",), 0x80C090D0:("EnKitan_Init",), 0x80C09210:("EnKitan_Destroy",), - 0x80C0923C:("func_80C0923C",), - 0x80C09390:("func_80C09390",), - 0x80C09418:("func_80C09418",), - 0x80C094A8:("func_80C094A8",), - 0x80C09518:("func_80C09518",), - 0x80C095C8:("func_80C095C8",), - 0x80C09648:("func_80C09648",), - 0x80C09708:("func_80C09708",), - 0x80C09990:("func_80C09990",), - 0x80C09AA4:("func_80C09AA4",), - 0x80C09B50:("func_80C09B50",), + 0x80C0923C:("EnKitan_SpawnEffects",), + 0x80C09390:("EnKitan_CanTalk",), + 0x80C09418:("EnKitan_GetQuestionMessageId",), + 0x80C094A8:("EnKitan_Leave",), + 0x80C09518:("EnKitan_TalkAfterGivingPrize",), + 0x80C095C8:("EnKitan_WaitForPrizeTextboxClosed",), + 0x80C09648:("EnKitan_OfferPrize",), + 0x80C09708:("EnKitan_Talk",), + 0x80C09990:("EnKitan_WaitForPlayer",), + 0x80C09AA4:("EnKitan_Appear",), + 0x80C09B50:("EnKitan_WaitToAppear",), 0x80C09BC8:("EnKitan_Update",), - 0x80C09C74:("func_80C09C74",), - 0x80C09C90:("func_80C09C90",), - 0x80C09CD0:("func_80C09CD0",), + 0x80C09C74:("EnKitan_OverrideLimbDraw",), + 0x80C09C90:("EnKitan_PostLimbDraw",), + 0x80C09CD0:("EnKitan_Draw",), 0x80C09ED0:("func_80C09ED0",), 0x80C09FEC:("BgAstrBombwall_Init",), 0x80C0A0EC:("BgAstrBombwall_Destroy",), |
