From f5387cf6b18b57f3620c05d652a9cf5b8bc2f347 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Fri, 29 Sep 2017 19:03:50 +0200 Subject: decompile metatile behav --- data/metatile_behavior.s | 8 -------- data/rom_8486FEC.s | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 data/metatile_behavior.s create mode 100644 data/rom_8486FEC.s (limited to 'data') diff --git a/data/metatile_behavior.s b/data/metatile_behavior.s deleted file mode 100644 index ea19a3031..000000000 --- a/data/metatile_behavior.s +++ /dev/null @@ -1,8 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - .align 2, 0 - -gUnknown_08486EFC:: @ 8486EFC - .incbin "baserom.gba", 0x486efc, 0x10090 diff --git a/data/rom_8486FEC.s b/data/rom_8486FEC.s new file mode 100644 index 000000000..9b7834a32 --- /dev/null +++ b/data/rom_8486FEC.s @@ -0,0 +1,8 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + .align 2, 0 + +gUnknown_8486FEC:: @ 8486FEC + .incbin "baserom.gba", 0x486fec, 0xFFA0 -- cgit v1.2.3