mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 20:17:38 +01:00
17 lines
315 B
C
17 lines
315 B
C
//
|
|
// Created by scott on 9/7/2017.
|
|
//
|
|
|
|
#ifndef GUARD_MAP_OBJ_8097404_H
|
|
#define GUARD_MAP_OBJ_8097404_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
void sub_8097AC8(struct Sprite *);
|
|
void npc_sync_anim_pause_bits(struct MapObject *);
|
|
|
|
#endif //GUARD_MAP_OBJ_8097404_H
|