Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Begin item_menu.c cleanup
|
|
Fix out of bounds array access in intro Groudon segment
|
|
|
|
|
|
|
|
Unnest if statements
|
|
|
|
Match sub_80F0708
|
|
Special thanks to @kazblox
|
|
Overall, it is generally considered bad style to continually nest loops. However, if this is what the decompiler outputted, then why bother touching it?
However, this can be rewritten as returning early if the playtime is less than 60.
The reason for this is not because of the original code, but because it looks better, has the same output, and is easier to understand.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Transitions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Revert "More transitions documentation"
|
|
|
|
More transitions documentation
|
|
|
|
|
|
Battle transition arrays easier to edit
|
|
|
|
|
|
Clear up misleading egg step name
|
|
Add tilemap rendering capability to gbagfx
|
|
|
|
|
|
|
|
|