diff options
| author | Jordan Longstaff <JordanLongstaff@users.noreply.github.com> | 2026-07-18 13:52:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-18 10:52:47 -0700 |
| commit | 29425bb7cfa5a074d73994b23e0144d6f070c6f6 (patch) | |
| tree | 9824853641587a2e5e503a0f1bf43a5d4e747aa6 /tools/disasm/n64-us/functions.txt | |
| parent | f1a423cdcd2b159fd31662d2573af2b59edaa2cd (diff) | |
Bombers Part 3: `EnBombers` (#1849)
* Bombers Part 3: Wandering NPCs and caught players
* Rename WEEKEVENTREG flags
* Fix missing rename of `unk_2A0`
Diffstat (limited to 'tools/disasm/n64-us/functions.txt')
| -rw-r--r-- | tools/disasm/n64-us/functions.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tools/disasm/n64-us/functions.txt b/tools/disasm/n64-us/functions.txt index 93233a835..ad9851ade 100644 --- a/tools/disasm/n64-us/functions.txt +++ b/tools/disasm/n64-us/functions.txt @@ -16517,15 +16517,15 @@ EnBomjimb_Draw = 0x80C03034; // type:func EnBombers_Init = 0x80C03530; // type:func EnBombers_Destroy = 0x80C037F8; // type:func EnBombers_ChangeAnim = 0x80C03824; // type:func -func_80C038B4 = 0x80C038B4; // type:func -func_80C039A8 = 0x80C039A8; // type:func -func_80C03ACC = 0x80C03ACC; // type:func -func_80C03AF4 = 0x80C03AF4; // type:func -func_80C03F64 = 0x80C03F64; // type:func -func_80C03FAC = 0x80C03FAC; // type:func -func_80C042F8 = 0x80C042F8; // type:func -func_80C04354 = 0x80C04354; // type:func -func_80C043C8 = 0x80C043C8; // type:func +EnBombers_PlaySfx = 0x80C038B4; // type:func +EnBombers_UpdateRegularTextId = 0x80C039A8; // type:func +EnBombers_SetupNpcBehavior = 0x80C03ACC; // type:func +EnBombers_NpcBehavior = 0x80C03AF4; // type:func +EnBombers_StartTalking = 0x80C03F64; // type:func +EnBombers_UpdateTalk = 0x80C03FAC; // type:func +EnBombers_SetupSitting = 0x80C042F8; // type:func +EnBombers_Sitting = 0x80C04354; // type:func +EnBombers_TalkWhileSitting = 0x80C043C8; // type:func EnBombers_Update = 0x80C0443C; // type:func EnBombers_OverrideLimbDraw = 0x80C045B4; // type:func EnBombers_Draw = 0x80C04614; // type:func |
