Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-01 | Get rid of unneccesary cast in text.c | DizzyEggg | |
2019-06-29 | fix unaligned memory access in BlendPalette | Michael 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-21 | Add comment to merged field | PikalaxALT | |
2019-06-21 | Merge two fields in party_menu heap struct | PikalaxALT | |
2019-06-16 | clean metatile constants file | garak | |
2019-06-16 | finish labeling metatiles | garak | |
2019-06-16 | continue labeling metatiles for scripts | garak | |
2019-06-16 | finish src metatile labels | garak | |
2019-06-16 | label metatiles in fldeff_cut.c | garak | |
2019-06-16 | label metatiles for general, fallarbor, and sootopolis gym tilesets | garak | |
2019-06-16 | label metatiles for pacifidlog and fortree bridges | garak | |
2019-06-16 | label regi cave metatiles | garak | |
2019-06-16 | label remaining metatiles in field_specials.c | garak | |
2019-06-16 | give metatile labels to petalburg gym and pcs | garak | |
2019-06-16 | label mauville gym metatiles | garak | |
2019-06-16 | add METATILE_ID macro | garak | |
2019-05-26 | Some pokenav work | DizzyEggg | |
2019-05-26 | Make nonmatching PSS functions functionally equivalent | DizzyEggg | |
2019-05-25 | Use event object constants | Slawter666 | |
2019-05-25 | Use constants for new game berries setting script | DizzyEggg | |
2019-05-25 | change cooltrainer unused class name | DizzyEggg | |
2019-05-25 | USE PROTAG | DizzyEggg | |
2019-05-25 | Rename PKMN TRAINER CALSS 4 | DizzyEggg | |
2019-05-25 | rename instrument samples | Kurausukun | |
2019-05-22 | Documenting bags, berries and graphics | Papa Cancer | |
Bag graphics and berry graphics mostly documented item_menu.c significantly documented Bag structs documented and functions renamed to match formatting | |||
2019-05-18 | Fix typos (#713) | Flametix | |
* fix typos | |||
2019-05-17 | Use array count for trainer parties | DizzyEggg | |
2019-05-16 | rename gFacilityClassPicsByIndex to gLinkPlayerFacilityClasses | garak | |
2019-05-16 | name some trainer card related functions | garak | |
2019-05-16 | ability random define for battle pyramind | DizzyEggg | |
2019-05-16 | Change abilities in base stats to array | DizzyEggg | |
2019-05-16 | use ability num instead of alt ability | DizzyEggg | |
2019-05-15 | Further documentation of party_menu.c | Slawter666 | |
2019-05-15 | Minor party_menu.c documentation | Slawter666 | |
2019-05-15 | Use PLAYER_NAME_LENGTH constant | DizzyEggg | |
2019-05-13 | Use species constants for VAR_TEMP_1 before givemon | Fontbane | |
2019-05-12 | Merge pull request #630 from PikalaxALT/dodrio_berry_picking | huderlem | |
Dodrio berry picking | |||
2019-05-11 | Merge branch 'master' into dodrio_berry_picking | PikalaxALT | |
2019-05-08 | Fix building | PikalaxALT | |
2019-05-08 | Better dependency handling for wild_encounters | PikalaxALT | |
2019-05-08 | Convert wild encounter data to JSON | Marcus Huderle | |
2019-05-08 | Create jsonproc tool | Marcus Huderle | |
Add custom function hooks to jsonproc Add jsonproc to build_tools.sh Newer g++ | |||
2019-05-03 | Fix indentation | huderlem | |
2019-05-03 | Update comparison | hjk321 | |
2019-05-03 | Fix indentation Error | hjk321 | |
2019-05-03 | Document MON_DATA_10 | hjk321 | |
2019-05-03 | Document magic number from atk04_critcalc | hjk321 | |
2019-04-22 | Fix some labels and include decorations.h | Fontbane | |
Include decorations.h in shop.c Include decorations.h in event_scripts.s | |||
2019-04-22 | Doc some event scripts | Fontbane | |
Doc decoration shops Revert "Doc decoration shops" This reverts commit 64d935ea0dc942c32b89487137e5703fce34b435. Document through comments Un-revert decor documentation | |||
2019-04-22 | Doc most OnTransitions | Fontbane | |