Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge pull request #551 from Phlosioneer/multiplayer-stuff | huderlem | |
Document overworld.c and link stuff in general | |||
2019-03-01 | Fix minor errors | Phlosioneer | |
2019-02-28 | Pick better names for constants | Phlosioneer | |
2019-02-28 | Add macros for metatile manipulation | Phlosioneer | |
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-27 | Document easy chat screen types | Marcus Huderle | |
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 | pokenav | DizzyEggg | |
2019-02-22 | Document the weather state functions | Phlosioneer | |
All weather types are now documented (including WEATHER_15) | |||
2019-02-22 | Decompile more easy_chat | Marcus Huderle | |
2019-02-22 | Finish moving pokeruby vars | Phlosioneer | |
2019-02-22 | Start porting pokeruby vars to pokeemerald | Phlosioneer | |
2019-02-21 | Merge branch 'master' into multiplayer-stuff | Phlosioneer | |
2019-02-21 | Decompile chunk of easy_chat.c | Marcus Huderle | |
2019-02-20 | Decompile contest_link_80F57C4.c | Marcus Huderle | |
2019-02-19 | Decompile several contest_link_80F57C4.c functions | Marcus Huderle | |