Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-04 | Clean up linkerscript and add it as a Makefile target | PikalaxALT | |
2018-06-04 | Create linkerscript and add Python 3.6 script for linkerscript generation | PikalaxALT | |
2018-06-04 | Merge pull request #7 from PikalaxALT/fix_make_shim | Eldred Habert | |
Make make_shim a little more user-friendly | |||
2018-06-04 | Even more informative error messages from make_shim | PikalaxALT | |
2018-06-04 | Make make_shim a little more user-friendly | PikalaxALT | |
2018-06-04 | Disassemble PlayDanger | pfero | |
2018-06-04 | Fix channel_struct members | pfero | |
2018-06-03 | Add music constants | dannye | |
2018-06-04 | Small dent into the audio engine | pfero | |
2018-06-03 | gfx/pokegear: use better format for town map | Tauwasser | |
This makes use of the new --trim-trailing option for tools/gfx Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-03 | tools/gfx: add option to trim trailing tiles of solid color | Tauwasser | |
This helps when the last tile is completely white and the shape of the png has additional tiles. In that case, the last tile is cut as well. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-03 | tools/make_shim: fix use of getline | Tauwasser | |
Replace with fgets, which should be safe even if it reads an internal NUL char, as all other functions will just cut the string off in that case. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-03 | Makefile: quote make variable | Tauwasser | |
If people use absolute paths to other tools, they can quote in environment variables. MAKE was the only variable not under user control. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-03 | Fix README.md formatting | dannye | |
2018-06-03 | Update tools/sort_symfile.sh and clean up Makefile | pfero | |
Fixed compare being ran before the correctedheader rom was built. Made `mostlyclean` clean up all the .d files it knows about and include the correct .d files. | |||
2018-06-03 | Merge pull request #2 from PikalaxALT/build_more_roms | Eldred Habert | |
Build all four ROMs in the dump | |||
2018-06-03 | Fix building | PikalaxALT | |
2018-06-03 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-03 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-03 | Make coverage script work on Python 2 again | ISSOtm | |
I tested using both my Python 2 and Python 3, it worked for both. Worked for me previously because Py3 is my default, not 2 :p | |||
2018-06-03 | Copy pokecrystal's conventions for this data, including: | Rangi | |
- Tabs for indentation, spaces for alignment - Consistent comments and formatting for menu header data (incomplete here, until the related code is disassembled) - The second two menus do not "take priority"; they're all just a count + that many items + ending -1 | |||
2018-06-03 | Suspend support for Silver and non-debug ROMs | PikalaxALT | |
2018-06-03 | Add sort_sym.py | PikalaxALT | |
2018-06-03 | Tell the user to get baserom.gb if it doesn't exist. | pfero | |
2018-06-03 | Fix main menu items position | mid-kid | |
2018-06-03 | Merge pull request #3 from TeganGibby/patch-1 | mid-kid | |
additional documentation | |||
2018-06-03 | Add more trainer leftovers from Blue. Nothing interesting here. | IIMarckus | |
2018-06-02 | comments to explain duplicates | TeganGibby | |
2018-06-02 | Merge pull request #1 from TeganGibby/TeganGibby-patch-1 | TeganGibby | |
added detail on main menu functions | |||
2018-06-02 | added detail on main menu functions | TeganGibby | |
2018-06-02 | additional documentation | TeganGibby | |
Compared to retail Gold disassembly | |||
2018-06-02 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-02 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-03 | Ignore .pyc everywhere | ISSOtm | |
Smh __pycache__ is created at the root for me /shrug | |||
2018-06-03 | Merge branch 'master' of https://github.com/pret/pokegold-spaceworld | ISSOtm | |
2018-06-03 | engine: begin disassembling overworld code | Tauwasser | |
Right now it's only code that calls the start and debug menus as well as the select button. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-03 | Enforce reading map file as utf-8 | ISSOtm | |
Avoids systems using `ascii` as default to choke on stuff like `Pokémon` | |||
2018-06-03 | home: move PrintLetterDelay to menu | Tauwasser | |
That's where most of the textbox code will live some day, ... probably Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-03 | home: begin disassembling some table call functions | Tauwasser | |
2018-06-03 | wram: document some menu and backpack variables | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-03 | gfx: re-organize some graphics and disassemble gfx load code | Tauwasser | |
All graphics were split so that proper labels could be placed. Font was not split, because that was nicely handled using the charmap constants. If proper lengths should also be handled using automatic calculation using labels, some graphics would need further splitting up in order to place labels.s Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-02 | Add correct-header checksums to roms.md5 | PikalaxALT | |
2018-06-02 | Actually correct the global checksum for the -correctheader.gb ROMs | PikalaxALT | |
2018-06-02 | Fix building | PikalaxALT | |
2018-06-02 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-02 | Make the repository build all four ROMs | PikalaxALT | |
2018-06-02 | tools/dump_text: fix labeling bug | Tauwasser | |
Labely would be relative to start of bank, not absolute wrt memory location (0x4000 for RB > 0) Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-02 | home: comment print hex fns | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-02 | Wild Pokemon data: fix formatting | xCrystal | |
2018-06-02 | Add wild Pokemon data | xCrystal | |