summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-12-31Update src/field_specials.csphericalice
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
2021-12-31Update field_specials.c to match the stylesphericalice
2021-12-30Remove some magic numbers from TryPushBouldersphericalice
2021-12-29Merge pull request #1583 from GriffinRichards/renametilemapsGriffinR
Give less generic names to some tilemaps, some misc fixes
2021-12-28Move pokemon and easy chat constants to global, misc clean-upGriffinR
2021-12-28RGB macro use in slot_machineGriffinR
2021-12-28Rename unused frontier pass tilemapGriffinR
2021-12-28Rename generic jp contest tilemapsGriffinR
2021-12-28Rename generic title screen tilemapsGriffinR
2021-12-25Update main_menu.cLOuroboros
2021-12-24Update battle_script_commands.cLOuroboros
2021-12-21Removed more commented out addressesLOuroboros
I like to help.
2021-12-18Review correctionsLOuroboros
2021-12-17[LEAK INFORMED] Documented the unk19 item fieldLOuroboros
2021-12-15Merge pull request #1573 from GriffinRichards/tilesetanimGriffinR
Clean up tileset_anims
2021-12-14Clean up tileset_animsGriffinR
2021-12-14Update trade.cLOuroboros
2021-11-29Add BUGFIX for roamer's statusGriffinR
2021-11-27Merge pull request #1567 from LOuroboros/sBattleTerrainTableGriffinR
Renamed gBattleTerrainTable
2021-11-28gBattleTerrainTable -> sBattleTerrainTableLOuroboros
2021-11-28Use enums for jump distancescbt6
2021-11-28Rename speed parameter to distance in jump functionscbt6
2021-11-18Finish updating macro commentsGriffinR
2021-11-17Distinguish 'virtual object' names from object eventsGriffinR
2021-11-17Use specific name limits for string limit functionsGriffinR
2021-11-17Merge branch 'master' of https://github.com/GriffinRichards/pokeemerald into ↵GriffinR
update-macros
2021-11-17Continue macro comment updatingGriffinR
2021-11-17Index sMapHealLocationsGriffinR
2021-11-17Remove dead sub referencesGriffinR
2021-11-17Merge pull request #1550 from GriffinRichards/doc-pokenavGriffinR
Document Pokénav
2021-11-17Document field_tasksGriffinR
2021-11-16More updating event macro commentsGriffinR
2021-11-16Some TV clean-upGriffinR
2021-11-16Label slot machine ids, fix GetPriceReductionGriffinR
2021-11-16Continue updating event macro commentsGriffinR
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-11-15Drop some overworld prefixesGriffinR
2021-11-15Add PARTY_NOTHING_CHOSENGriffinR
2021-11-15Name pokenav region map structsGriffinR
2021-11-15Rename pokenav match call filesGriffinR
2021-11-15Finish match call menu docGriffinR
2021-11-15Rename pokenav_match_call_uiGriffinR
2021-11-15Finish pokenav list ui docGriffinR
2021-11-14Misc text clean-upGriffinR
2021-11-14Designate gBattleAnimBgImage_Attract and related as arraysWiz
2021-11-13Merge branch 'master' into doc-banimGriffinR
2021-11-13Merge branch 'master' into fix_saveblock_reorderGriffinR
2021-11-13Merge pull request #1549 from GriffinRichards/doc-binterfaceGriffinR
Document remaining symbols in battle_interface, palette, and save
2021-11-13Enforce structs to enforce save block order for modern toolchains.ProjectRevoTPP
2021-11-13Add clarifying comment to LinkFullSave_WriteSectorGriffinR