mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-14 07:33:44 +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, uncomment to use
|
||||||
// nogba print function
|
|
||||||
/*
|
/*
|
||||||
void NOGBAPrint(const char *pBuf)
|
void NOGBAPrint(const char *pBuf)
|
||||||
{
|
{
|
||||||
*(volatile u32*)NOGBAPRINTADDR = (u32)pBuf;
|
*(volatile u32*)NOGBAPRINTADDR = (u32)pBuf;
|
||||||
}*/
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user