mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Sync with latest RGBDS
hg-commit-id: 6812720c7a31
This commit is contained in:
parent
ae9b30121c
commit
a252a149d9
3
Makefile
3
Makefile
|
@ -1,6 +1,7 @@
|
|||
pokered.gbc: pokered.o
|
||||
rgblink -o pokered.gbc pokered.o
|
||||
rgbfix -jsv -k 01 -m 0x13 -p 0 -r 03 -t "POKEMON RED" pokered.gbc
|
||||
rgbfix -jsv -k 01 -l 0x33 -m 0x13 -p 0 -r 03 -t "POKEMON RED" \
|
||||
pokered.gbc
|
||||
cmp baserom.gbc pokered.gbc
|
||||
|
||||
pokered.o: pokered.asm constants.asm
|
||||
|
|
4
README
4
README
|
@ -7,8 +7,8 @@ Pokemon Red (UE) [S][!].gb
|
|||
To assemble, first install RGBDS and put it in your path.
|
||||
|
||||
The version of RGBDS needed is rgbds-linux:
|
||||
http://github.com/bentley/rgbds-linux/
|
||||
git://github.com/bentley/rgbds-linux.git
|
||||
https://github.com/bentley/rgbds/
|
||||
git://github.com/bentley/rgbds.git
|
||||
|
||||
Then copy the Pokémon ROM to this directory as "baserom.gbc".
|
||||
Then run "make" in your shell.
|
||||
|
|
Loading…
Reference in a new issue