2020-03-17 04:31:30 +00:00
|
|
|
.include "macro.inc"
|
|
|
|
|
2024-07-28 04:24:13 +00:00
|
|
|
/* assembler directives */
|
|
|
|
.set noat /* allow manual use of $at */
|
|
|
|
.set noreorder /* don't insert nops after branches */
|
|
|
|
.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
|
|
|
|
|
2022-05-03 22:43:09 +00:00
|
|
|
glabel aspMainTextStart
|
2024-07-28 04:24:13 +00:00
|
|
|
.incbin "incbin/aspMainText"
|
2022-05-03 22:43:09 +00:00
|
|
|
glabel aspMainTextEnd
|
2020-04-13 23:03:10 +00:00
|
|
|
|
2022-05-03 22:43:09 +00:00
|
|
|
glabel gspS2DEX2d_fifoTextStart
|
2024-07-28 04:24:13 +00:00
|
|
|
.incbin "incbin/gspS2DEX2d_fifoText"
|
2022-05-03 22:43:09 +00:00
|
|
|
glabel gspS2DEX2d_fifoTextEnd
|
2020-04-13 23:03:10 +00:00
|
|
|
|
2022-05-03 22:43:09 +00:00
|
|
|
glabel njpgdspMainTextStart
|
2024-07-28 04:24:13 +00:00
|
|
|
.incbin "incbin/njpgdspMainText"
|
2022-05-03 22:43:09 +00:00
|
|
|
glabel njpgdspMainTextEnd
|