From adce96fdd0c722dfed565359a4af15c80a0fbd26 Mon Sep 17 00:00:00 2001 From: Sterophonick <34801996+Sterophonick@users.noreply.github.com> Date: Mon, 25 May 2020 11:39:06 -0700 Subject: [PATCH] Move the Insane cultist to m2-hack.asm because that's where all the other data files for the hack are --- src/m2-hack.asm | 3 +++ src/m2-localize.asm | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/m2-hack.asm b/src/m2-hack.asm index ca70a13..43db3ea 100644 --- a/src/m2-hack.asm +++ b/src/m2-hack.asm @@ -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" diff --git a/src/m2-localize.asm b/src/m2-localize.asm index 14f433d..cf37b28 100644 --- a/src/m2-localize.asm +++ b/src/m2-localize.asm @@ -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 \ No newline at end of file