decompile metatile behav

This commit is contained in:
DizzyEggg
2017-09-29 19:03:50 +02:00
parent 3c8091393c
commit f5387cf6b1
22 changed files with 1889 additions and 2745 deletions

View File

@@ -92,7 +92,7 @@ SECTIONS {
src/new_game.o(.text);
asm/rom4.o(.text);
asm/fieldmap.o(.text);
asm/metatile_behavior.o(.text);
src/metatile_behavior.o(.text);
asm/field_camera.o(.text);
asm/field_door.o(.text);
asm/field_player_avatar.o(.text);
@@ -349,7 +349,8 @@ SECTIONS {
src/new_game.o(.rodata);
data/rom4.o(.rodata);
data/fieldmap.o(.rodata);
data/metatile_behavior.o(.rodata);
src/metatile_behavior.o(.rodata);
data/rom_8486FEC.o(.rodata);
data/field_door.o(.rodata);
data/field_player_avatar.o(.rodata);
data/field_map_obj.o(.rodata);