1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-06-26 03:57:13 -07:00
This commit is contained in:
Connor Olding 2016-01-12 08:13:26 -08:00
parent a04f7a669e
commit 04099adc05

View File

@ -38,7 +38,7 @@
+: +:
jal dpad_control jal dpad_control
mov a0, s3 mov a0, s3
mov s3, v0 andi s3, v0, 0xFFFF
+: // set min/max on actor number +: // set min/max on actor number
subi t4, s0, 1 subi t4, s0, 1
bgez t4, + bgez t4, +
@ -54,11 +54,10 @@
beqz t3, return beqz t3, return
nop nop
mov a0, s0 mov a0, s0
lhu a1, avar mov a1, s3
bal simple_spawn bal simple_spawn
nop nop
return: return:
andi s3, s3, 0xFFFF
// render actor number // render actor number
li a0, 0x0001001C // xy li a0, 0x0001001C // xy
li a1, 0x88CCFFFF // rgba li a1, 0x88CCFFFF // rgba