Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
Label unused move anims
|
|
|
|
|
|
Document field
|
|
Clean up battle scripts
|
|
|
|
|
|
Standardize Spelling of "Gray"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|