Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-14 | Merge pull request #779 from Sierraffinity/master | GriffinR | |
gbagfx: Various fixes and improvements | |||
2020-07-07 | Merge pull request #793 from PokeCodec/patch-1 | PikalaxALT | |
Match SortPokedex | |||
2020-07-07 | Removed need for asm("") | PokeCodec | |
The assembly for comparing r5 is lsr r5, r1, #0x18, so having that be a bool32 makes no sense. After I set r5 to the same type as i, and moved the variables to the top to prevent the cross jump optimization, I found the asm was no longer needed! | |||
2020-05-24 | Merge pull request #786 from kazblox/master | PikalaxALT | |
More simple NONMATCHING fixes: | |||
2020-05-24 | Nonmatching fixes: | Kaz | |
wild_encounter.c: port Feebas fix which was somehow in pokeemerald but not here battle/anim/unused_9.c: match sub_80CFE2C (obfuscation of for variable when used in offsets) field_effect_helpers.c: port MATCHING fixes from pokeemerald tv.c: match sub_80C01D4 (uses a temp) | |||
2020-05-23 | Merge pull request #785 from kazblox/master | PikalaxALT | |
Port CreateMinimizeSprite from pokeemerald | |||
2020-05-23 | Oops. | kazblox | |
2020-05-23 | shadow_minimize.c: match CreateMinimizeSprite | kazblox | |
This is the same as the pokeemerald function, except that matrixNum is signed. Also bring name consistency in shadow_minimize.c with pokeemerald, too. | |||
2020-05-21 | Fix clang warning | Sierraffinity | |
2020-05-20 | Merge pull request #784 from Missingmew/unused-decompress | PikalaxALT | |
Switch to pret short-types and tabs vs spaces | |||
2020-05-20 | Merge pull request #782 from Kurausukun/patch-1 | PikalaxALT | |
Fix compilation on gcc 10 | |||
2020-05-21 | switch to pret short-types and tabs vs spaces | Missingmew | |
2020-05-20 | Merge pull request #783 from Missingmew/unused-decompress | PikalaxALT | |
Decompile unref_sub_800D42C | |||
2020-05-20 | Decompile unref_sub_800D42C and add very likely explanation | Missingmew | |
2020-05-18 | Fix compilation on gcc 10 | Kurausukun | |
2020-05-18 | Fix compilation on gcc 10 | Kurausukun | |
2020-04-28 | More trainer type usage | GriffinR | |
2020-04-28 | Generalize oamtable name | GriffinR | |
2020-04-28 | Use trainer type constants | GriffinR | |
2020-04-28 | Index heal location data, use better names | GriffinR | |
2020-04-22 | Bump Travis Ubuntu distribution | Sierraffinity | |
2020-04-22 | gbagfx: Check for nullptr for new output path | Sierraffinity | |
2020-04-22 | gbagfx: Various fixes and improvements | Sierraffinity | |
Bring over Huffman compression/decompression from pokeemerald Fix num_colors exceeding amount of colors in palette leading to use of uninitialized colors Handle png -> pal conversion (aka extracting JASC palettes from png) Allow JASC pal files to be used as -palette argument when converting from GBA to PNG Allow using only file extension as output to reuse entire path from input before extension | |||
2020-04-10 | Merge pull request #778 from garakmon/encountergroups | PikalaxALT | |
only add endif where ifdef was added by wild_encounter inja template | |||
2020-04-06 | only add endif where ifdef was added by wild_encounter inja template | garakmon | |
2020-04-04 | Merge pull request #777 from pret/PikalaxALT-patch-2 | PikalaxALT | |
Bump devkitARM | |||
2020-04-04 | Bump devkitARM | PikalaxALT | |
2020-03-06 | Merge pull request #775 from PikalaxALT/match_mult_pals | PikalaxALT | |
Match three funcs in field_effect.c | |||
2020-02-27 | Match three funcs in field_effect.c | PikalaxALT | |
2020-02-19 | Merge pull request #774 from Diegoisawesome/aif2pcm | PikalaxALT | |
Fix aif2pcm Pascal string bug and follow AIFF loop point standard | |||
2020-02-19 | Make aif2pcm looping not dependent on order of MARK and INST chunks | Diegoisawesome | |
2020-02-19 | Merge pull request #772 from coltongit/patch-1 | PikalaxALT | |
Move pokeemerald calcrom.pl to pokeruby | |||
2020-02-18 | Fix aif2pcm Pascal string bug and follow AIFF loop point standard | Diegoisawesome | |
2020-02-13 | No need to wildcard sections in base ld_script | PikalaxALT | |
2020-02-13 | Merge pull request #742 from PikalaxALT/modern_gcc | PikalaxALT | |
Modern gcc | |||
2020-02-13 | Fix gBattleScriptsForMoveEffects alignment | PikalaxALT | |
2020-02-13 | Merge branch 'master' into modern_gcc | PikalaxALT | |
2020-02-13 | Wildcard sections in ld script | PikalaxALT | |
2020-02-13 | Merge branch 'master' into modern_gcc | PikalaxALT | |
2020-02-13 | Merge pull request #763 from GriffinRichards/sync-makefile | PikalaxALT | |
Add shasum in addition to sha1sum | |||
2020-02-13 | Move pokeemerald calcrom.pl to pokeruby | Colton G. Rushton | |
This will allow for the documentation stuff to show in pokeruby's OKBot script, much like it already does with pokeemerald. Testing would be much appreciated here. | |||
2020-02-12 | Restructure src/data/object_events and src/data/field_effects | Marcus Huderle | |
2020-02-12 | Use named C arrays for event obj movement data | Marcus Huderle | |
2020-02-12 | Sync with pret/pokeemerald:959 | GriffinR | |
2020-02-12 | Rename event_obj_lock to event_object_lock | GriffinR | |
2020-02-12 | Fix event object include guards and constant filenames | GriffinR | |
2020-02-12 | Standardize Event Object to Object Event | GriffinR | |
2020-01-10 | Merge pull request #771 from PikalaxALT/match_sub_8043740 | PikalaxALT | |
Match sub_8043740 | |||
2020-01-10 | Match sub_8043740 | PikalaxALT | |
2019-12-17 | Fix name error | PikalaxALT | |