mirror of
https://github.com/pret/pokeruby.git
synced 2026-03-21 17:54:19 -05:00
15 lines
283 B
C
15 lines
283 B
C
//
|
|
// Created by Scott Norton on 5/31/17.
|
|
//
|
|
|
|
#ifndef POKERUBY_USE_POKEBLOCK_H
|
|
#define POKERUBY_USE_POKEBLOCK_H
|
|
|
|
extern void *gUnknown_02030400;
|
|
extern s16 gUnknown_02039312;
|
|
|
|
void sub_8136130(struct Pokeblock *, MainCallback);
|
|
u8 sub_8137124(u8);
|
|
|
|
#endif //POKERUBY_USE_POKEBLOCK_H
|