Commit Graph

16 Commits

Author SHA1 Message Date
Rangi
579c4ab3fc Get rid of the baserom requirement (#159)
This should mark the disassembly as no longer a WIP.
2026-07-01 22:01:49 -04:00
Alieneer
d717ae05ca
Disassemble bank $0A after Game Boy GFX (#144)
Some checks are pending
CI / build (push) Waiting to run
Partial Disassembly of Bank $0A, still needs a bit more work, but that will be done later.

---------

Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2026-06-12 17:29:45 -04:00
Rangi
30609558a5 Use more recent png.py from gb-asm-tools repo
Some checks are pending
CI / build (push) Waiting to run
2026-06-08 17:26:40 -04:00
MDTravis
4a51e1a819
Build Silver debug ROM (pokesilver-spaceworld.gb, aka Silver_debug.sgb, aka MONS2SD.COM) (#131)
* Named constants for SGB town palettes
* Correct collision_type_table.asm ID comments
* Documented 2 bugs, and 3 functions.
* Adjust sprite constants (duplicate sprite IDs reference the latest definition of it instead of the earliest)

---------

Co-authored-by: Narishma-gb <194818981+Narishma-gb@users.noreply.github.com>
Co-authored-by: Alieneer <37123222+BreavyTF2@users.noreply.github.com>
Co-authored-by: Rangi <sylvie.oukaour+rangi42@gmail.com>
2026-06-08 16:50:54 -04:00
Rangi42
5904823317 Remove executable permission from various files
Some checks failed
CI / build (push) Has been cancelled
2025-12-02 12:23:39 -05:00
DrippingYellow
e384ea25ec
Finish labelling and split off bank03, bank09, and bank0b (#119)
Some checks failed
CI / build (push) Has been cancelled
* Fully labelled bank09.asm, started bank03.asm

* Finished labelling bank03.asm and bank0b.asm

* Tying up loose ends, splitting most of the completely labelled bank dumps

* Moved pokedex letter graphics out of charmap
2025-07-30 17:35:58 -04:00
jd-0
fbf7fd0654
Kanto Mon Names (#79)
Rename Kanto mons to English
2020-11-13 11:14:34 -05:00
Rangi
ab60521b62 Add utils/mask.py
This creates a 2bpp file the same size as the ROM. The ROM can be renamed 2bpp and the mask image can be overlaid on the ROM image to show what's disassembled.
2020-09-23 09:40:56 -04:00
Rangi
1dbfe64d60 Extract player-shrinking pics 2020-09-22 17:33:17 -04:00
Rangi
82cec686ec Use Japanese charmap characters 2020-09-22 15:57:42 -04:00
Rangi
268e2cae0b Move most files out of the root directory
- ram/ froups the ram source files
- slack/ is for unused garbage taking up the ROM's free space
- gfx.py moved to utils/
2020-09-22 12:04:13 -04:00
Rangi
e3fec6e1a5 Extract move descriptions 2020-09-20 18:37:48 -04:00
Rangi
bfb981f188 rgbds has moved from rednex to gbdev 2020-09-15 13:26:22 -04:00
Rangi
371ce4da5c Fix off-by-one errors with 'make coverage' and reformat output (horizontal banks) 2020-09-12 21:42:28 -04:00
Rangi
e9e60965a8 Fix coverage utility script 2020-08-09 15:30:06 -04:00
Rangi
b7da8dbb0e tools/ contains what's needed to build the ROMs; utils/ contains disassembly utilites 2020-08-09 13:49:34 -04:00