Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-15 | Add comments explaining asm in pokedex.c | Phlosioneer | |
I added comments to each of the asm functions explaining why they won't match with the C. I also got one of the functions much closer to matching. | |||
2019-02-14 | Merge pull request #556 from DizzyEggg/patch-2 | Diegoisawesome | |
Fix two battle scripting macros | |||
2019-02-14 | Fix two battle scripting macros | DizzyEggg | |
2019-02-13 | Merge pull request #555 from Diegoisawesome/master | Diegoisawesome | |
scaninc: Fix C comment consumption logic | |||
2019-02-13 | Fix C comment consumption logic | Diegoisawesome | |
2019-02-13 | Merge pull request #548 from Phlosioneer/intro-movie-state-machine | Diegoisawesome | |
Document the intro movie state machine | |||
2019-02-13 | Fix spelling of Rayquaza | Phlosioneer | |
2019-02-13 | Merge pull request #550 from Phlosioneer/name-palette-return-values | Diegoisawesome | |
Name the possible return values of palette fading functions | |||
2019-02-12 | Merge branch 'master' of github.com:pret/pokeemerald | Diegoisawesome | |
2019-02-12 | Clear up misnamed time-based flags and functions | Diegoisawesome | |
2019-02-10 | Merge pull request #552 from Phlosioneer/ignore-trigraph-warning | Diegoisawesome | |
Ignore trigraph warning | |||
2019-02-10 | Ignore trigraph warning | Phlosioneer | |
2019-02-09 | Change negative constant into unsigned hex constant | Phlosioneer | |
2019-02-09 | Name the possible return values of palette fading functions | Phlosioneer | |
Also replace implicit conversion from gPalette.active into a status with if statements, to make the return value clear. I've also added comments when the check is redundant. | |||
2019-02-09 | Document the intro movie state machine | Phlosioneer | |
Need to study the water droplet animation more closely before they can be renamed; otherwise, this names every major symbol in this file. | |||
2019-02-09 | Give proper names to dynamic map layouts | Marcus Huderle | |
2019-02-08 | Fully document tileset animations | Marcus Huderle | |
2019-02-08 | Cleanup externs in overworld.c | Marcus Huderle | |
2019-02-08 | Document some battle dome stuff | Marcus Huderle | |
2019-02-08 | Document battle arena | Marcus Huderle | |
2019-02-07 | Remove old rom_818CFC8.h header | Marcus Huderle | |
2019-02-07 | Document battle pike | Marcus Huderle | |
2019-02-07 | Document battle factory functions | Marcus Huderle | |
2019-02-07 | Fix typo | Marcus Huderle | |
2019-02-07 | Document more battle pyramid | Marcus Huderle | |
2019-02-06 | Document a bunch of battle pyramid | Marcus Huderle | |
2019-02-06 | Document some battle anim things | Marcus Huderle | |
2019-02-05 | Merge pull request #544 from Diegoisawesome/master | huderlem | |
Add json to list of LF line-end files | |||
2019-02-05 | Merge branch 'master' of github.com:pret/pokeemerald | Diegoisawesome | |
2019-02-05 | Add json to list of LF line-end files | Diegoisawesome | |
2019-02-04 | Merge pull request #543 from pret/mapdata | huderlem | |
Convert map data to JSON | |||
2019-02-04 | Cleanup and add game version flag to mapjson tool | Marcus Huderle | |
2019-02-04 | Merge pull request #542 from Slawter666/pss | Diegoisawesome | |
Label some summary screen functions | |||
2019-02-04 | Some more labelling | Slawter666 | |
2019-02-04 | More documentation | Slawter666 | |
2019-02-04 | Label some more functions | Slawter666 | |
2019-02-03 | convert mapjson.py to mapjson.cpp | garak | |
2019-02-02 | Label some summary screen functions | Slawter666 | |
2019-02-02 | Merge pull request #541 from Diegoisawesome/master | Diegoisawesome | |
Misc documentation | |||
2019-02-02 | Document trainer backsprites | Diegoisawesome | |
2019-02-02 | Merge pull request #536 from DizzyEggg/menu | Diegoisawesome | |
Use Menu and List Menu input defines | |||
2019-02-02 | tabs | DizzyEggg | |
2019-02-02 | Merge pull request #539 from DizzyEggg/ram_vars | Diegoisawesome | |
Move ram vars in sym files to C | |||
2019-02-02 | Merge pull request #538 from DizzyEggg/data | Diegoisawesome | |
Dump last battle anim file | |||
2019-02-02 | Merge pull request #537 from DizzyEggg/bttle | Diegoisawesome | |
Name battle's action 11 | |||
2019-02-02 | Clean up ram vars | DizzyEggg | |
2019-02-02 | Dump last battle anim file | DizzyEggg | |
2019-02-02 | Name action 11 | DizzyEggg | |
2019-02-02 | Fix Menu and List Menu input defines | DizzyEggg | |
2019-02-02 | Add constants for flags and vars | Diegoisawesome | |