diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-11-23 19:37:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-23 19:37:52 -0500 |
commit | 2177f1f40b4dda2091ac3be3522c1bc4f6690e88 (patch) | |
tree | e70fd1205a50891ebb8f4f402528873eee027096 /include/graphics.h | |
parent | 548490c675f68dfacf4d1939486c47d8405dddd8 (diff) | |
parent | 14725e1592b3d7035cf1ee8720254ea2d312639c (diff) |
Merge pull request #164 from PikalaxALT/dism_more_data
Battle Message et al
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 354339235..dbba28ea3 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4239,4 +4239,7 @@ extern const u16 gUnknown_8E97DDC[]; extern const u32 gUnknown_8E97DFC[]; extern const u32 gUnknown_8E97EC4[]; +// battle_message +extern const u16 gUnknown_8D2FBB4[]; + #endif //GUARD_GRAPHICS_H |