Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-17 | Merge pull request #558 from Phlosioneer/check-pokedex-asm | Diegoisawesome | |
Add comments explaining the remaining asm in pokedex.c | |||
2019-02-17 | Merge pull request #564 from garakmon/vram | Diegoisawesome | |
use macros for VRAM offsets | |||
2019-02-17 | use BG_SCREEN_ADDR macro for tilemap addresses | garak | |
2019-02-16 | use BG_CHAR_ADDR define | garak | |
2019-02-16 | Use strings for map json trainer_type and trainer_sight_or_berry_tree_id fields | Marcus Huderle | |
2019-02-16 | use strings for map json coord_event var_value | garak | |
2019-02-15 | Document the regi* code more | Phlosioneer | |
Fixed some confusing naming, named some unknown symbols, and fixed the names of some flags. | |||
2019-02-15 | Finish and polish new_game.c | Phlosioneer | |
Only one function is left undocumented. I tried to go into the assembly to at least name it, but it clears fields in the save block that aren't even documented yet. | |||
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 branch 'master' of github.com:pret/pokeemerald into ↵ | Phlosioneer | |
main-menu-state-machine | |||
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-11 | Document main_menu state machine, name window constants | Phlosioneer | |
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do. | |||
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-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-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 | |