2020-03-17 04:31:30 +00:00
|
|
|
.include "macro.inc"
|
|
|
|
|
|
|
|
# assembler directives
|
|
|
|
.set noat # allow manual use of $at
|
|
|
|
.set noreorder # don't insert nops after branches
|
2020-05-26 22:09:00 +00:00
|
|
|
.set gp=64 # allow use of 64-bit general purpose registers
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
.section .text
|
|
|
|
|
2020-05-27 13:06:37 +00:00
|
|
|
.balign 16
|
|
|
|
|
2020-03-17 04:31:30 +00:00
|
|
|
glabel D_801120C0
|
2020-04-13 23:03:10 +00:00
|
|
|
.incbin "baserom.z64", 0xB89260, 0xFB0
|
|
|
|
|
|
|
|
glabel D_80113070
|
|
|
|
.incbin "baserom.z64", 0xB8A210, 0x18C0
|
|
|
|
|
2021-05-26 18:46:07 +00:00
|
|
|
glabel gJpegUCode
|
2020-05-27 13:06:37 +00:00
|
|
|
.incbin "baserom.z64", 0xB8BAD0, 0xAF0
|