Age | Commit message (Collapse) | Author |
|
Fix modern target when libc functions are used.
|
|
|
|
|
|
Change Usages of float/double to f32/f64
|
|
|
|
|
|
|
|
Use some missing fieldmap constants in trainer hill
|
|
|
|
Document TV
|
|
Document battler affine anims, default pokeball throw
|
|
Sync e-reader helpers, document trainer hill e-reader
|
|
Document Battle Pyramid Bag
|
|
Some Contest clean up
|
|
Label more unused battle anims
|
|
Document trade sequence animation, some trade cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[LEAK INFORMED] Fix apprentice.c do{}while(0)
|
|
|
|
|
|
|
|
Document Pokémon Storage System
|
|
fix rfu_NI_stopReceivingData fakematching; i guess it aint over yet cowboy
|
|
|
|
|
|
|
|
Eliminate the last fakematching (Sio32IDIntr). We are free of nonmatchings/fakematchings!
|
|
|
|
|
|
Resolve sio32intr_clock_slave fakematching. One left!
|
|
|
|
|
|
FIX CGBMODVOL FAKEMATCHING (WE DID IT REDDIT)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Without libnosys undefined references will occur if
libc functions are used.
|
|
In order to correctly link a program which uses libc functions
a few sections are required to satisfy the linker.
This currently adds 0x3C bytes to IWRAM.
|
|
|