summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-30Merge pull request #758 from ultima-soul/nonmatchingDiegoisawesome
Match TryInterruptEventObjectSpecialAnim without asm hack.
2019-07-29Match TryInterruptEventObjectSpecialAnim without asm hack.ultima-soul
2019-07-27Merge pull request #753 from DizzyEggg/pokenav7PikalaxALT
Decompile some pokenav
2019-07-26bss data to staticDizzyEggg
2019-07-25Some more pokenavDizzyEggg
2019-07-25Decompile pokemon unk 6DizzyEggg
2019-07-25Merge branch 'master' into pokenav7DizzyEggg
2019-07-24Decompile pokemonav 7DizzyEggg
2019-07-24Fix "arm-none-eabi-gcc not found" error (#751)PikalaxALT
2019-07-23Quieter "make tools"PikalaxALT
2019-07-23Merge pull request #750 from DizzyEggg/patch-7PikalaxALT
tilemap glitch gpu reg fix hopefully
2019-07-23tilemap glitch gpu reg fix hopefullyDizzyEggg
2019-07-22Fix PREPARE_MOVE_BUFFER macro (#749)Sewef
2019-07-20Merge pull request #732 from PikalaxALT/modern_gccPikalaxALT
Modernize code for compatibility with later releases of GCC
2019-07-20Pad the GBA using gbafix instead of objcopyPikalaxALT
2019-07-20Merge branch 'master' into modern_gccPikalaxALT
2019-07-19Deprecate build_tools.shPikalaxALT
2019-07-18Resolve compile warnings in modernPikalaxALT
2019-07-12Merge pull request #745 from Gudf/masterDiegoisawesome
Use a constant instead of integer literals when checking for shinyness
2019-07-11Use a constant instead of integer literals when checking for shinynessGudf
2019-07-11Merge pull request #743 from aaaaaa123456789/masterDiegoisawesome
Fix LD script to not contain huge gap sections
2019-07-10Fix LD script to not contain huge gap sectionsaaaaaa123456789
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-02Fix libgcc pathPikalaxALT
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-02Merge pull request #740 from DizzyEggg/patch-6Diegoisawesome
Get rid of unneccesary cast in text.c
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-30Match sub_81D1B40DizzyEggg
2019-06-29Misc. changesPikalaxALT
use the TOOLCHAIN variable instead of overriding DEVKITARM remove redunant DEBUG variable, substitute DINFO
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-28Support for non-dkA toolchainsPikalaxALT
2019-06-27Indentation fix in ld_scriptsPikalaxALT
2019-06-26Simplify ld_script for modern, use devkitARM libsPikalaxALT