Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-16 | more constant usage | GriffinR | |
2019-08-05 | rename town/city vars | GriffinR | |
2019-06-26 | Fix/suppress warnings when building with gcc-8 | PikalaxALT | |
2019-04-07 | Merge branch 'master' into contest-ai-cleanup | Phlosioneer | |
2019-04-05 | Document secret base | Marcus Huderle | |
2019-04-04 | RGB Constants | Phlosioneer | |
2019-04-03 | Minor fixes | PikalaxALT | |
gotoram --> returnram cmdCF/execram --> gotoram fix indentation in sym_ewram.txt fix mevent_client.h guard name | |||
2019-04-03 | Rename and document more contest setup functions | Phlosioneer | |
Also properly label the link contest flags variable, and label the contest window ID's. | |||
2019-04-01 | Document somre more weather effects | Marcus Huderle | |
2019-03-03 | Fully document move_tutor (formerly learn_move) | Phlosioneer | |
2019-03-02 | Merge pull request #587 from Phlosioneer/document-all-event-vars | huderlem | |
Document all event vars | |||
2019-03-02 | Fix tabs, do suggested rename | Phlosioneer | |
2019-03-01 | More minor fixes | Phlosioneer | |
2019-02-27 | Finish documenting event vars | Phlosioneer | |
2019-02-27 | Name several vars, document some related events | Phlosioneer | |
2019-02-27 | Name more unknown vars | Phlosioneer | |
2019-02-27 | Identify unused, never read, and never written vars | Phlosioneer | |
2019-02-27 | Reverse engineer unusual weather events | Phlosioneer | |
2019-02-26 | Merge branch 'master' into multiplayer-stuff | Phlosioneer | |
2019-02-26 | Incorporate feedback | Phlosioneer | |
2019-02-25 | Merge pull request #577 from Phlosioneer/weather-15 | huderlem | |
Document the weather state functions | |||
2019-02-25 | Source file part of map script renaming | Phlosioneer | |
2019-02-25 | Adjust formatting, rename function | Phlosioneer | |
2019-02-22 | Document the weather state functions | Phlosioneer | |
All weather types are now documented (including WEATHER_15) | |||
2019-02-18 | Clean up mistakes and bad formatting | Phlosioneer | |
2019-02-10 | Adjust constants returned by FlipVerticalAndClearForced | Phlosioneer | |
2019-02-10 | Reverse engineered many of the multiplayer events | Phlosioneer | |
Some corrections to the way events are handled and identified. | |||
2019-02-10 | Done documenting link code in overworld.c | Phlosioneer | |
2019-02-10 | Start renaming symbols | Phlosioneer | |
I finally figured out what the code is trying to do. I have a foothold; the rest should follow. | |||
2019-02-08 | Fully document tileset animations | Marcus Huderle | |
2019-02-08 | Cleanup externs in overworld.c | Marcus Huderle | |
2019-02-07 | Document more battle pyramid | Marcus Huderle | |
2019-02-06 | Document a bunch of battle pyramid | Marcus Huderle | |
2019-01-31 | Convert map data to JSON | Marcus Huderle | |
2019-01-13 | Document and clean up trainer hill | DizzyEggg | |
2019-01-02 | Decompile match_call.c | Marcus Huderle | |
2018-12-29 | Document misc field_specials things | Marcus Huderle | |
2018-12-29 | Document some fieldmap stuff | Marcus Huderle | |
2018-12-27 | Misc overworld documentation | Marcus Huderle | |
2018-12-26 | Fix BgAttributes | DizzyEggg | |
2018-12-25 | Document mirage_tower.c. (Combine fldeff_groundshake.c and fossil_specials.c) | Marcus Huderle | |
2018-12-20 | Merge with master | DizzyEggg | |
2018-12-15 | Up to sub 0x80ce580 | DizzyEggg | |
2018-12-09 | Decompile cable_car.c (#438) | Marcus Huderle | |
2018-12-09 | Merge branch 'master' into weather | DizzyEggg | |
2018-12-08 | Finish field screen | DizzyEggg | |
2018-12-08 | decompile field screen | DizzyEggg | |
2018-12-08 | Decompile field weather | DizzyEggg | |
2018-12-06 | Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵ | nullableVoidPtr | |
spaces -> tabs | |||
2018-12-06 | Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵ | nullableVoidPtr | |
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation |