Localize the insane cultist sprite
This commit is contained in:
parent
48c60762d5
commit
cda4daf6d4
Binary file not shown.
|
@ -1,4 +1,10 @@
|
||||||
.org 0x876c1fc :: .incbin "data/m2-door-bubble.bin" //Door - Don->! (Good)
|
.org 0x876c1fc :: .incbin "data/m2-door-bubble.bin" //Door - Don->!
|
||||||
.org 0x8787fbc :: .incbin "data/m2-nusutto-sign.bin" //Nusutto->Burglin Park (Good)
|
.org 0x8787fbc :: .incbin "data/m2-nusutto-sign.bin" //Nusutto->Burglin Park
|
||||||
.org 0x869ff28 :: .incbin "data/m2-ness-pajamas.bin" //Ness' Pajamas
|
.org 0x869ff28 :: .incbin "data/m2-ness-pajamas.bin" //Ness' Pajamas
|
||||||
.org 0x874d4bc :: .incbin "data/m2-runaway-five.bin" //Runaway Five Sprites
|
.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
|
Loading…
Reference in New Issue