diff --git a/Dungeons/mothula.asm b/Dungeons/mothula.asm new file mode 100644 index 0000000..9a3f304 --- /dev/null +++ b/Dungeons/mothula.asm @@ -0,0 +1,24 @@ +;---------------------------------------------------------- +; Mothula Spike Removal +;---------------------------------------------------------- + +pushpc + +org $1EBE84 +NOP #3 + +pullpc + +;---------------------------------------------------------- +; Change Mothula Damage +;---------------------------------------------------------- + +pushpc + +org $0DB266+$88 ; Mothula Damage 1 heart +db $14 + +org $0DB266+$89 ; Mothula Beam Damage 1 heart +db $14 + +pullpc \ No newline at end of file