diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-13 10:18:59 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-13 10:18:59 -0400 |
commit | 71f813e6e21e6ad5ec84b497cbb123b521979b92 (patch) | |
tree | ab2f61b73bc57e6a87d950b53eb652fe92225e1f /src/battle_2.c | |
parent | dc79b94bb32c758253aba698115b60cb5a683266 (diff) | |
parent | e09e1da6c252e17cf6db429ad142b05dbf156548 (diff) |
Merge branch 'master' of github.com:pret/pokeruby
Diffstat (limited to 'src/battle_2.c')
-rw-r--r-- | src/battle_2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_2.c b/src/battle_2.c index 119085e14..17a583441 100644 --- a/src/battle_2.c +++ b/src/battle_2.c @@ -1796,7 +1796,7 @@ void sub_8010874(void) void sub_8010B88(void) { - struct UnknownStruct4 sp0 = gUnknown_02024CA8[gUnknown_02024A60]; + struct UnkBattleStruct4 sp0 = gUnknown_02024CA8[gUnknown_02024A60]; s32 i; u8 *ptr; u32 *ptr2; |