mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05:00
14 lines
385 B
C
14 lines
385 B
C
#ifndef POKEHEARTGOLD_UNK_0205B6E8_H
|
|
#define POKEHEARTGOLD_UNK_0205B6E8_H
|
|
|
|
BOOL sub_0205B6F4(u8 tile);
|
|
BOOL sub_0205B778(u8 tile);
|
|
BOOL sub_0205B8AC(u8 tile);
|
|
BOOL MetatileBehavior_IsWaterfall(u8 tile);
|
|
BOOL MetatileBehavior_IsWhirlpool(u8 tile);
|
|
BOOL sub_0205BA24(u8 tile);
|
|
BOOL sub_0205BA30(u8 tile);
|
|
BOOL MetatileBehavior_IsHeadbutt(u8 tile);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_0205B6E8_H
|