Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-01 | Remove unnecessary comments | Revo | |
2020-10-01 | :masuda: | Revo | |
2020-10-01 | Resolve fakematch CopyGlyphToWindow. | ProjectRevoTPP | |
2020-09-27 | Merge pull request #1210 from ExpoSeed/pull-request-template | PikalaxALT | |
More concise pull request template | |||
2020-09-27 | Remove breaking change line | ExpoSeed | |
2020-09-27 | More concise pull request template | ExpoSeed | |
2020-09-27 | Create pull_request_template.md | PikalaxALT | |
2020-09-27 | Merge pull request #1205 from GriffinRichards/constants-itemdigits | PikalaxALT | |
Use constants for item digits | |||
2020-09-25 | Merge pull request #1206 from ExpoSeed/script-command-comments | GriffinR | |
Comments for script command tables | |||
2020-09-25 | Change script command table comment alignment from tabs to spaces | ExpoSeed | |
2020-09-25 | Mark unused script commands | ExpoSeed | |
2020-09-25 | Add byte comments to mystery event script command table | ExpoSeed | |
2020-09-25 | Add byte comments to script command table | ExpoSeed | |
2020-09-25 | Use constants for item digits | GriffinR | |
2020-09-23 | Merge pull request #1204 from Kurausukun/rename-2 | GriffinR | |
one more instrument | |||
2020-09-23 | one more instrument | Kurausukun | |
oops just found this one | |||
2020-09-20 | Merge pull request #1201 from tustin2121/tustin2121-patch-8 | GriffinR | |
Documenting the trainer hill floor data | |||
2020-09-20 | Review changes | tustin2121 | |
2020-09-20 | Merge pull request #1196 from Kurausukun/rename_instruments | GriffinR | |
rename instruments (again) | |||
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 | walda_phrase.c: Proper sub_81D9C90 match GET. | Kaz | |
2020-09-19 | Merge pull request #1186 from kiliwily/DocSomeBugs | GriffinR | |
Document some bugs | |||
2020-09-19 | menu_specialized.c: Fix fakematches. | Kaz | |
2020-09-19 | battle_gfx_sfx_util.c: Very annoying fakematch fix. | Kaz | |
daycare.c: -g eliminates the need for the brace hack. battle_transition.c: Fix Phase2_Ripple_Func2...? | |||
2020-09-19 | Fix typos | kiliwily | |
2020-09-19 | Update battle_util.c | kiliwily | |
2020-09-19 | Merge pull request #1197 from MeatLoaf3/patch-1 | PikalaxALT | |
Changed casts to volatile | |||
2020-09-18 | Merge pull request #1198 from PokeCodec/patch-1 | PikalaxALT | |
Specify to install Libpng-dev, not libpng | |||
2020-09-18 | Libpng-devel | Seija | |
libpng dev library needs to be installed, not libpng | |||
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-17 | rename instruments (again) | Kurausukun | |
2020-09-17 | Merge pull request #1195 from Kurausukun/audio-macro | GriffinR | |
Update Audio Macros | |||
2020-09-17 | Make all arguments for audio macros required | Kurausukun | |
2020-09-17 | field_player_avatar.c: Fix TryInterruptObjectEventSpecialAnim fakematch. | Kaz | |
2020-09-17 | Update Audio Macros | Kurausukun | |
Information: Our current audio macros preclude the definition of root key and pan (applicable when used in drumsets, aka "keysplit_all") for GB channels. However, this functionality does exist in m4a--Pokemon Emerald just happens not to use it. However, for the sake of people working with custom music, I believe these values should be modifiable by users. Additionally, given the recent events that have occurred with this repo, I would like to make something fully clear: I have indeed looked at the GBA SDK before, which contains notes on how these sounds are defined; therefore, I cannot blame you if you reject this PR on the grounds that the information is "tainted." However, this information is readily available and matches the same macros used for directsound--it's hardly information that one would need the source to know. | |||
2020-09-16 | battle_ai_script_commands.c: -g fixes the fakematch. | Kaz | |
2020-09-16 | battle_script_commands.c: Eliminate the last nonmatching (swapped expressions). | Kaz | |
2020-09-16 | Convert to -g; will be required for eliminating fakematches. | Kaz | |
2020-09-16 | Merge pull request #1194 from ExpoSeed/typo-fix | GriffinR | |
Complete TMHM Learnset description | |||
2020-09-16 | Make description slightly more precise | ExpoSeed | |
2020-09-16 | Complete TMHM Learnset description | ExpoSeed | |
2020-09-13 | Merge pull request #1190 from AsparagusEduardo/fix-UltraRope | GriffinR | |
Fixed "Ultra Rope" name. | |||
2020-09-13 | Fixed "Ultra Rope" name. | Eduardo Quezada | |
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-13 | use_pokeblock: fakematch fix. | Kaz | |
I am beginning to suspect that we should be using the gflib DMA macros everywhere wherever possible. | |||
2020-09-13 | party_menu fakematch fix | Kaz | |
2020-09-13 | Begin documenting berry_crush | Kaz | |
2020-09-12 | Match two minor functions in battle_tent and berry_crush | Kaz | |
2020-09-12 | Update bugs_and_glitches.md | kiliwily | |