diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-29 19:03:50 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-29 19:03:50 +0200 |
commit | f5387cf6b18b57f3620c05d652a9cf5b8bc2f347 (patch) | |
tree | a90b678261b4d5bdf44b3d69ac35a506cd857b1a /data | |
parent | 3c8091393ca12b8eeb26f236a997b70eea5688c6 (diff) |
decompile metatile behav
Diffstat (limited to 'data')
-rw-r--r-- | data/rom_8486FEC.s (renamed from data/metatile_behavior.s) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/metatile_behavior.s b/data/rom_8486FEC.s index ea19a3031..9b7834a32 100644 --- a/data/metatile_behavior.s +++ b/data/rom_8486FEC.s @@ -4,5 +4,5 @@ .section .rodata .align 2, 0 -gUnknown_08486EFC:: @ 8486EFC - .incbin "baserom.gba", 0x486efc, 0x10090 +gUnknown_8486FEC:: @ 8486FEC + .incbin "baserom.gba", 0x486fec, 0xFFA0 |