diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-12 21:24:21 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-12 21:24:21 -0600 |
commit | 2be2b22589de437ae5f53df8e380533958da9e70 (patch) | |
tree | ebeed5e628e907312aaf0e82c1af2bb061ca082a /include/data2.h | |
parent | 921e43d150d0416deff7553e2979742d076cef71 (diff) |
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 |