mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-23 08:19:49 -04:00
17 lines
410 B
C
17 lines
410 B
C
#include <ultra64.h>
|
|
#include "constants.h"
|
|
#include "bss.h"
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
GLOBAL_ASM(
|
|
glabel func00039fc0
|
|
/* 39fc0: 3c0e8006 */ lui $t6,%hi(var8005f114)
|
|
/* 39fc4: 8dcef114 */ lw $t6,%lo(var8005f114)($t6)
|
|
/* 39fc8: adc00000 */ sw $zero,0x0($t6)
|
|
/* 39fcc: 03e00008 */ jr $ra
|
|
/* 39fd0: 00000000 */ nop
|
|
/* 39fd4: 03e00008 */ jr $ra
|
|
/* 39fd8: 00000000 */ nop
|
|
);
|