diff --git a/src/data/m2-insane-cultist.bin b/src/data/m2-insane-cultist.bin new file mode 100644 index 0000000..1c77f4c Binary files /dev/null and b/src/data/m2-insane-cultist.bin differ diff --git a/src/m2-localize.asm b/src/m2-localize.asm index 7060455..2ec12c0 100644 --- a/src/m2-localize.asm +++ b/src/m2-localize.asm @@ -1,4 +1,10 @@ -.org 0x876c1fc :: .incbin "data/m2-door-bubble.bin" //Door - Don->! (Good) -.org 0x8787fbc :: .incbin "data/m2-nusutto-sign.bin" //Nusutto->Burglin Park (Good) +.org 0x876c1fc :: .incbin "data/m2-door-bubble.bin" //Door - Don->! +.org 0x8787fbc :: .incbin "data/m2-nusutto-sign.bin" //Nusutto->Burglin Park .org 0x869ff28 :: .incbin "data/m2-ness-pajamas.bin" //Ness' Pajamas -.org 0x874d4bc :: .incbin "data/m2-runaway-five.bin" //Runaway Five Sprites \ No newline at end of file +.org 0x874d4bc :: .incbin "data/m2-runaway-five.bin" //Runaway Five Sprites + +.org 0x8CC6D30 +m2InsaneCultist: +.incbin "data/m2-insane-cultist.bin" + +.org 0x8b1f684 :: .word m2InsaneCultist //Insane Cultist \ No newline at end of file