summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-07-26bss data to staticDizzyEggg
2019-07-25Some more pokenavDizzyEggg
2019-07-25Decompile pokemon unk 6DizzyEggg
2019-07-24Decompile pokemonav 7DizzyEggg
2019-07-23Quieter "make tools"PikalaxALT
2019-07-23tilemap glitch gpu reg fix hopefullyDizzyEggg
2019-07-20fix modern buildgarak
2019-07-20Merge branch 'master' into navdatagarak
2019-07-20Merge branch 'master' into modern_gccPikalaxALT
2019-07-19finish pokenav data decompgarak
2019-07-19decompile pokenav 7/8 datagarak
2019-07-19decompile pokenav_unk_5 datagarak
2019-07-19decompile pokenav_unk_4 rodatagarak
2019-07-19decompile pokenav_unk_3 datagarak
2019-07-19pokenav unk 2 data decompgarak
2019-07-18Resolve compile warnings in modernPikalaxALT
2019-07-11Use a constant instead of integer literals when checking for shinynessGudf
2019-07-10Remove unnecessary tutor learnset castsPikalaxALT
2019-07-09updated function name for deposit item amount to pcpokballs
2019-07-09Decompile 4 berry crush functionsDizzyEggg
2019-07-09Some pokemon jump workDizzyEggg
2019-07-07Stack-free IWRAM clearPikalaxALT
2019-07-02Merge branch 'master' into modern_gccPikalaxALT
2019-07-02Merge pull request #734 from DizzyEggg/patch-1Diegoisawesome
Match sub_81D1B40
2019-07-02Merge pull request #736 from DizzyEggg/patch-2Diegoisawesome
Match sub_802671C
2019-07-02Merge pull request #737 from DizzyEggg/patch-3Diegoisawesome
Match sub_800EFB0
2019-07-02Merge pull request #738 from DizzyEggg/patch-4Diegoisawesome
Match unref_sub_8119094
2019-07-02Merge pull request #739 from DizzyEggg/patch-5Diegoisawesome
Clean up code in HoldContestPainting
2019-07-01create defines to support encounter index ratiosgarak
2019-07-01Get rid of unneccesary cast in text.cDizzyEggg
2019-07-01Clean up code in HoldContestPaintingDizzyEggg
2019-07-01Match unref_sub_8119094DizzyEggg
Gotta match these unused functions, am I right?
2019-06-30Revert FLOAT_U* and DOUBLE_U* macrosPikalaxALT
2019-06-30Document pokemon_animations sprite ptr bugPikalaxALT
2019-06-30Match sub_800EFB0DizzyEggg
2019-06-30Match sub_802671CDizzyEggg
Also got sub_8026324 a bit closer, but it's still a mess.
2019-06-30Fix pokemon_animation.cPikalaxALT
2019-06-30add field info to wild pokemon jsongarak
2019-06-30Match sub_81D1B40DizzyEggg
2019-06-29fix unaligned memory access in BlendPaletteMichael Panzlaff
This problem is only going to occur in versions where the palette buffer isn't aligned to 4 bytes (which it is in a matching pokeemerald). Since agbcc returns sizeof(PlttData) = 4, it will read words instead of half words. This causes unnecessary emulator warnings in the function "BlendPalette". Aligning the buffers to 4 bytes fixes this.
2019-06-29Additional fixesPikalaxALT
Rearrange gbafix to not modify file in the event of failure Fix bug where Dma3Manager may get stuck when compiled with gcc-9.1.0
2019-06-29Wildcard bss, ewram_data, and COMMON in modern toolchainPikalaxALT
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2019-06-26Modernize codePikalaxALT
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input
2019-06-21Add comment to merged fieldPikalaxALT
2019-06-21Merge two fields in party_menu heap structPikalaxALT
2019-06-21Add comment to merged fieldPikalaxALT
2019-06-21Merge two fields in party_menu heap structPikalaxALT
2019-06-16finish src metatile labelsgarak
2019-06-16label metatiles in fldeff_cut.cgarak