pmd-sky/src/main_0204AFF8.c
AnonymousRandomPerson 89acbf9b5c Decomped IsGameModeRescue
Decomped by ElectricGeorge
2025-06-15 17:48:07 -05:00

9 lines
133 B
C

#include "main_0204AFF8.h"
extern enum game_mode GAME_MODE;
bool8 IsGameModeRescue()
{
return GAME_MODE == GAME_MODE_RESCUE;
}