mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
16 lines
497 B
ArmAsm
16 lines
497 B
ArmAsm
/* The comment below is needed for this file to be picked up by generate_ld */
|
|
/* RAM_POS: 0x800C68C0 */
|
|
|
|
.include "globals.inc"
|
|
.include "macros.inc"
|
|
|
|
.set noat # allow manual use of $at
|
|
.set noreorder # dont insert nops after branches
|
|
.set gp=64 # 64-bit instructions are used
|
|
|
|
.include "asm/gzip/gzip_inflate_block.s"
|
|
.include "asm/gzip/gzip_inflate_dynamic.s"
|
|
.include "asm/gzip/gzip_inflate_fixed.s"
|
|
.include "asm/gzip/gzip_inflate_stored.s"
|
|
.include "asm/gzip/gzip_inflate_codes.s"
|