mirror of
https://github.com/Lorenzooone/Pokemon-Gen3-to-Gen-X.git
synced 2026-09-26 19:26:27 -05:00
8 lines
160 B
C
8 lines
160 B
C
#ifndef BIN_TABLE_HANDLER__
|
|
#define BIN_TABLE_HANDLER__
|
|
|
|
const u8* get_table_pointer(const u8*, u16);
|
|
const u8* search_table_for_index(const u8*, u16);
|
|
|
|
#endif
|