mirror of
https://github.com/pret/poketcg.git
synced 2026-04-26 00:12:05 -05:00
baserom is no longer required
This commit is contained in:
parent
50f51e140a
commit
b90f244bd2
|
|
@ -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".
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
INCROM: MACRO
|
||||
INCBIN "baserom.gbc", \1, \2 - \1
|
||||
ENDM
|
||||
|
||||
dn: MACRO
|
||||
db \1 << 4 | \2
|
||||
ENDM
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user