Document field_door code
This commit is contained in:
@@ -30,6 +30,6 @@ void sub_805A658(s16 *x, s16 *y);
|
||||
void SetCameraPanningCallback(void (*cb)(void));
|
||||
void SetCameraPanning(s16 x, s16 y);
|
||||
void InstallCameraPanAheadCallback(void);
|
||||
void sub_805A91C(int x, int y, const u16 *data);
|
||||
void DrawDoorMetatileAt(int x, int y, const u16 *data);
|
||||
|
||||
#endif //GUARD_FIELD_CAMERA_H
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
|
||||
#include "global.h"
|
||||
|
||||
void FieldSetDoorOpened(u32, u32);
|
||||
void FieldSetDoorClosed(u32, u32);
|
||||
s8 FieldAnimateDoorClose(u32, u32);
|
||||
s8 FieldAnimateDoorOpen(u32, u32);
|
||||
void FieldSetDoorOpened(int x, int y);
|
||||
void FieldSetDoorClosed(int x, int y);
|
||||
s8 FieldAnimateDoorClose(int x, int y);
|
||||
s8 FieldAnimateDoorOpen(int x, int y);
|
||||
bool8 FieldIsDoorAnimationRunning(void);
|
||||
u32 GetDoorSoundEffect(u32 x, u32 y);
|
||||
u16 GetDoorSoundEffect(int x, int y);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user