summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-19pokenav unk 2 data decompgarak
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-10Remove unnecessary tutor learnset castsPikalaxALT
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-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-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
2019-06-26Set travis to build the gcc-8 targetPikalaxALT
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-16Another update for README.mdSatoMew
2019-06-16...and said MSYS2 is ready to be usedSatoMew
2019-06-16devkitPro includes MSYS2, not vice-versaSatoMew
2019-06-16Clarify required packages and add Cygwin migrationSatoMew
2019-06-16clean metatile constants filegarak
2019-06-16finish labeling metatilesgarak