mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-02 01:59:49 -04:00
bbbe0b1821
* File split * Split, OK and documented Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> Co-authored-by: engineer124 <engineer124engineer124@gmail.com> Co-authored-by: Synray <31429825+Synray@users.noreply.github.com> * Document relevant parts of DmBal * Some EnPaper docs * Document EnPaper * Name functions * Defake Actor_UpdateActor a bit * Reword * \cdot * Fiddle with the description of the DE again * Actually force is probably more correct * Probably time to stop fiddling * Format? * Review * Remove bug comment * Review * Rename to su_mtx, split off code_80140CE0 * Format Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> Co-authored-by: engineer124 <engineer124engineer124@gmail.com> Co-authored-by: Synray <31429825+Synray@users.noreply.github.com> Co-authored-by: angie <angheloalf95@gmail.com>
18 lines
613 B
C
18 lines
613 B
C
#include "global.h"
|
|
#include "z64view.h"
|
|
#include "system_malloc.h"
|
|
|
|
#pragma GLOBAL_ASM("asm/non_matchings/code/speed_meter/func_80177390.s")
|
|
|
|
#pragma GLOBAL_ASM("asm/non_matchings/code/speed_meter/func_801773A0.s")
|
|
|
|
#pragma GLOBAL_ASM("asm/non_matchings/code/speed_meter/func_801773C4.s")
|
|
|
|
#pragma GLOBAL_ASM("asm/non_matchings/code/speed_meter/SpeedMeter_DrawTimeEntries.s")
|
|
|
|
#pragma GLOBAL_ASM("asm/non_matchings/code/speed_meter/func_80177A84.s")
|
|
|
|
#pragma GLOBAL_ASM("asm/non_matchings/code/speed_meter/func_80177AC8.s")
|
|
|
|
#pragma GLOBAL_ASM("asm/non_matchings/code/speed_meter/SpeedMeter_DrawAllocEntries.s")
|