Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-17 | Merge branch 'master' into document-eventscripts | GriffinR | |
2019-09-17 | Review changes for #807 | GriffinR | |
2019-09-17 | Clean up field_specials documentation | GriffinR | |
2019-09-17 | Some frontier field_specials documentation | GriffinR | |
2019-09-17 | Document some field_specials data | GriffinR | |
2019-09-16 | Fix misnamed function | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-09-03 | Merge branch 'master' into document-eventscripts | GriffinR | |
2019-08-30 | Use OTID constants for CreateMon | GriffinR | |
2019-08-14 | initial event_scripts documentation | GriffinR | |
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-05-16 | use ability num instead of alt ability | DizzyEggg | |
2019-04-05 | Clean up data headers | DizzyEggg | |
2019-03-24 | Cleanup mevent2 | Marcus Huderle | |
2019-03-17 | Merge remote-tracking branch 'upstream/master' into move-tutor | Marcus Huderle | |
# Conflicts: # include/pokenav.h # src/battle_script_commands.c | |||
2019-03-08 | Merge branch 'master' into extern-cleanup | Phlosioneer | |
2019-03-08 | Merge branch 'master' into move-tutor | Phlosioneer | |
2019-03-03 | Fully document move_tutor (formerly learn_move) | Phlosioneer | |
2019-03-02 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-03-02 | Rename macro with correct name for pixel values | Phlosioneer | |
2019-03-02 | Merge pull request #587 from Phlosioneer/document-all-event-vars | huderlem | |
Document all event vars | |||
2019-03-02 | Eliminate more externs | Phlosioneer | |
2019-03-02 | Fixed decomp issue around LoadPalette | Phlosioneer | |
In LoadLinkPartnerEventObjectSpritePalette, using paletteNum += 6 causes GCC to "mark" paletteNum's register as a possible overflow, even though it performs the overflow check. Then, when passing args to LoadPalette, GCC fails to recognize that 0x100 + ((any u8) << 4) can never overflow as a u16. It then does an overflow check before calling LoadPalette. Assigning to a temp variable seems to avoid this "marking" behavior. | |||
2019-03-01 | Reduce externs | Phlosioneer | |
2019-03-01 | More minor fixes | Phlosioneer | |
2019-02-28 | Pick better names for constants | Phlosioneer | |
2019-02-28 | Add macros for metatile manipulation | Phlosioneer | |
2019-02-27 | Finish documenting event vars | Phlosioneer | |
2019-02-27 | Name more unknown vars | Phlosioneer | |
2019-02-27 | Identify unused, never read, and never written vars | Phlosioneer | |
2019-02-27 | Name most event scripts related to unusual weather | Phlosioneer | |
2019-02-27 | Reverse engineer unusual weather events | Phlosioneer | |
2019-02-26 | Missed some fill values | Phlosioneer | |
Must have forgotten to check FillWindowPixelRect. | |||
2019-02-26 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-02-22 | Document the weather state functions | Phlosioneer | |
All weather types are now documented (including WEATHER_15) | |||
2019-02-22 | Give window drawing functions better names | Phlosioneer | |
2019-02-21 | Improve window palette macros | Phlosioneer | |
2019-02-11 | Document main_menu state machine, name window constants | Phlosioneer | |
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do. | |||
2019-02-08 | Cleanup externs in overworld.c | Marcus Huderle | |
2019-02-02 | Fix Menu and List Menu input defines | DizzyEggg | |
2019-01-02 | Fix merge conflicts | Tetrable | |
2019-01-02 | Finish off labelling flags | Tetrable | |
2018-12-31 | Merge branch 'master' of github.com:pret/pokeemerald into trade | Diegoisawesome | |
2018-12-31 | Cleanup and documentation | Diegoisawesome | |
2018-12-29 | Document misc field_specials things | Marcus Huderle | |
2018-12-29 | Document deoxys rock | Marcus Huderle | |
2018-12-27 | Misc overworld documentation | Marcus Huderle | |
2018-12-24 | make it compie hopefully | DizzyEggg | |