diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-02-07 14:36:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-07 14:36:55 -0700 |
| commit | fc1e1a97825c129f114a5c59ab1820d1a1b9187f (patch) | |
| tree | 3d18b98adf1a3c62fcbd203f55a89e047782808a /src/update_objects.h | |
| parent | 6f8cbc0279004a39635c922b824e8561f5355bc5 (diff) | |
Reimpl star emitter (#180)
* Reimpl star emitter
* Remove OObject Lists
* wip mole reimpl
* nearly fix moles
* Cleanup
* Update reimpl seagull
* Rework finishline to auto spawn and not to run in credits
* Fix train crossing direction in extra mode
* Clarification
* micro optimization
* update mole
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/update_objects.h')
| -rw-r--r-- | src/update_objects.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/update_objects.h b/src/update_objects.h index 6f7b840c2..1e25698c1 100644 --- a/src/update_objects.h +++ b/src/update_objects.h @@ -282,14 +282,12 @@ void func_80081080(s32); void func_800810F4(s32); void func_80081208(void); void func_80081210(void); -void func_8008153C(s32); void func_80081790(s32); void func_80081848(s32); void func_80081924(s32); void func_80081A88(s32); void func_80081AFC(s32, s32); void func_80081D34(s32); -void func_80081FF4(s32, s32); void func_800821AC(s32, s32); void update_moles(void); void func_8008241C(s32, s32); @@ -353,7 +351,6 @@ void func_80086700(s32); void func_80086940(s32); void func_80086C14(s32); void func_80086C6C(s32); -void func_80086D80(void); extern f32 D_800E43B0[]; extern Vtx D_800E43F0[]; |
