mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 05:14:21 -05:00
13 lines
224 B
C
13 lines
224 B
C
#include "unk_02037C94.h"
|
|
#include "error_handling.h"
|
|
|
|
void GF_AssertFail(void) {
|
|
if (!sub_02037D78()) {
|
|
return;
|
|
}
|
|
|
|
if (OS_GetProcMode() != OS_PROCMODE_IRQ) {
|
|
PrintErrorMessageAndReset();
|
|
}
|
|
}
|