Skip to content

Commit 044630d

Browse files
committed
some tools to disassemble pokemon red
1 parent a923459 commit 044630d

8 files changed

+13960
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
all: pokemon-red/game.asm
2+
3+
pokemon-red.sym: rom-map.wiki.notags Makefile wiki-to-sym.sh
4+
cat rom-map.wiki.notags | ./wiki-to-sym.sh > $@
5+
6+
%/game.asm: %.gb %.sym
7+
./mgbdis.py --output-dir=$* --overwrite --print-hex $<

0 commit comments

Comments
 (0)