mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 15:13:42 +01:00
actually change NOGBAPrint, stupid
This commit is contained in:
parent
7d501c8b13
commit
d215fcc78e
@ -155,12 +155,12 @@ void AGBAssert(const char *pFile, int nLine, const char *pExpression, int nStopP
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Find a way to seamlessly support no$gba without shit hack defines
|
||||
// nogba print function
|
||||
// nogba print function, uncomment to use
|
||||
/*
|
||||
void NOGBAPrint(const char *pBuf)
|
||||
{
|
||||
*(volatile u32*)NOGBAPRINTADDR = (u32)pBuf;
|
||||
}*/
|
||||
}
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user