Age | Commit message (Collapse) | Author |
|
|
|
Begin item_menu.c cleanup
|
|
Fix out of bounds array access in intro Groudon segment
|
|
|
|
|
|
|
|
Unnest if statements
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clear up misleading egg step name
|
|
Add tilemap rendering capability to gbagfx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HandleInput_OnButtons
|
|
|
|
|
|
|
|
Fix typos
|
|
Fix typo
|
|
Fix mystery gift fakematchings
|