diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-09 03:13:09 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-09 03:13:09 -0500 |
commit | eecafbaec17ba0721d091d1a12ac20fa71da352a (patch) | |
tree | 78bcb6288c0d59beeb818b5f5d3496bf853ffb79 /src/battle/battle_7.c | |
parent | 5dd8964999ef207e84c41c834b596dbc31e10474 (diff) |
depreciate use of shared_syms
Diffstat (limited to 'src/battle/battle_7.c')
-rw-r--r-- | src/battle/battle_7.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/battle/battle_7.c b/src/battle/battle_7.c index 4ca1baa53..2a335ea63 100644 --- a/src/battle/battle_7.c +++ b/src/battle/battle_7.c @@ -20,16 +20,6 @@ #include "gba/m4a_internal.h" #include "ewram.h" -struct Struct2019348 -{ - u8 filler0[2]; - u16 unk2; - u8 filler4[4]; - u32 unk8; - u32 unkC; - u32 unk10; -}; - extern u8 gBattleBufferA[][0x200]; extern u8 gActiveBank; extern u8 gNoOfAllBanks; |