diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-05-26 03:30:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 03:30:14 +0100 |
commit | 7d10ba28169226bf00b741f7d01bc3386b383343 (patch) | |
tree | 3d32266a21b3ff64b56ffc4e84c632f768caa657 /arm9/src/script_pokemon_util.c | |
parent | 1f92eced46da4bdd0c31cb27d1b110aa8a9d75dd (diff) | |
parent | e7f5fc640c8217e7fb86aca8a470a456660da388 (diff) |
Merge pull request #389 from PikalaxALT/pikalax_work
Decompile gf_rtc.c
Diffstat (limited to 'arm9/src/script_pokemon_util.c')
-rw-r--r-- | arm9/src/script_pokemon_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/script_pokemon_util.c b/arm9/src/script_pokemon_util.c index a3518bf4..55519ca3 100644 --- a/arm9/src/script_pokemon_util.c +++ b/arm9/src/script_pokemon_util.c @@ -109,7 +109,7 @@ struct Pokemon * GetFirstAliveMonInParty_CrashIfNone(struct PlayerParty * party) if(MonNotFaintedOrEgg(mon))
return mon;
}
- ErrorHandling();
+ GF_AssertFail();
return 0;
}
|