Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-22 | remove naked asm (oops) | Kurausukun | |
2020-10-22 | re-match GetConnectedChildStrength | Kurausukun | |
2020-10-21 | Eliminate goto in ItemUseCB_Medicine | Thomas Winwood | |
2020-10-21 | re-match battle_anim_water functions (from #1136) | Kurausukun | |
2020-10-21 | re-match GLYPH_COPY | Kurausukun | |
2020-10-21 | re-match battle_anim_flying functions (from #1126) | Kurausukun | |
2020-10-21 | re-do "match function signatures" (from #1119) | Kurausukun | |
not a matching, but I don't see why we shouldn't do this | |||
2020-10-19 | re-match CreateWaterPulseRingBubbles | Kurausukun | |
2020-10-19 | re-match InitObjectEventStateFromTemplate | Kurausukun | |
2020-10-19 | re-match RotateAuroraRingColors_Step | Kurausukun | |
2020-10-19 | re-remove extra semicolons (from #1104) | Kurausukun | |
2020-10-16 | Remove newline | Kurausukun | |
2020-10-16 | formatting | Kurausukun | |
2020-10-16 | [LEAK INFORMED] match FadeOutBody | Kurausukun | |
2020-10-11 | Merge pull request #1229 from ghoulslash/document | GriffinR | |
start pokenav documentation | |||
2020-10-11 | renamed pokenav graphics file fixes | Evan | |
2020-10-11 | align pokenav task funcs and update some pokenav menu bg gfx files | Evan | |
2020-10-11 | Document gUnknown_03006298 | kageru | |
2020-10-10 | start pokenav documentation | Evan | |
2020-10-05 | Add ITEM6_HEAL constants, change move flags to shifts | GriffinR | |
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-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183. | |||
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 | |