match kerent.c

This commit is contained in:
Rainchus 2024-03-31 13:50:06 -05:00
parent 7ae1c4fb36
commit b3c0b00c76
3 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,4 @@
//fake function signatures
void OSDumpStopwatch(void);
void PSVECDotProduct(void);
void PSVECDistance(void);
@ -2033,7 +2034,7 @@ extern void _kerjmp_BoardShopTutorialExec(void);
extern void _kerjmp_BoardLotteryTutorialExec(void);
extern void _kerjmp_BoardBooHouseTutorialExec(void);
asm void kerent(void) {
asm void _kerent(void) {
#ifdef __MWERKS__ // clang-format off
nofralloc
entry _kerjmp_OSDumpStopwatch