-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspec.cvt
38 lines (34 loc) · 799 Bytes
/
spec.cvt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#include <nusys.h>
beginseg
name "code"
flags BOOT OBJECT
entry nuBoot
address NU_SPEC_BOOT_ADDR
stack NU_SPEC_BOOT_STACK
include "./build/clockwork_creature.code.o"
include "/etc/n64/lib/PR/rspboot.o"
include "/etc/n64/lib/PR/gspF3DEX2.fifo.o"
include "/etc/n64/lib/PR/gspL3DEX2.fifo.o"
include "/etc/n64/lib/PR/gspF3DEX2.Rej.fifo.o"
include "/etc/n64/lib/PR/gspF3DEX2.NoN.fifo.o"
include "/etc/n64/lib/PR/gspF3DLX2.Rej.fifo.o"
include "/etc/n64/lib/PR/gspS2DEX2.fifo.o"
endseg
beginseg
name "textures"
flags RAW
number 1
include "./build/clockwork_creature.textures.o"
endseg
beginseg
name "models"
flags RAW
number 2
include "./build/clockwork_creature.models.o"
endseg
beginwave
name "clockworkcreature"
include "code"
include "textures"
include "models"
endwave