diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-23 17:19:08 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-23 17:23:14 -0500 |
commit | 4fd2b0b48455774e1acc0ec0f86f023a26068fe5 (patch) | |
tree | afab3113bb0b97eb0526ce8393e1cfa801d8c7ce /include/graphics.h | |
parent | cd192e303d2aed6cdc33f1c123ef1654b638e760 (diff) |
Decompile remaining functions in use_pokeblock.s
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 8aa8a9b60..03840b6ff 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4905,4 +4905,7 @@ extern const u16 gEasyChatCursor_Pal[]; extern const u32 gEasyChatRightWindow_Gfx[]; extern const u16 gEasyChatRightWindow_Pal[]; +// Use Pokeblock +extern const u32 gUsePokeblockCondition_Gfx[]; + #endif //GUARD_GRAPHICS_H |