summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-01change usages of float/double to f32/f64Kurausukun
2021-04-30Merge pull request #1424 from GriffinRichards/constants-trhillGriffinR
Use some missing fieldmap constants in trainer hill
2021-04-29Use some missing fieldmap constants in trainer hillGriffinR
2021-04-29Merge pull request #1421 from GriffinRichards/doc-tvrecordmixGriffinR
Document TV
2021-04-28Merge pull request #1420 from GriffinRichards/doc-dataanimsGriffinR
Document battler affine anims, default pokeball throw
2021-04-28Merge pull request #1418 from GriffinRichards/sync-ereaderhelpGriffinR
Sync e-reader helpers, document trainer hill e-reader
2021-04-27Merge pull request #1417 from GriffinRichards/doc-pyramidbagGriffinR
Document Battle Pyramid Bag
2021-04-27Merge pull request #1415 from GriffinRichards/doc-contestutilGriffinR
Some Contest clean up
2021-04-26Label missing sprite animsGriffinR
2021-04-26Merge pull request #1419 from GriffinRichards/doc-animstatusGriffinR
Label more unused battle anims
2021-04-26Merge pull request #1410 from GriffinRichards/doc-tradedataGriffinR
Document trade sequence animation, some trade cleanup
2021-04-26Document TVGriffinR
2021-04-25Move unknown data table, reference with speciesGriffinR
2021-04-25Document battler sprite affine anims, default pokeball throwGriffinR
2021-04-24Label more unused battle animsGriffinR
2021-04-24Document trainer hill ereaderGriffinR
2021-04-24Sync ereader_helpers with pokefireredGriffinR
2021-04-23Document Battle Pyramid BagGriffinR
2021-04-22Merge pull request #1416 from ProjectRevoTPP/apprentice_fixGriffinR
[LEAK INFORMED] Fix apprentice.c do{}while(0)
2021-04-22add NO_COND macroProjectRevoTPP
2021-04-22get rid of apprentice fakematching(s)ProjectRevoTPP
2021-04-22Misc contest cleanupGriffinR
2021-04-22Merge pull request #1408 from GriffinRichards/doc-pokemonstorageGriffinR
Document Pokémon Storage System
2021-04-22Merge pull request #1414 from ProjectRevoTPP/rfu_NI_stopReceivingDataGriffinR
fix rfu_NI_stopReceivingData fakematching; i guess it aint over yet cowboy
2021-04-21idiot, get rid of code in blockProjectRevoTPP
2021-04-21fix rfu_NI_stopReceivingData fakematching; i guess it aint over yet cowboyProjectRevoTPP
2021-04-21Clean up contest_paintingGriffinR
2021-04-21Merge pull request #1412 from ProjectRevoTPP/Sio32IDIntrGriffinR
Eliminate the last fakematching (Sio32IDIntr). We are free of nonmatchings/fakematchings!
2021-04-20Eliminate the last fakematching. We are free of nonmatchings/fakematchings!ProjectRevoTPP
2021-04-20Clean up contest_utilGriffinR
2021-04-20Merge pull request #1411 from ProjectRevoTPP/sio32intrGriffinR
Resolve sio32intr_clock_slave fakematching. One left!
2021-04-20Resolve sio32intr_clock_slave fakematching. One left!ProjectRevoTPP
2021-04-20Document trade sequence animation, some trade cleanupGriffinR
2021-04-20Merge pull request #1409 from Kurausukun/M4A_IS_DEADGriffinR
FIX CGBMODVOL FAKEMATCHING (WE DID IT REDDIT)
2021-04-19THE BEAST IS SLAINKurausukun
2021-04-18Merge branch 'master' into doc-pokemonstorageGriffinR
2021-04-18Doc storage - cleanupGriffinR
2021-04-17Doc storage - standardize names, drop PSSGriffinR
2021-04-17Doc storage - unk utilityGriffinR
2021-04-17Doc storage - icon scrollGriffinR
2021-04-17Doc storage - tilemap util, place changeGriffinR
2021-04-17Makefile: use different linker library sets for modernMichael Panzlaff
2021-04-17modern: link against libnosysMichael Panzlaff
Without libnosys undefined references will occur if libc functions are used.
2021-04-17modern: add missing sections to linkerscriptMichael 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-17Doc storage - party menuGriffinR
2021-04-17Doc storage - misc cleanup, some item/cursorGriffinR
2021-04-17Makefile: resolve libgcc and libc in correct orderMichael 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.
2021-04-16Doc storage - multi moveGriffinR
2021-04-16Doc storage - fix row/column flipGriffinR
2021-04-16Doc storage - releasing, some cursorGriffinR