summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
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
2019-05-25USE PROTAGDizzyEggg
2019-05-25Rename PKMN TRAINER CALSS 4DizzyEggg
2019-05-22Documenting bags, berries and graphicsPapa Cancer
Bag graphics and berry graphics mostly documented item_menu.c significantly documented Bag structs documented and functions renamed to match formatting
2019-05-18Fix typos (#713)Flametix
* fix typos
2019-05-17Use array count for trainer partiesDizzyEggg
2019-05-16rename gFacilityClassPicsByIndex to gLinkPlayerFacilityClassesgarak
2019-05-16name some trainer card related functionsgarak
2019-05-16ability random define for battle pyramindDizzyEggg
2019-05-16Change abilities in base stats to arrayDizzyEggg
2019-05-16use ability num instead of alt abilityDizzyEggg
2019-05-15Further documentation of party_menu.cSlawter666
2019-05-15Minor party_menu.c documentationSlawter666
2019-05-11Merge branch 'master' into dodrio_berry_pickingPikalaxALT
2019-05-08Convert wild encounter data to JSONMarcus Huderle
2019-05-03Fix indentationhuderlem
2019-05-03Update comparisonhjk321
2019-05-03Fix indentation Errorhjk321
2019-05-03Document MON_DATA_10hjk321
2019-05-03Document magic number from atk04_critcalchjk321
2019-05-02through sub_81CA0ECPikalaxALT
2019-05-02through sub_81C9F28PikalaxALT
2019-05-02sub_81C9A10PikalaxALT
2019-05-02through sub_81C99FCPikalaxALT
2019-04-22Fix some labels and include decorations.hFontbane
Include decorations.h in shop.c Include decorations.h in event_scripts.s
2019-04-22Doc some event scriptsFontbane
Doc decoration shops Revert "Doc decoration shops" This reverts commit 64d935ea0dc942c32b89487137e5703fce34b435. Document through comments Un-revert decor documentation
2019-04-22Doc most OnTransitionsFontbane