Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-17 | Rename pokenav file | Phlosioneer | |
2019-02-17 | Fix formatting | Phlosioneer | |
2019-02-17 | Tabs converted to spaces. | Phlosioneer | |
Oops. | |||
2019-02-17 | Remove guess code, fix pointer formatting | Phlosioneer | |
2019-02-17 | Reformat braces | Phlosioneer | |
2019-02-17 | More data moved into C code | Phlosioneer | |
2019-02-17 | Move more data into pokenav, name some strings | Phlosioneer | |
2019-02-17 | Start moving pokenav data into C files | Phlosioneer | |
The types and usage of many of the globals are now known. | |||
2019-02-17 | Decompiled three more functions. | Phlosioneer | |
2019-02-17 | Decompiled 4 more functions | Phlosioneer | |
2019-02-17 | Decompiled 5 functions | Phlosioneer | |
Was unable to decompile sub_81C79BC. | |||
2019-02-17 | Decompiled sub_81C7990 | Phlosioneer | |
2019-02-17 | With help, sub_81C795C has been tamed. | Phlosioneer | |
Thanks to Garak on the discord server. | |||
2019-02-17 | Decompiled 2 functions, unable to decompile 1. | Phlosioneer | |
sub_81C795C could not be decompiled due to register naming issues. However, its structure was correctly matched, so I have left the C code and a comment explaining the issue. | |||
2019-02-17 | Decompiled 5 functions for unknown structs | Phlosioneer | |
2019-02-17 | Decompiled sub_81C7764 | Phlosioneer | |
2019-02-17 | Decompiled three more small functions | Phlosioneer | |
2019-02-17 | Decompiled sub_81C76C4 | Phlosioneer | |
2019-02-17 | Decompiled several setters and getters | Phlosioneer | |
2019-02-17 | Decompiled several trivial functions | Phlosioneer | |
2019-02-17 | Decompiled sub_81C756C | Phlosioneer | |
Also discovered a constant that may be useful for future decompiling. Comments were added in the asm that references the constant. | |||
2019-02-17 | Decompiled sub_81C742C | Phlosioneer | |
2019-02-17 | Decompiled sub_81C7418 | Phlosioneer | |
2019-02-17 | Decompiled sub_81C7400 | Phlosioneer | |
2019-02-17 | Decompiled AnyMonHasRibbon | Phlosioneer | |
2019-02-17 | Decompiled sub_81C7360 | Phlosioneer | |
2019-02-17 | Decompiled sub_81C7334 | Phlosioneer | |
2019-02-17 | Decompiled sub_81C72BC | Phlosioneer | |
2019-02-17 | Decompiled sub_81C72A4 | Phlosioneer | |
2019-02-17 | Decompiled CB2_PokeNav | Phlosioneer | |
2019-02-17 | Decompiled sub_81C71E4 | Phlosioneer | |
2019-02-17 | Decompiled sub_81C7170. | Phlosioneer | |
2019-02-17 | Decompiled sub_81C7124 | Phlosioneer | |
2019-02-17 | Decompiled sub_81C70D8 | Phlosioneer | |
2019-02-17 | Decompiled sub_81C7078 | Phlosioneer | |
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 | |