pmd-sky/include/overlay_29_02340CAC.h
AnonymousRandomPerson f0b49548c3 Decomped PosIsOutOfBounds
Decomped by @DizzyEggg
2024-12-16 23:47:45 -05:00

10 lines
268 B
C

#ifndef PMDSKY_OVERLAY_29_02340CAC_H
#define PMDSKY_OVERLAY_29_02340CAC_H
#include "util.h"
// Checks if a position (x, y) is out of bounds on the map: !((0 <= x <= 55) && (0 <= y <= 31)).
bool8 PosIsOutOfBounds(s32 x, s32 y);
#endif //PMDSKY_OVERLAY_29_02340CAC_H