Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-05 | Merge pull request #1407 from ipatix/fix/modern | GriffinR | |
Fix modern target when libc functions are used. | |||
2021-05-05 | ld_script_modern: minor fixes for gcc 11 | Michael Panzlaff | |
2021-05-04 | Merge pull request #1425 from Kurausukun/f32 | GriffinR | |
Change Usages of float/double to f32/f64 | |||
2021-05-04 | Restore EReaderTrainerHillSet dummy | GriffinR | |
2021-05-01 | change usages of float/double to f32/f64 | Kurausukun | |
2021-04-30 | Merge pull request #1424 from GriffinRichards/constants-trhill | GriffinR | |
Use some missing fieldmap constants in trainer hill | |||
2021-04-29 | Use some missing fieldmap constants in trainer hill | GriffinR | |
2021-04-29 | Merge pull request #1421 from GriffinRichards/doc-tvrecordmix | GriffinR | |
Document TV | |||
2021-04-28 | Merge pull request #1420 from GriffinRichards/doc-dataanims | GriffinR | |
Document battler affine anims, default pokeball throw | |||
2021-04-28 | Merge pull request #1418 from GriffinRichards/sync-ereaderhelp | GriffinR | |
Sync e-reader helpers, document trainer hill e-reader | |||
2021-04-27 | Merge pull request #1417 from GriffinRichards/doc-pyramidbag | GriffinR | |
Document Battle Pyramid Bag | |||
2021-04-27 | Merge pull request #1415 from GriffinRichards/doc-contestutil | GriffinR | |
Some Contest clean up | |||
2021-04-26 | Merge pull request #1419 from GriffinRichards/doc-animstatus | GriffinR | |
Label more unused battle anims | |||
2021-04-26 | Merge pull request #1410 from GriffinRichards/doc-tradedata | GriffinR | |
Document trade sequence animation, some trade cleanup | |||
2021-04-26 | Document TV | GriffinR | |
2021-04-25 | Move unknown data table, reference with species | GriffinR | |
2021-04-25 | Document battler sprite affine anims, default pokeball throw | GriffinR | |
2021-04-24 | Label more unused battle anims | GriffinR | |
2021-04-24 | Document trainer hill ereader | GriffinR | |
2021-04-24 | Sync ereader_helpers with pokefirered | GriffinR | |
2021-04-23 | Document Battle Pyramid Bag | GriffinR | |
2021-04-22 | Merge pull request #1416 from ProjectRevoTPP/apprentice_fix | GriffinR | |
[LEAK INFORMED] Fix apprentice.c do{}while(0) | |||
2021-04-22 | add NO_COND macro | ProjectRevoTPP | |
2021-04-22 | get rid of apprentice fakematching(s) | ProjectRevoTPP | |
2021-04-22 | Misc contest cleanup | GriffinR | |
2021-04-22 | Merge pull request #1408 from GriffinRichards/doc-pokemonstorage | GriffinR | |
Document Pokémon Storage System | |||
2021-04-22 | Merge pull request #1414 from ProjectRevoTPP/rfu_NI_stopReceivingData | GriffinR | |
fix rfu_NI_stopReceivingData fakematching; i guess it aint over yet cowboy | |||
2021-04-21 | idiot, get rid of code in block | ProjectRevoTPP | |
2021-04-21 | fix rfu_NI_stopReceivingData fakematching; i guess it aint over yet cowboy | ProjectRevoTPP | |
2021-04-21 | Clean up contest_painting | GriffinR | |
2021-04-21 | Merge pull request #1412 from ProjectRevoTPP/Sio32IDIntr | GriffinR | |
Eliminate the last fakematching (Sio32IDIntr). We are free of nonmatchings/fakematchings! | |||
2021-04-20 | Eliminate the last fakematching. We are free of nonmatchings/fakematchings! | ProjectRevoTPP | |
2021-04-20 | Clean up contest_util | GriffinR | |
2021-04-20 | Merge pull request #1411 from ProjectRevoTPP/sio32intr | GriffinR | |
Resolve sio32intr_clock_slave fakematching. One left! | |||
2021-04-20 | Resolve sio32intr_clock_slave fakematching. One left! | ProjectRevoTPP | |
2021-04-20 | Document trade sequence animation, some trade cleanup | GriffinR | |
2021-04-20 | Merge pull request #1409 from Kurausukun/M4A_IS_DEAD | GriffinR | |
FIX CGBMODVOL FAKEMATCHING (WE DID IT REDDIT) | |||
2021-04-19 | THE BEAST IS SLAIN | Kurausukun | |
2021-04-18 | Merge branch 'master' into doc-pokemonstorage | GriffinR | |
2021-04-18 | Doc storage - cleanup | GriffinR | |
2021-04-17 | Doc storage - standardize names, drop PSS | GriffinR | |
2021-04-17 | Doc storage - unk utility | GriffinR | |
2021-04-17 | Doc storage - icon scroll | GriffinR | |
2021-04-17 | Doc storage - tilemap util, place change | GriffinR | |
2021-04-17 | Makefile: use different linker library sets for modern | Michael Panzlaff | |
2021-04-17 | modern: link against libnosys | Michael Panzlaff | |
Without libnosys undefined references will occur if libc functions are used. | |||
2021-04-17 | modern: add missing sections to linkerscript | Michael Panzlaff | |
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. | |||
2021-04-17 | Doc storage - party menu | GriffinR | |
2021-04-17 | Doc storage - misc cleanup, some item/cursor | GriffinR | |
2021-04-17 | Makefile: resolve libgcc and libc in correct order | Michael Panzlaff | |
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. |