diff --git a/LTTP_RND_GeneralBugfixes.asm b/LTTP_RND_GeneralBugfixes.asm index 43ddacb..4ef4d81 100644 --- a/LTTP_RND_GeneralBugfixes.asm +++ b/LTTP_RND_GeneralBugfixes.asm @@ -159,6 +159,7 @@ incsrc hextodec.asm incsrc textrenderer.asm incsrc rewind.asm incsrc lift.asm +incsrc mothula.asm warnpc $A58000 org $A28000 diff --git a/mothula.asm b/mothula.asm new file mode 100644 index 0000000..28d9571 --- /dev/null +++ b/mothula.asm @@ -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