mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Make text.asm an object
This commit is contained in:
parent
cf90d30e9e
commit
b4e8ec0901
6
Makefile
6
Makefile
|
@ -8,11 +8,13 @@ TEXTQUEUE :=
|
|||
|
||||
RED_OBJS := \
|
||||
pokered.o \
|
||||
audio_red.o
|
||||
audio_red.o \
|
||||
text.o
|
||||
|
||||
BLUE_OBJS := \
|
||||
pokeblue.o \
|
||||
audio_blue.o
|
||||
audio_blue.o \
|
||||
text.o
|
||||
|
||||
OBJS := $(RED_OBJS) $(BLUE_OBJS)
|
||||
|
||||
|
|
2
main.asm
2
main.asm
|
@ -115622,5 +115622,3 @@ TechnicalMachinePrices: ; 7bfa7 (1e:7fa7)
|
|||
db $22, $52, $24, $34, $42
|
||||
|
||||
|
||||
INCLUDE "text.asm"
|
||||
|
||||
|
|
Loading…
Reference in a new issue