summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-01Get rid of unneccesary cast in text.cDizzyEggg
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-21Add comment to merged fieldPikalaxALT
2019-06-21Merge two fields in party_menu heap structPikalaxALT
2019-06-16clean metatile constants filegarak
2019-06-16finish labeling metatilesgarak
2019-06-16continue labeling metatiles for scriptsgarak
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-06-16add METATILE_ID macrogarak
2019-05-26Some pokenav workDizzyEggg
2019-05-26Make nonmatching PSS functions functionally equivalentDizzyEggg
2019-05-25Use event object constantsSlawter666
2019-05-25Use constants for new game berries setting scriptDizzyEggg
2019-05-25change cooltrainer unused class nameDizzyEggg
2019-05-25USE PROTAGDizzyEggg
2019-05-25Rename PKMN TRAINER CALSS 4DizzyEggg
2019-05-25rename instrument samplesKurausukun
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-15Use PLAYER_NAME_LENGTH constantDizzyEggg
2019-05-13Use species constants for VAR_TEMP_1 before givemonFontbane
2019-05-12Merge pull request #630 from PikalaxALT/dodrio_berry_pickinghuderlem
Dodrio berry picking
2019-05-11Merge branch 'master' into dodrio_berry_pickingPikalaxALT
2019-05-08Fix buildingPikalaxALT
2019-05-08Better dependency handling for wild_encountersPikalaxALT
2019-05-08Convert wild encounter data to JSONMarcus Huderle
2019-05-08Create jsonproc toolMarcus Huderle
Add custom function hooks to jsonproc Add jsonproc to build_tools.sh Newer g++
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-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