mirror of
https://github.com/huderlem/kirbydreamland.git
synced 2024-11-23 13:39:46 +00:00
disassembly of Kirby's Dream Land
tools | ||
.gitignore | ||
bank_00a.asm | ||
bank_00b.asm | ||
bank_00c.asm | ||
bank_00d.asm | ||
bank_00e.asm | ||
bank_00f.asm | ||
bank_000.asm | ||
bank_001.asm | ||
bank_002.asm | ||
bank_003.asm | ||
bank_004.asm | ||
bank_005.asm | ||
bank_006.asm | ||
bank_007.asm | ||
bank_008.asm | ||
bank_009.asm | ||
charmap.asm | ||
constants.asm | ||
hardware.inc | ||
hram.asm | ||
macros.asm | ||
main.asm | ||
Makefile | ||
README.md | ||
rom.md5 | ||
vram.asm | ||
wram.asm |
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.