mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-08 10:34:12 -05:00
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines
17 lines
388 B
C
17 lines
388 B
C
#ifndef GUARD_MAP_OBJ_LOCK_H
|
|
#define GUARD_MAP_OBJ_LOCK_H
|
|
|
|
bool8 walkrun_is_standing_still(void);
|
|
void sub_8064CDC(u8 taskId);
|
|
bool8 sub_8064CFC(void);
|
|
void sub_8064D20(void);
|
|
void sub_8064D38(u8 taskId);
|
|
bool8 sub_8064DB4(void);
|
|
void sub_8064DD8(void);
|
|
void sub_8064E2C(void);
|
|
void unref_sub_8064E5C(void);
|
|
void sub_8064EAC(void);
|
|
void sub_8064ED4(void);
|
|
|
|
#endif // GUARD_MAP_OBJ_LOCK_H
|