disassembly of Kirby's Dream Land
Go to file
2019-05-29 18:34:52 -05:00
data/stages Dump and label stage metatile definitions 2019-05-26 08:40:48 -05:00
gfx Misc labeling 2019-05-26 11:12:38 -05:00
macros Start labeling and documenting sprite animations 2019-05-29 18:34:52 -05:00
tools Initial commit 2019-05-18 15:08:02 -05:00
.gitignore Initial commit 2019-05-18 15:08:02 -05:00
bank_00a.asm Dump and label stages tiles gfx 2019-05-26 09:13:40 -05:00
bank_00b.asm Start labeling and documenting sprite animations 2019-05-29 18:34:52 -05:00
bank_00c.asm Dump intro screen tilemaps, gfx, and label some other random stuff 2019-05-26 09:50:21 -05:00
bank_00d.asm Label wMetatiles 2019-05-25 10:05:41 -05:00
bank_00e.asm Dump intro screen tilemaps, gfx, and label some other random stuff 2019-05-26 09:50:21 -05:00
bank_00f.asm Start cleaning up bank 0 2019-05-19 11:45:40 -05:00
bank_000.asm Start labeling and documenting sprite animations 2019-05-29 18:34:52 -05:00
bank_001.asm Start labeling and documenting sprite animations 2019-05-29 18:34:52 -05:00
bank_002.asm Dump and label stages tiles gfx 2019-05-26 09:13:40 -05:00
bank_003.asm Misc labeling 2019-05-26 11:12:38 -05:00
bank_004.asm Dump intro screen tilemaps, gfx, and label some other random stuff 2019-05-26 09:50:21 -05:00
bank_005.asm Start labeling and documenting sprite animations 2019-05-29 18:34:52 -05:00
bank_006.asm Start labeling and documenting sprite animations 2019-05-29 18:34:52 -05:00
bank_007.asm mgbdis dump 2019-05-18 16:59:54 -05:00
bank_008.asm Some more initial documentation and dumping 2019-05-23 21:32:58 -05:00
bank_009.asm Some more initial documentation and dumping 2019-05-23 21:32:58 -05:00
charmap.asm Document some titlescreen stuff 2019-05-22 18:53:54 -05:00
constants.asm Start cleaning up bank 0 2019-05-19 11:45:40 -05:00
hardware.inc mgbdis dump 2019-05-18 16:59:54 -05:00
hram.asm Document a bunch more stuff 2019-05-22 17:22:00 -05:00
INSTALL.md Update INSTALL.md 2019-05-23 21:44:37 -05:00
macros.asm Start labeling and documenting sprite animations 2019-05-29 18:34:52 -05:00
main.asm mgbdis dump 2019-05-18 16:59:54 -05:00
Makefile Dump intro screen tilemaps, gfx, and label some other random stuff 2019-05-26 09:50:21 -05:00
README.md mgbdis dump 2019-05-18 16:59:54 -05:00
rom.md5 mgbdis dump 2019-05-18 16:59:54 -05:00
vram.asm Initial commit 2019-05-18 15:08:02 -05:00
wram.asm Start labeling and documenting sprite animations 2019-05-29 18:34:52 -05:00

Kirby's Dream Land

This is a disassembly of Kirby's Dream Land (Game Boy).

It builds the following rom:

  • Kirby's Dream Land (UE) [!].gb md5: A66E4918EDCD042EC171A57FE3CE36C3

To set up the repository, see INSTALL.md.