Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
When actually utilizing functions from libc, linking will fail
because the functions used from libc have to be defined after libc.
This is the case with libgcc, so we swap their order.
|
|
|
|
|
|
|