baserom is no longer required

This commit is contained in:
dannye 2021-06-05 21:23:08 -05:00
parent 50f51e140a
commit b90f244bd2
2 changed files with 0 additions and 5 deletions

View File

@ -7,7 +7,6 @@ It uses the following ROM as a base:
- Pokémon Trading Card Game (U) [C][!].gbc `sha1: 0f8670a583255cff3e5b7ca71b5d7454d928fc48`
To assemble, first download RGBDS (https://github.com/gbdev/rgbds/releases) and extract it to /usr/local/bin.
Copy the above ROM to this directory as "baserom.gbc".
Run `make` in your shell.
This will output a file named "poketcg.gbc".

View File

@ -1,7 +1,3 @@
INCROM: MACRO
INCBIN "baserom.gbc", \1, \2 - \1
ENDM
dn: MACRO
db \1 << 4 | \2
ENDM