Age | Commit message (Expand) | Author |
2020-07-15 | Mark gold_debug and silver_debug as PHONY make targets | Rangi |
2020-07-13 | Document G/S-only bugs and glitches (fixes #52) | Rangi |
2020-07-13 | Define map setup commands as macros like other script commands | Rangi |
2020-07-13 | Merge pull request #56 from Rangi42/master | Rangi |
2020-07-13 | Disassemble the final English debug ROMs | Rangi |
2020-07-10 | Merge pull request #55 from Rangi42/master | Rangi |
2020-07-09 | Use const_skip and const_next macros for brevity | Rangi |
2020-07-09 | Eliminate enum: use const instead, with case-by-case parallel const implement... | Rangi |
2020-07-08 | Group pic pointer SECTIONs together like pokecrystal | Rangi |
2020-07-07 | Get all unnamed symbols with make DEBUG=1 | Rangi |
2020-07-06 | add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid repeatin... | 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 pokecrystal | Rangi |
2020-07-05 | Sync .gitignore with pokered and pokecrystal | 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-03 | Fix tools/unnamed.py | Rangi |
2020-07-03 | Copy pokered and have a single .gbc recipe with version-specific rgbfix flags | 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 | Merge branch 'master' of https://github.com/pret/pokegold | Rangi |
2020-06-29 | Identify more unnamed labels | Rangi |
2020-06-28 | Merge branch 'master' of https://github.com/aaaaaa123456789/pokegold | IIMarckus |
2020-06-28 | Reformat gfx/trade/game_boy.png and fix tools/gfx --preserve | Rangi |
2020-06-28 | Interleave the title screen Ho-Oh and Lugia graphics (8x16 OAM tiles) | 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 | Comment more ROM labels as unreferenced | Rangi |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
2020-06-21 | Remove RAM address comments | Rangi |
2020-06-21 | 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-19 | Remove trainer .pal files. | entrpntr |
2020-06-19 | Format pokemon .pal files the same as pokecrystal. | entrpntr |
2020-06-19 | Rename labels to stop cheating the unnamed.py script. | entrpntr |
2020-06-18 | Harmonize engine/menus with pokecrystal | Rangi |
2020-06-17 | Harmonize engine/overworld with pokecrystal | Rangi |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokecrystal | 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 pokecrystal | Rangi |
2020-06-16 | ReplaceChrisSprite -> UpdatePlayerSprite | Rangi |
2020-06-16 | Harmonize engine/{battle, battle_anims, events, games} with pokecrystal | Rangi |
2020-06-16 | Harmonize home/ with pokecrystal | Rangi |
2020-06-16 | Merge branch 'master' of https://github.com/pret/pokegold | Rangi |
2020-06-16 | [in progress] Harmonize more constant and data files with pokecrystal | Rangi |