From b16b3998a633cbbb36a9967e3cd419e3de5472e5 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Mon, 3 Mar 2025 08:55:40 -0800 Subject: [PATCH] Fix assembler messages with endlabels and dlabels --- src/boot/rspboot.s | 3 ++- src/code/rspcode.s | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/boot/rspboot.s b/src/boot/rspboot.s index c14d550fe1..96f204b653 100644 --- a/src/boot/rspboot.s +++ b/src/boot/rspboot.s @@ -6,4 +6,5 @@ glabel rspbootTextStart .incbin "incbin/rspbootText" -glabel rspbootTextEnd +endlabel rspbootTextStart +dlabel rspbootTextEnd diff --git a/src/code/rspcode.s b/src/code/rspcode.s index bd636921cb..e7e53298f2 100644 --- a/src/code/rspcode.s +++ b/src/code/rspcode.s @@ -6,15 +6,18 @@ glabel aspMainTextStart .incbin "incbin/aspMainText" -glabel aspMainTextEnd +endlabel aspMainTextStart +dlabel aspMainTextEnd glabel gspS2DEX2_fifoTextStart .incbin "incbin/gspS2DEX2_fifoText" -glabel gspS2DEX2_fifoTextEnd +endlabel gspS2DEX2_fifoTextStart +dlabel gspS2DEX2_fifoTextEnd glabel njpgdspMainTextStart .incbin "incbin/njpgdspMainText" -glabel njpgdspMainTextEnd +endlabel njpgdspMainTextStart +dlabel njpgdspMainTextEnd .section .rodata