mirror of
https://github.com/Artrios/pokecarde.git
synced 2026-04-26 00:27:25 -05:00
rgbds 0.9.1 (#15)
This commit is contained in:
parent
3d64ba0aae
commit
0e3246fc92
|
|
@ -37,9 +37,9 @@ verify: series_1_z80 berries_z80 berries_2_z80 promo_en_z80 p_promo_z80 n_promo_
|
|||
trainers/%-EN.tx: trainers/%.asm
|
||||
python3 ../scripts/regionalize.py $< $@ EN EN
|
||||
trainers/%.o: trainers/%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
trainers/%.gbc: trainers/%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
trainers/%.bin: trainers/%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
trainers/%.z80: trainers/%.gbc
|
||||
|
|
@ -51,9 +51,9 @@ trainers/%.mev: trainers/%.bin
|
|||
berries/%-EN.tx: berries/%.asm
|
||||
python3 ../scripts/regionalize.py $< $@ EN EN
|
||||
berries/%.o: berries/%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
berries/%.gbc: berries/%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
berries/%.bin: berries/%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
berries/%.z80: berries/%.gbc
|
||||
|
|
@ -65,9 +65,9 @@ berries/%.mev: berries/%.bin
|
|||
prologue-%.tx: prologue.asm
|
||||
python3 ../scripts/regionalize.py $< $@ $* $*
|
||||
prologue-%.o: prologue-%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
prologue-%.gbc: prologue-%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
prologue-%.bin: prologue-%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
|
||||
|
|
@ -77,9 +77,9 @@ battletrainer-%.tx: battletrainer.asm prologue-%.bin
|
|||
08-A%-EN.tx: 08-A%.asm battletrainer-EN.tx
|
||||
python3 ../scripts/ereadertext.py $< $@ EN
|
||||
08-A%.o: 08-A%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
08-A%.gbc: 08-A%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
08-A%.z80: 08-A%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
08-A%.vpk: 08-A%.z80
|
||||
|
|
@ -90,9 +90,9 @@ battletrainer-%.tx: battletrainer.asm prologue-%.bin
|
|||
08-B%-EN.tx: 08-B%.asm battletrainer-EN.tx
|
||||
python3 ../scripts/ereadertext.py $< $@ EN
|
||||
08-B%.o: 08-B%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
08-B%.gbc: 08-B%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
08-B%.z80: 08-B%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
08-B%.vpk: 08-B%.z80
|
||||
|
|
@ -103,9 +103,9 @@ battletrainer-%.tx: battletrainer.asm prologue-%.bin
|
|||
129-B%-EN.tx: 129-B%.asm battletrainer-EN.tx
|
||||
python3 ../scripts/ereadertext.py $< $@ EN
|
||||
129-B%.o: 129-B%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
129-B%.gbc: 129-B%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
129-B%.z80: 129-B%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
129-B%.vpk: 129-B%.z80
|
||||
|
|
@ -118,9 +118,9 @@ enigmaberry-%.tx: enigmaberry.asm prologue-%.bin
|
|||
08-K%-EN.tx: 08-K%.asm enigmaberry-EN.tx
|
||||
python3 ../scripts/ereadertext.py $< $@ EN
|
||||
08-K%.o: 08-K%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
08-K%.gbc: 08-K%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
08-K%.z80: 08-K%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
08-K%.vpk: 08-K%.z80
|
||||
|
|
@ -131,9 +131,9 @@ enigmaberry-%.tx: enigmaberry.asm prologue-%.bin
|
|||
08-N%-EN.tx: 08-N%.asm battletrainer-EN.tx
|
||||
python3 ../scripts/ereadertext.py $< $@ EN
|
||||
08-N%.o: 08-N%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
08-N%.gbc: 08-N%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
08-N%.z80: 08-N%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
08-N%.vpk: 08-N%.z80
|
||||
|
|
@ -144,9 +144,9 @@ enigmaberry-%.tx: enigmaberry.asm prologue-%.bin
|
|||
08-P%-EN.tx: 08-P%.asm battletrainer-EN.tx
|
||||
python3 ../scripts/ereadertext.py $< $@ EN
|
||||
08-P%.o: 08-P%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
08-P%.gbc: 08-P%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
08-P%.z80: 08-P%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
08-P%.vpk: 08-P%.z80
|
||||
|
|
|
|||
BIN
bin/rgbds/v0.9.1/rgbasm
Executable file
BIN
bin/rgbds/v0.9.1/rgbasm
Executable file
Binary file not shown.
BIN
bin/rgbds/v0.9.1/rgblink
Executable file
BIN
bin/rgbds/v0.9.1/rgblink
Executable file
Binary file not shown.
|
|
@ -4,9 +4,9 @@ all: 08-O001-EN.raw
|
|||
decoration-%.tx: decoration.asm
|
||||
python3 ../scripts/regionalize.py $< $@ $* $*
|
||||
decoration-%.o: decoration-%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
decoration-%.gbc: decoration-%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
decoration-%.bin: decoration-%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
decoration-%.mev: decoration-%.bin
|
||||
|
|
@ -15,18 +15,18 @@ decoration-%.mev: decoration-%.bin
|
|||
prologue-%.tx: prologue.asm
|
||||
python3 ../scripts/regionalize.py $< $@ $* $*
|
||||
prologue-%.o: prologue-%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
prologue-%.gbc: prologue-%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
prologue-%.bin: prologue-%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
|
||||
08-O001-%.tx: 08-O001.asm decoration-%.mev prologue-%.bin
|
||||
python3 ../scripts/ereadertext.py $< $@ $*
|
||||
08-O001-%.o: 08-O001-%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
08-O001-%.gbc: 08-O001-%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
08-O001-%.z80: 08-O001-%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
08-O001-%.vpk: 08-O001-%.z80
|
||||
|
|
@ -38,9 +38,9 @@ prologue-%.bin: prologue-%.gbc
|
|||
decoration-tickets-%.tx: decoration-tickets.asm
|
||||
python3 ../scripts/regionalize.py $< $@ $* $*
|
||||
decoration-tickets-%.o: decoration-tickets-%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
decoration-tickets-%.gbc: decoration-tickets-%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
decoration-tickets-%.bin: decoration-tickets-%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
decoration-tickets-%.mev: decoration-tickets-%.bin
|
||||
|
|
@ -49,9 +49,9 @@ decoration-tickets-%.mev: decoration-tickets-%.bin
|
|||
08-O002-%.tx: 08-O002.asm decoration-tickets-%.mev prologue-%.bin
|
||||
python3 ../scripts/ereadertext.py $< $@ $*
|
||||
08-O002-%.o: 08-O002-%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
08-O002-%.gbc: 08-O002-%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
08-O002-%.z80: 08-O002-%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
08-O002-%.vpk: 08-O002-%.z80
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@ verify:
|
|||
eonticket-%.tx: eonticket.asm
|
||||
python3 ../scripts/regionalize.py $< $@ $* $*
|
||||
eonticket-%.o: eonticket-%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
eonticket-%.gbc: eonticket-%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
eonticket-%.bin: eonticket-%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
eonticket-%.mev: eonticket-%.bin
|
||||
|
|
@ -17,18 +17,18 @@ eonticket-%.mev: eonticket-%.bin
|
|||
prologue-%.tx: prologue.asm
|
||||
python3 ../scripts/regionalize.py $< $@ $* $*
|
||||
prologue-%.o: prologue-%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
prologue-%.gbc: prologue-%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
prologue-%.bin: prologue-%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
|
||||
00-C000-%.tx: 00-C000.asm eonticket-%.mev prologue-%.bin
|
||||
python3 ../scripts/ereadertext.py $< $@ $*
|
||||
00-C000-%.o: 00-C000-%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
00-C000-%.gbc: 00-C000-%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
00-C000-%.z80: 00-C000-%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
00-C000-%.vpk: 00-C000-%.z80
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ all: 00-G000-EN.raw
|
|||
giftpokemon-%.tx: giftpokemon.asm
|
||||
python3 ../scripts/regionalize.py $< $@ $* $*
|
||||
giftpokemon-%.o: giftpokemon-%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
giftpokemon-%.gbc: giftpokemon-%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
giftpokemon1-%.bin: giftpokemon-%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
giftpokemon-%.bin: giftpokemon1-%.bin
|
||||
|
|
@ -17,18 +17,18 @@ giftpokemon-%.mev: giftpokemon-%.bin
|
|||
prologue-%.tx: prologue.asm
|
||||
python3 ../scripts/regionalize.py $< $@ $* $*
|
||||
prologue-%.o: prologue-%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
prologue-%.gbc: prologue-%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
prologue-%.bin: prologue-%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
|
||||
00-G000-%.tx: 00-G000.asm giftpokemon-%.mev prologue-%.bin
|
||||
python3 ../scripts/ereadertext.py $< $@ $*
|
||||
00-G000-%.o: 00-G000-%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
00-G000-%.gbc: 00-G000-%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
00-G000-%.z80: 00-G000-%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
00-G000-%.vpk: 00-G000-%.z80
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ all: 00-R000-EN.raw
|
|||
ribbon-%.tx: ribbon.asm
|
||||
python3 ../scripts/regionalize.py $< $@ $* $*
|
||||
ribbon-%.o: ribbon-%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
ribbon-%.gbc: ribbon-%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
ribbon-%.bin: ribbon-%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
ribbon-%.mev: ribbon-%.bin
|
||||
|
|
@ -15,18 +15,18 @@ ribbon-%.mev: ribbon-%.bin
|
|||
prologue-%.tx: prologue.asm
|
||||
python3 ../scripts/regionalize.py $< $@ $* $*
|
||||
prologue-%.o: prologue-%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
prologue-%.gbc: prologue-%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
prologue-%.bin: prologue-%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
|
||||
00-R000-%.tx: 00-R000.asm ribbon-%.mev prologue-%.bin
|
||||
python3 ../scripts/ereadertext.py $< $@ $*
|
||||
00-R000-%.o: 00-R000-%.tx
|
||||
../bin/rgbds/v0.8.0/rgbasm -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgbasm -o $@ $<
|
||||
00-R000-%.gbc: 00-R000-%.o
|
||||
../bin/rgbds/v0.8.0/rgblink -o $@ $<
|
||||
../bin/rgbds/v0.9.1/rgblink -o $@ $<
|
||||
00-R000-%.z80: 00-R000-%.gbc
|
||||
python3 ../scripts/stripgbc.py $< $@
|
||||
00-R000-%.vpk: 00-R000-%.z80
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user