diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2018-01-12 21:35:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-12 21:35:17 -0600 |
commit | 88ec8c05e020b547e1abaaabb3cbb57a4848973f (patch) | |
tree | 2af469d4c1e53b7659b8f7dfec0ec82f6dc1b841 /include/data2.h | |
parent | 6a0d499a8a382342c3e7a81f386aea79d1105570 (diff) | |
parent | 2be2b22589de437ae5f53df8e380533958da9e70 (diff) |
Merge pull request #527 from camthesaxman/decompile_battle_intro
decompile battle_intro.s
Diffstat (limited to 'include/data2.h')
-rw-r--r-- | include/data2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/data2.h b/include/data2.h index 9f6644714..2fe8d39f8 100644 --- a/include/data2.h +++ b/include/data2.h @@ -47,7 +47,8 @@ extern const u8 gUnknown_081F96C8[]; extern struct CompressedSpriteSheet gUnknown_081FAEA4; extern struct CompressedSpritePalette gUnknown_081FAEAC; extern const struct SpriteTemplate gSpriteTemplate_81FAF0C; -extern void *const gUnknown_081FAF4C[]; +extern u8 *const gUnknown_081FAF4C[]; +//extern u8 (*const gUnknown_081FAF4C[])[0x800]; extern struct BattleMove gBattleMoves[]; // data/graphics/trainers/front_pic_coords.inc |