mirror of https://github.com/pret/pokeemerald.git
add player_field_avatar.c
This commit is contained in:
parent
9bb23388a5
commit
663bb3112a
|
@ -91,6 +91,7 @@ SECTIONS {
|
||||||
src/metatile_behavior.o(.text);
|
src/metatile_behavior.o(.text);
|
||||||
src/field_camera.o(.text);
|
src/field_camera.o(.text);
|
||||||
src/field_door.o(.text);
|
src/field_door.o(.text);
|
||||||
|
src/field_player_avatar.o(.text);
|
||||||
asm/field_player_avatar.o(.text);
|
asm/field_player_avatar.o(.text);
|
||||||
src/event_object_movement.o(.text);
|
src/event_object_movement.o(.text);
|
||||||
src/field_message_box.o(.text);
|
src/field_message_box.o(.text);
|
||||||
|
|
Loading…
Reference in New Issue