Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-28 | fix formatting in slot_machine.c | hondew | |
2019-02-28 | fix spelling error | hondew | |
2019-02-28 | fix mistakes and bad formatting | hondew | |
2019-02-28 | label luckyFlags | hondew | |
2019-02-28 | minor reeltime changes | hondew | |
2019-02-28 | finish DecideReelTurns | hondew | |
2019-02-28 | clean up slot machine more | hondew | |
2019-02-28 | clean up slot machine until AwardPayout | hondew | |
2019-02-28 | document slot machine | hondew | |
2019-02-28 | get rid of ugly cast | DizzyEggg | |
2019-02-28 | VAR_0x3F20 is not a var | Phlosioneer | |
2019-02-27 | Finish documenting event vars | Phlosioneer | |
2019-02-27 | Finish documenting trainer hill | Phlosioneer | |
Trainer hill isn't anywhere close to done, but I figured out enough to name the VAR. That's all this PR should do. | |||
2019-02-27 | I guess I'm documenting Trainer Hill now | 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 | Document easy chat screen types | Marcus Huderle | |
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-26 | Fix backwards names | Phlosioneer | |
2019-02-26 | Merge branch 'master' into multiplayer-stuff | Phlosioneer | |
2019-02-26 | Incorporate feedback | Phlosioneer | |
2019-02-26 | Decompile easy_chat data | Marcus Huderle | |
2019-02-26 | Finish decompiling easy_chat.c code | Marcus Huderle | |
2019-02-26 | Easy chat nonmatchings fix | DizzyEggg | |
do {} while(0); | |||
2019-02-25 | Merge pull request #583 from huderlem/easy_chat | huderlem | |
Decompile more easy_chat.c | |||
2019-02-25 | Decompile more easy_chat.c | Marcus Huderle | |
2019-02-25 | Merge pull request #581 from arantonitis/pokemon_summary | huderlem | |
Documented/polished pokemon_summary_screen.c | |||
2019-02-25 | Merge pull request #577 from Phlosioneer/weather-15 | huderlem | |
Document the weather state functions | |||
2019-02-25 | Merge pull request #574 from Phlosioneer/event-vars | huderlem | |
Event vars | |||
2019-02-25 | Use map script constants in map script functions | Phlosioneer | |
2019-02-25 | Source file part of map script renaming | Phlosioneer | |
2019-02-25 | Merge branch 'master' into weather-15 | Phlosioneer | |
2019-02-25 | Adjust formatting, rename function | Phlosioneer | |
2019-02-25 | Merge branch 'master' into event-vars | Phlosioneer | |
2019-02-24 | Changing descriptions to not be file names | Tustin2121 | |
2019-02-24 | Document HEALTHBOX_GRX_* in battle_interface.c | tustin2121 | |
Most of these are referenced via offsets, like the HP bar, which uses [0 pixels] + (number of pixels) to reference which chunk to draw. Each corresponds to a 16x16 pixel in the graphic named. Up to you guys if you want to rename the constants. | |||
2019-02-24 | Decompile more of easy_chat.c | Marcus Huderle | |
2019-02-23 | Moved ALIGNED(4) from extern to unknown struct. | Ariel Antonitis | |
2019-02-23 | Fixed broken encoding. | Ariel Antonitis | |
2019-02-23 | Removed unused filler by aligning adjacent variables | Ariel Antonitis | |
2019-02-23 | Documented/polished pokemon_summary_screen.c | Ariel Antonitis | |
Mostly variables mislabeled as global and some formerly unknown stuff. | |||
2019-02-23 | Merge pull request #578 from DizzyEggg/pokenav | Diegoisawesome | |
pokenav | |||
2019-02-23 | Decompile more easy_chat.c | Marcus Huderle | |
2019-02-23 | Decompile through sub_8167930. | ultima-soul | |
2019-02-23 | pokenav | DizzyEggg | |
2019-02-22 | Document the weather state functions | Phlosioneer | |
All weather types are now documented (including WEATHER_15) |