mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 15:42:34 -05:00
13 lines
318 B
C
13 lines
318 B
C
#ifndef PMDSKY_OVERLAY_29_0233836C_H
|
|
#define PMDSKY_OVERLAY_29_0233836C_H
|
|
|
|
#include "util.h"
|
|
#include "dungeon_mode.h"
|
|
|
|
void ResetGravity(void);
|
|
bool8 GravityIsActive(void);
|
|
void ov29_023383A8(struct entity *monster);
|
|
bool8 TryActivateGravity(struct entity *monster);
|
|
|
|
#endif /* ifndef PMDSKY_OVERLAY_29_0233836C_H */
|