summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-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-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
2019-06-16label metatiles for general, fallarbor, and sootopolis gym tilesetsgarak
2019-06-16label metatiles for pacifidlog and fortree bridgesgarak
2019-06-16label regi cave metatilesgarak
2019-06-16label remaining metatiles in field_specials.cgarak
2019-06-16give metatile labels to petalburg gym and pcsgarak
2019-06-16label mauville gym metatilesgarak
2019-05-26Some pokenav workDizzyEggg
2019-05-26Make nonmatching PSS functions functionally equivalentDizzyEggg
2019-05-25Use event object constantsSlawter666
2019-05-25change cooltrainer unused class nameDizzyEggg