From aaace1eb8a6e3137937e7601e8350a1b88912aba Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Sun, 9 Dec 2018 00:41:49 -0700 Subject: Pull out RSP Gfx string. --- stadium1/main.s | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/stadium1/main.s b/stadium1/main.s index 8812d76..5b602da 100644 --- a/stadium1/main.s +++ b/stadium1/main.s @@ -1578,6 +1578,11 @@ MoveIndices2: .align 16 -.incbin "baserom.n64",0x7D1B0,0x2000000-0x7D1B0 +.incbin "baserom.n64",0x7D1B0,0x7F388-0x7D1B0 + + .db "RSP Gfx ucode F3DEX fifo 2.06 Yoshitaka Yasumoto 1998 Nintendo.",0x0A,0 + .align 4 + +.incbin "baserom.n64",0x7F3D0,0x2000000-0x7F3D0 .close -- cgit v1.2.3