Age | Commit message (Collapse) | Author |
|
Add German v1.1 target
|
|
|
|
|
|
|
|
|
|
|
|
Fix modern superpower animation bug
|
|
|
|
FLAG_SPECIAL_FLAG_0 -> FLAG_HIDE_MAP_NAME_POPUP
|
|
|
|
Match FadeOutBody (ported from pokeemerald)
|
|
|
|
Update Audio Macros
|
|
|
|
Rename instruments
|
|
|
|
|
|
shop.c: Eliminate do {}
|
|
Turns out we were using the wrong macro the whole time.
|
|
Remove unused vars
|
|
|
|
Resolve GCC-10.1.0 compiler warnings
|
|
|
|
Fix agb_flash in modern ruby
|
|
|
|
Match more functions
|
|
|
|
|
|
|
|
|
|
|
|
Give songs meaningful english names
|
|
|
|
|
|
|
|
Sync fieldmap data
|
|
Fix NONMATCHINGs and actual English Debug support
|
|
Fixed taya_debug_window for good.
|
|
Re-export german tileset images as 16-color indexed mode
|
|
|
|
Fix compatibility with gcc-10
|
|
|
|
|
|
Sync some scripts with pokeemerald
|
|
|
|
gbagfx: Various fixes and improvements
|
|
Match SortPokedex
|
|
The assembly for comparing r5 is lsr r5, r1, #0x18, so having that be a bool32 makes no sense. After I set r5 to the same type as i, and moved the variables to the top to prevent the cross jump optimization, I found the asm was no longer needed!
|
|
|
|
|