Move the Insane cultist to m2-hack.asm
because that's where all the other data files for the hack are
This commit is contained in:
parent
815a33f7b0
commit
adce96fdd0
|
@ -1852,6 +1852,9 @@ flyover_tea:
|
|||
flyover_coffee:
|
||||
.include "data/flyover-coffee.asm"
|
||||
|
||||
m2InsaneCultist:
|
||||
.incbin "data/m2-insane-cultist.bin"
|
||||
|
||||
.align 2
|
||||
m2_coord_table_file:
|
||||
.incbin "data/m2-coord-table-file-select.bin"
|
||||
|
|
|
@ -10,10 +10,5 @@
|
|||
.org 0x873d99c :: .incbin "data/m2-iron-statues-palette.bin" //Iron Pencil Statue Palette
|
||||
.org 0x87d427c :: .incbin "data/m2-iron-statues-palette.bin" //Iron Pencil Statue Palette
|
||||
|
||||
//Compressed Graphics Data
|
||||
.org 0x8BA5630
|
||||
m2InsaneCultist:
|
||||
.incbin "data/m2-insane-cultist.bin"
|
||||
|
||||
//Pointers
|
||||
.org 0x8b1f684 :: .word m2InsaneCultist //Insane Cultist
|
Loading…
Reference in New Issue