Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Add more usage of DISPLAY constants, misc REG constants
|
|
Document Decoding Buffer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Document Pokéblock menu and feeding scene
|
|
|
|
Label more unused battle anims
|
|
|
|
|
|
|
|
|
|
|
|
Document Pokémon animation
|