pmd-sky/include/overlay_10_022C2574.h
2025-06-02 21:24:29 -04:00

11 lines
290 B
C

#ifndef PMDSKY_OVERLAY_10_022C2574_H
#define PMDSKY_OVERLAY_10_022C2574_H
#include "util.h"
// Given a tileset ID, returns whether it's a background or a regular tileset
// In particular, returns r0 >= 170
bool8 IsBackgroundTileset(s32 tileset_id);
#endif //PMDSKY_OVERLAY_10_022C2574_H