rename
This commit is contained in:
parent
c033dd7905
commit
d05169fcbc
2 changed files with 1 additions and 1 deletions
2
main.asm
2
main.asm
|
@ -134,7 +134,7 @@ MainLoop:
|
||||||
j MainLoop
|
j MainLoop
|
||||||
nop // delay slot
|
nop // delay slot
|
||||||
|
|
||||||
include "devcart.asm" // assumes gp is set to CI base
|
include "debug.asm" // assumes gp is set to CI base
|
||||||
|
|
||||||
SetupScreen:
|
SetupScreen:
|
||||||
// NTSC: 640x480, 32BPP, Interlace, Resample Only, DRAM Origin VIDEO_BUFFER
|
// NTSC: 640x480, 32BPP, Interlace, Resample Only, DRAM Origin VIDEO_BUFFER
|
||||||
|
|
Loading…
Add table
Reference in a new issue