mirror of
https://github.com/n64decomp/mk64
synced 2026-06-02 01:30:21 -04:00
14 lines
269 B
C
14 lines
269 B
C
#include <ultra64.h>
|
|
#include <macros.h>
|
|
|
|
u32 func_802A7B70(u16 x);
|
|
extern u32 D_8018EDB8;
|
|
extern u32 D_8018EDBC;
|
|
|
|
void func_800AF9B0(void) {
|
|
D_8018EDB8 = func_802A7B70(7680);
|
|
D_8018EDBC = func_802A7B70(7680);
|
|
}
|
|
|
|
GLOBAL_ASM("asm/non_matchings/code_800AF9B0.s")
|