summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-18Merge pull request #1100 from GriffinRichards/clean-battlescrdataGriffinR
Misc battle and battle palace documentation
2020-07-18Convert more battle constants to bit shiftsGriffinR
2020-07-18Clean up some battle scr cmd dataGriffinR
2020-07-17Merge pull request #1097 from PokeCodec/asmGriffinR
Allow assembly on Clang
2020-07-17Merge pull request #1081 from GriffinRichards/add-localidsGriffinR
Add local object event ids for referenced objects
2020-07-17Merge pull request #1088 from GriffinRichards/doc-starterchooseGriffinR
Document starter_choose.c
2020-07-17Merge pull request #1099 from PokeCodec/quickieGriffinR
ifndef GUARD typo fix
2020-07-17Typo FixPokeCodec
2020-07-16Sort out asmPokeCodec
2020-07-16Merge pull request #1096 from DizzyEggg/patch-2GriffinR
Use stat constants in MonGainEVs
2020-07-16Use stat constants in MonGainEVsDizzyEggg
2020-07-15Merge pull request #1093 from GriffinRichards/fix-frontiermonconstGriffinR
Clean up some frontier mon use in battle factory
2020-07-15Merge pull request #1083 from GriffinRichards/playse-constantsGriffinR
Use charmap constants for PLAY_SE
2020-07-14Merge pull request #1082 from GriffinRichards/add-flagvarsaveGriffinR
Allow flag/var counts to be updated alongside values
2020-07-14Merge pull request #1084 from GriffinRichards/fix-gbagfxsegfaultGriffinR
Fix segfault in gbagfx
2020-07-14Merge pull request #1094 from DizzyEggg/renameGriffinR
Give proper names to some functions
2020-07-14Merge pull request #1080 from AsparagusEduardo/EndBallsGriffinR
Created constant for easier Ball Expansion.
2020-07-14Give proper names to some functionsDizzyEggg
2020-07-13Clean up some frontier mon use in battle factoryGriffinR
2020-07-12Renamed constant,Eduardo Quezada
2020-07-11Merge pull request #1092 from PikalaxALT/ubfixPikalaxALT
Fix some UB exposed with GCC 10.1.0
2020-07-11Fix some UB exposed with GCC 10.1.0PikalaxALT
2020-07-09Merge pull request #1091 from Flametix/targetPikalaxALT
Replace magic number with MOVE_TARGET_BOTH
2020-07-09Merge pull request #1090 from Ryuhouji/patch-3PikalaxALT
Made documentation more readable
2020-07-09Fix indentationRyuhouji
2020-07-09Made documentation more readableRyuhouji
This change will make the script command documentation more user-friendly to read. Additionally, provided the information on the 'delay' macro. I have confirmed that this is indeed Frames and not Milliseconds. Updated the macro respectively.
2020-07-09Update pokemon.cFlametix
2020-07-08Merge branch 'master' of https://github.com/pret/pokeemerald into ↵GriffinR
add-flagvarsave
2020-07-08Merge pull request #1079 from GriffinRichards/doc-confettiPikalaxALT
Document Contest Util and confetti effects
2020-07-08Merge branch 'master' into add-localidsGriffinR
2020-07-08Merge pull request #1078 from GriffinRichards/move-criesPikalaxALT
Move Pokemon cries to own directory
2020-07-08Merge branch 'master' of https://github.com/pret/pokeemerald into doc-confettiGriffinR
2020-07-08Merge pull request #1069 from GriffinRichards/doc-linkPikalaxALT
Document linking
2020-07-08Merge pull request #1087 from ipatix/fix_aggressive_loop_optimizationsPikalaxALT
fix aggressive loop optimizations
2020-07-07Merge pull request #1089 from PokeCodec/patch-1PikalaxALT
Match CreatePokeDexList
2020-07-07Match CreatePokeDexListPokeCodec
Cherry-picked from the pret Ruby repo
2020-07-06Document starter_choose.cGriffinR
2020-07-05fix aggressive loop optimizationsMichael Panzlaff
Previously, aggressive loop optimizations with a new compiler were not possible due to undefined behaviour at end of arrays. A macro "UBFIX" is added to allow ifdefs for fixes which resolve undefined behavior. For example newer GCC versions will detect various bugs in the original game code and will otherwise not compile with -Werror.
2020-06-29Fix segfault in gbagfxGriffinR
2020-06-26Use charmap constants for PLAY_SEGriffinR
2020-06-24Byte-align daily flagsGriffinR
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR
2020-06-23Add missed deoxys rock local idGriffinR
2020-06-22Add local object event ids for referenced objectsGriffinR
2020-06-21Created constant for easier Ball Expansion.Eduardo Quezada
2020-06-18Specify confetti util nameGriffinR
2020-06-18Rename contest_link_80FC4F4, 80F57C4, and 81D9DE4GriffinR
2020-06-18Document contest resultsGriffinR
2020-06-17Rename rom_81520A8GriffinR
2020-06-17Document confettiGriffinR