Age | Commit message (Expand) | Author |
2020-07-22 | tools/unnamed.py supports rgbds 0.4.1 object files | Rangi |
2020-07-22 | Merge pull request #745 from Rangi42/master | Rangi |
2020-07-21 | Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1) | Rangi |
2020-07-21 | Define JOHTO_FLYPOINT like KANTO_FLYPOINT | Rangi |
2020-07-21 | Define NUM_FLYPOINTS | Rangi |
2020-07-21 | " " → $7f | Rangi |
2020-07-17 | Port pokered's more local system for trade animation scripts | Rangi |
2020-07-17 | SPRITE_GYM_GUY -> SPRITE_GYM_GUIDE | Rangi |
2020-07-17 | return → endcallback, reloadandreturn → reloadend | Rangi |
2020-07-13 | Fix tools/unnamed.py | Rangi |
2020-07-13 | Define map setup commands as macros like other script commands | Rangi |
2020-07-13 | Merge pull request #743 from Rangi42/master | Rangi |
2020-07-13 | Port pokegold's method of defining rgblink arguments per ROM | Rangi |
2020-07-13 | Disassemble the final English debug ROM | Rangi |
2020-07-10 | Merge pull request #740 from Rangi42/master | Rangi |
2020-07-10 | Use const_skip and const_next macros for brevity | Rangi |
2020-07-08 | Eliminate enum: use const instead, with case-by-case parallel const implement... | Rangi |
2020-07-07 | Get all unnamed symbols with make DEBUG=1 | Rangi |
2020-07-06 | add_tm, add_hm, and add_mt define TM##_MOVE, HM##_MOVE, and MT##_MOVE constan... | Rangi |
2020-07-06 | Define SERIAL_PREAMBLE_LENGTH | Rangi |
2020-07-06 | text_linkpromptbutton -> text_waitbutton | Rangi |
2020-07-05 | Sync README.md with pokered and pokegold | Rangi |
2020-07-05 | Sync .gitignore with pokered and pokegold | Rangi |
2020-07-05 | Use MAX_NEUTRAL_DAMAGE in BattleCommand_DamageCalc | Rangi |
2020-07-04 | SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT | Rangi |
2020-07-02 | Use STRCMP, not ==, to compare multi-character strings | Rangi |
2020-07-01 | Identify more labels, and use the jumptable macro when possible | Rangi |
2020-06-29 | Identify more labels and constants | Rangi |
2020-06-29 | Identify more unnamed labels | Rangi |
2020-06-28 | Reformat gfx/trade/game_boy.png and fix tools/gfx --preserve | Rangi |
2020-06-28 | Merge pull request #737 from aaaaaa123456789/master | Rangi |
2020-06-28 | Fix lzcomp flags after fixing uninitialized read bug | aaaaaa123456789 |
2020-06-28 | Update lzcomp | aaaaaa123456789 |
2020-06-22 | Use pokepret account for committing to symbols branch | Rangi |
2020-06-22 | Identify some more labels | Rangi |
2020-06-21 | Sync PokeFluteTerminator with pokegold | Rangi |
2020-06-21 | Comment more ROM labels as unreferenced | Rangi |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
2020-06-21 | Remove some more raw addresses | Rangi |
2020-06-20 | Remove RAM address comments | Rangi |
2020-06-20 | pushd/popd are bash-only | Rangi |
2020-06-20 | Travis should upload .sym files to the symbols branch | Rangi |
2020-06-20 | Identify some more Unknown labels | Rangi |
2020-06-19 | sound_duty became duty_cycle_pattern | Rangi |
2020-06-18 | Harmonize engine/menus with pokegold | Rangi |
2020-06-17 | Harmonize engine/overworld with pokegold | Rangi |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS... | Rangi |
2020-06-17 | Harmonize engine/{phone, pokedex, pokegear, printer, rtc, tilesets} with poke... | Rangi |
2020-06-17 | Harmonize engine/{gfx, items, link, math} with pokegold | Rangi |
2020-06-16 | ReplaceKrisSprite -> UpdatePlayerSprite | Rangi |