summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-20Merge pull request #1196 from Kurausukun/rename_instrumentsGriffinR
rename instruments (again)
2020-09-19Merge pull request #1186 from kiliwily/DocSomeBugsGriffinR
Document some bugs
2020-09-19Fix typoskiliwily
2020-09-19Update battle_util.ckiliwily
2020-09-19Merge pull request #1197 from MeatLoaf3/patch-1PikalaxALT
Changed casts to volatile
2020-09-18Merge pull request #1198 from PokeCodec/patch-1PikalaxALT
Specify to install Libpng-dev, not libpng
2020-09-18Libpng-develSeija
libpng dev library needs to be installed, not libpng
2020-09-18Changed casts to volatileMeatLoaf3
devkitArm wouldn't copy the bits properly in some instances. Casting as volatile solved the issue
2020-09-17rename instruments (again)Kurausukun
2020-09-17Merge pull request #1195 from Kurausukun/audio-macroGriffinR
Update Audio Macros
2020-09-17Make all arguments for audio macros requiredKurausukun
2020-09-17Update Audio MacrosKurausukun
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-16Merge pull request #1194 from ExpoSeed/typo-fixGriffinR
Complete TMHM Learnset description
2020-09-16Make description slightly more preciseExpoSeed
2020-09-16Complete TMHM Learnset descriptionExpoSeed
2020-09-13Merge pull request #1190 from AsparagusEduardo/fix-UltraRopeGriffinR
Fixed "Ultra Rope" name.
2020-09-13Fixed "Ultra Rope" name.Eduardo Quezada
2020-09-12Update bugs_and_glitches.mdkiliwily
2020-09-12Update pokemon.ckiliwily
2020-09-12Update bugs_and_glitches.mdkiliwily
2020-09-12Update bugs_and_glitches.mdkiliwily
2020-09-12Update bugs_and_glitches.mdkiliwily
2020-09-12Update bugs_and_glitches.mdkiliwily
2020-09-12Update bugs_and_glitches.mdkiliwily
2020-09-12Update bugs_and_glitches.mdkiliwily
2020-09-12Update bugs_and_glitches.mdkiliwily
2020-09-12Bug documentingkiliwily
2020-09-11Merge pull request #1184 from GriffinRichards/fix-typosGriffinR
Fix Rusboro and Lavarige typos
2020-09-11Fix Rusboro and Lavarige typosGriffinR
2020-09-10Merge pull request #1183 from PokeCodec/PokemonLogicFixPikalaxALT
Match Dewford
2020-09-10Change according to feedbackPokeCodec
2020-09-10spacingPokeCodec
2020-09-10adjustments and fakematch fixPokeCodec
2020-09-10Make returnPokeCodec
2020-09-10InitPaintingMonOamData fixPokeCodec
2020-09-10Fix sub_80C6104PokeCodec
2020-09-09Match dewfordPokeCodec
2020-09-09Match PrintMonWeightPokeCodec
2020-09-09Merge pull request #1182 from PokeCodec/PokemonLogicFixPikalaxALT
Fix more fakematches
2020-09-09Document size field of unknown structPokeCodec
2020-09-09Fix Pokemon FakematchPokeCodec
2020-09-09Type adjustPokeCodec
2020-09-09Record mixing fakematch fixed!PokeCodec
2020-09-09Mail TimePokeCodec
2020-09-09Remove register variable mentionPokeCodec
2020-09-09Match Battle TowerPokeCodec
2020-09-09Match battle_script commandsPokeCodec
2020-09-09Fix fakematch in pokemon animationPokeCodec
2020-09-09Fix Battle_Script_commands fakematchPokeCodec
2020-09-08Merge pull request #1181 from PokeCodec/trainer-hillPikalaxALT
Remove fakematch in trainer_hill.c