From b90f244bd22753a36448ba26c40f29f8f09e046b Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Sat, 5 Jun 2021 21:23:08 -0500 Subject: baserom is no longer required --- README.md | 1 - src/macros/data.asm | 4 ---- 2 files changed, 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 -- cgit v1.2.3