diff options
author | yenatch <yenatch@gmail.com> | 2017-07-04 20:49:25 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-07-04 20:49:25 -0400 |
commit | b219b70250e9eb001111965fbdbcda2305c63c7f (patch) | |
tree | 6f070cfa5b15b5027f2b3b4d8ade609dcb1b5bcc | |
parent | f6ac6fa435df46799fc0e9d2da1287261282b49c (diff) |
battle_10 includes
Addresses comments in #344
-rw-r--r-- | src/battle_10.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/battle_10.c b/src/battle_10.c index 29bc6ab36..34e4f75b1 100644 --- a/src/battle_10.c +++ b/src/battle_10.c @@ -4,6 +4,7 @@ #include "data2.h" #include "link.h" #include "palette.h" +#include "rom_8077ABC.h" #include "rom3.h" #include "songs.h" #include "sound.h" @@ -47,9 +48,7 @@ extern struct Window gUnknown_03004210; extern u16 gUnknown_030042A0; extern u16 gUnknown_030042A4; extern u8 gUnknown_0300434C[]; -extern const struct MonCoords gTrainerFrontPicCoords[]; -extern u8 sub_8077ABC(); extern u8 sub_8077F68(); extern u8 sub_8079E90(); extern u8 GetBankIdentity(u8); @@ -1318,6 +1317,6 @@ void sub_803A658(void) gBattleBankFunc[gActiveBank] = sub_8037F34; } -extern void nullsub_48(void) +void nullsub_48(void) { } |