summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--src/macros/data.asm4
2 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4d5df56..4b28a78 100644
--- a/README.md
+++ b/README.md
@@ -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".
diff --git a/src/macros/data.asm b/src/macros/data.asm
index b6aeb58..17c4b8e 100644
--- a/src/macros/data.asm
+++ b/src/macros/data.asm
@@ -1,7 +1,3 @@
-INCROM: MACRO
-INCBIN "baserom.gbc", \1, \2 - \1
-ENDM
-
dn: MACRO
db \1 << 4 | \2
ENDM