mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_a_tag_kago_fall OK (#2081)
* WIP, about half done * Decomp OK * Some more cleanup and first documentation pass * Cleaning up unused asm * Fixing static msg object access and a bit more cleanup * Updating progress --------- Co-authored-by: GinNoOokami <noreply>
This commit is contained in:
co-authored by
GinNoOokami <noreply>
parent
f1c0e88446
commit
218f15ab6d
@@ -400,6 +400,7 @@ public:
|
||||
RFLG0_UNK_4000000 = 0x4000000,
|
||||
RFLG0_GRAB_PUT_START = 0x400000,
|
||||
RFLG0_UNK_20000 = 0x20000,
|
||||
RFLG0_UNK_10000 = 0x10000,
|
||||
RFLG0_UNK_8000 = 0x8000,
|
||||
RFLG0_UNK_4000 = 0x4000,
|
||||
RFLG0_FRONT_ROLL_CRASH = 0x2000,
|
||||
|
||||
@@ -139,7 +139,7 @@ public:
|
||||
/* 802383D0 */ static u32 getMessageID();
|
||||
/* 802383E4 */ u32 getSmellTypeMessageID();
|
||||
/* 80238410 */ static void setSmellType(u8);
|
||||
/* 80238440 */ void getSelectCursorPos();
|
||||
/* 80238440 */ static u8 getSelectCursorPos();
|
||||
/* 8023846C */ static void setSelectCursorPos(u8);
|
||||
/* 8023849C */ void setPortalMessageID(u16);
|
||||
/* 802384B0 */ void setInsectItemNo(u8);
|
||||
@@ -363,6 +363,10 @@ inline void dMsgObject_setSmellType(u8 type) {
|
||||
dMsgObject_c::setSmellType(type);
|
||||
}
|
||||
|
||||
inline u8 dMsgObject_getSelectCursorPos() {
|
||||
return dMsgObject_c::getSelectCursorPos();
|
||||
}
|
||||
|
||||
inline void dMsgObject_setTalkPartner(fopAc_ac_c* actor) {
|
||||
dMsgObject_getMsgObjectClass()->setTalkPartner(actor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user