Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-02 | rewrite MultiBootWaitCycles as naked function | Michael Panzlaff | |
Before, when compiling MultiBootWaitCycles with O3 and MODERN=1, you might have run into problems during optimizations when the compiler tried to optimize the function, even if declared NOINLINE. When rewriting this function as NAKED function, this no longer happens as the optimizer will treat it as black box and compilation will resume. | |||
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
2020-09-25 | Use constants for item digits | GriffinR | |
2020-09-20 | Review changes | tustin2121 | |
2020-09-20 | More documenting trainer hill | tustin2121 | |
- Renamed members and added comments in the TrHillDisplay struct. - Formatted the trainer hill data to better match the metatile layout its representing. - Documented the function which uses this data. | |||
2020-09-20 | Trainer hill location data | tustin2121 | |
Changed the trainer hill data for trainer locations, directions, and ranges from vague unusable numbers into readable data via use of preprocessor macros. | |||
2020-09-19 | Merge pull request #1186 from kiliwily/DocSomeBugs | GriffinR | |
Document some bugs | |||
2020-09-19 | Fix typos | kiliwily | |
2020-09-19 | Update battle_util.c | kiliwily | |
2020-09-18 | Changed casts to volatile | MeatLoaf3 | |
devkitArm wouldn't copy the bits properly in some instances. Casting as volatile solved the issue | |||
2020-09-16 | Make description slightly more precise | ExpoSeed | |
2020-09-16 | Complete TMHM Learnset description | ExpoSeed | |
2020-09-12 | Update pokemon.c | kiliwily | |
2020-09-12 | Bug documenting | kiliwily | |
2020-09-11 | Fix Rusboro and Lavarige typos | GriffinR | |
2020-09-10 | Change according to feedback | PokeCodec | |
2020-09-10 | spacing | PokeCodec | |
2020-09-10 | adjustments and fakematch fix | PokeCodec | |
2020-09-10 | Make return | PokeCodec | |
2020-09-10 | InitPaintingMonOamData fix | PokeCodec | |
2020-09-10 | Fix sub_80C6104 | PokeCodec | |
2020-09-09 | Match dewford | PokeCodec | |
2020-09-09 | Match PrintMonWeight | PokeCodec | |
2020-09-09 | Document size field of unknown struct | PokeCodec | |
2020-09-09 | Fix Pokemon Fakematch | PokeCodec | |
2020-09-09 | Record mixing fakematch fixed! | PokeCodec | |
2020-09-09 | Mail Time | PokeCodec | |
2020-09-09 | Remove register variable mention | PokeCodec | |
2020-09-09 | Match Battle Tower | PokeCodec | |
2020-09-09 | Match battle_script commands | PokeCodec | |
2020-09-09 | Fix fakematch in pokemon animation | PokeCodec | |
2020-09-09 | Fix Battle_Script_commands fakematch | PokeCodec | |
2020-09-08 | Fix battle transition fakematch | PokeCodec | |
2020-09-08 | Fix Battle util fakematch | PokeCodec | |
2020-09-08 | Remove fakematch in trainer hell | PokeCodec | |
2020-09-08 | Fix build | PokeCodec | |
2020-09-08 | Finished header includes | PokeCodec | |
2020-09-08 | Match BattleIntroOpponent1SendsOutMonAnimation | PokeCodec | |
2020-09-08 | Undo comment | PokeCodec | |
2020-09-08 | More adjustments | PokeCodec | |
2020-09-06 | Preparation for matching BattleIntroOpponent1SendsOutMonAnimation | PokeCodec | |
2020-09-06 | u8 position | PokeCodec | |
2020-09-06 | Fix casting bug | PokeCodec | |
2020-09-05 | Removed unused comment | PokeCodec | |
2020-09-05 | While to do_while | PokeCodec | |
2020-09-05 | Change division to explicit shifts for consistency | PokeCodec | |
2020-09-05 | Refactor Use Item | PokeCodec | |
2020-09-05 | Specify array size: 12 semitones | PokeCodec | |
2020-09-05 | Tidy up headers | PokeCodec | |
2020-09-05 | Remove movementAction fakematch | PokeCodec | |