Mess with mothula

This commit is contained in:
2024-11-23 00:51:10 -06:00
parent 8477fbe623
commit 799e47443d
2 changed files with 18 additions and 0 deletions

View File

@@ -159,6 +159,7 @@ incsrc hextodec.asm
incsrc textrenderer.asm
incsrc rewind.asm
incsrc lift.asm
incsrc mothula.asm
warnpc $A58000
org $A28000

17
mothula.asm Normal file
View File

@@ -0,0 +1,17 @@
pushpc
org $9EBF01 ; z_speed
db 2, -2
org $9EBF03 ; y_speed and x_speed
db -32, -24, 0, 24, 32, 24, 0, -24, -32, -24
org $9EBFD3 ; beam speeds
db -24, 0, 24
db 36, 48, 36
org $9EBD6E ; spike max speed and acceleration
db 64, -64, 0, 0, 64, -64
db 2, -2, 0, 0, 2, -2
pullpc