summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-14Merge pull request #779 from Sierraffinity/masterGriffinR
gbagfx: Various fixes and improvements
2020-07-07Merge pull request #793 from PokeCodec/patch-1PikalaxALT
Match SortPokedex
2020-07-07Removed 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-24Merge pull request #786 from kazblox/masterPikalaxALT
More simple NONMATCHING fixes:
2020-05-24Nonmatching 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-23Merge pull request #785 from kazblox/masterPikalaxALT
Port CreateMinimizeSprite from pokeemerald
2020-05-23Oops.kazblox
2020-05-23shadow_minimize.c: match CreateMinimizeSpritekazblox
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-21Fix clang warningSierraffinity
2020-05-20Merge pull request #784 from Missingmew/unused-decompressPikalaxALT
Switch to pret short-types and tabs vs spaces
2020-05-20Merge pull request #782 from Kurausukun/patch-1PikalaxALT
Fix compilation on gcc 10
2020-05-21switch to pret short-types and tabs vs spacesMissingmew
2020-05-20Merge pull request #783 from Missingmew/unused-decompressPikalaxALT
Decompile unref_sub_800D42C
2020-05-20Decompile unref_sub_800D42C and add very likely explanationMissingmew
2020-05-18Fix compilation on gcc 10Kurausukun
2020-05-18Fix compilation on gcc 10Kurausukun
2020-04-28More trainer type usageGriffinR
2020-04-28Generalize oamtable nameGriffinR
2020-04-28Use trainer type constantsGriffinR
2020-04-28Index heal location data, use better namesGriffinR
2020-04-22Bump Travis Ubuntu distributionSierraffinity
2020-04-22gbagfx: Check for nullptr for new output pathSierraffinity
2020-04-22gbagfx: Various fixes and improvementsSierraffinity
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-10Merge pull request #778 from garakmon/encountergroupsPikalaxALT
only add endif where ifdef was added by wild_encounter inja template
2020-04-06only add endif where ifdef was added by wild_encounter inja templategarakmon
2020-04-04Merge pull request #777 from pret/PikalaxALT-patch-2PikalaxALT
Bump devkitARM
2020-04-04Bump devkitARMPikalaxALT
2020-03-06Merge pull request #775 from PikalaxALT/match_mult_palsPikalaxALT
Match three funcs in field_effect.c
2020-02-27Match three funcs in field_effect.cPikalaxALT
2020-02-19Merge pull request #774 from Diegoisawesome/aif2pcmPikalaxALT
Fix aif2pcm Pascal string bug and follow AIFF loop point standard
2020-02-19Make aif2pcm looping not dependent on order of MARK and INST chunksDiegoisawesome
2020-02-19Merge pull request #772 from coltongit/patch-1PikalaxALT
Move pokeemerald calcrom.pl to pokeruby
2020-02-18Fix aif2pcm Pascal string bug and follow AIFF loop point standardDiegoisawesome
2020-02-13No need to wildcard sections in base ld_scriptPikalaxALT
2020-02-13Merge pull request #742 from PikalaxALT/modern_gccPikalaxALT
Modern gcc
2020-02-13Fix gBattleScriptsForMoveEffects alignmentPikalaxALT
2020-02-13Merge branch 'master' into modern_gccPikalaxALT
2020-02-13Wildcard sections in ld scriptPikalaxALT
2020-02-13Merge branch 'master' into modern_gccPikalaxALT
2020-02-13Merge pull request #763 from GriffinRichards/sync-makefilePikalaxALT
Add shasum in addition to sha1sum
2020-02-13Move pokeemerald calcrom.pl to pokerubyColton 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-12Restructure src/data/object_events and src/data/field_effectsMarcus Huderle
2020-02-12Use named C arrays for event obj movement dataMarcus Huderle
2020-02-12Sync with pret/pokeemerald:959GriffinR
2020-02-12Rename event_obj_lock to event_object_lockGriffinR
2020-02-12Fix event object include guards and constant filenamesGriffinR
2020-02-12Standardize Event Object to Object EventGriffinR
2020-01-10Merge pull request #771 from PikalaxALT/match_sub_8043740PikalaxALT
Match sub_8043740
2020-01-10Match sub_8043740PikalaxALT
2019-12-17Fix name errorPikalaxALT