1
0
Fork 0
Commit graph

2 commits

Author SHA1 Message Date
BitPatty
4ea2fc4749 Fixes memory leak caused by J2DTextBox_SetString()
Setting the string on each frame fills up unallocated memory and causes
a hardlock.

Instead, call J2DTextBox_SetString() on stage load (since the memory is
freed level transition) and modify the already set string directly on
each frame.
2017-01-31 01:18:03 +01:00
miluaces
646811b83c Updated library and linker with more functions
Added tools to patch Start.dol
Added more examples
2016-09-25 11:50:37 -07:00