mirror of
https://github.com/pret/pokeyellow.git
synced 2026-03-21 17:34:31 -05:00
Separate surfing Pikachu graphics from audio engine code
Some checks failed
CI / build (push) Has been cancelled
Some checks failed
CI / build (push) Has been cancelled
Fixes #137
This commit is contained in:
parent
d237b01cfb
commit
bb7984e70b
1
Makefile
1
Makefile
|
|
@ -14,6 +14,7 @@ rom_obj := \
|
|||
gfx/pics.o \
|
||||
gfx/pikachu.o \
|
||||
gfx/sprites.o \
|
||||
gfx/surfing_pikachu.o \
|
||||
gfx/tilesets.o
|
||||
|
||||
pokeyellow_obj := $(rom_obj)
|
||||
|
|
|
|||
|
|
@ -453,7 +453,6 @@ INCLUDE "audio/engine_3.asm"
|
|||
|
||||
SECTION "Audio Engine 4", ROMX
|
||||
|
||||
INCLUDE "gfx/surfing_pikachu.asm"
|
||||
INCLUDE "audio/engine_4.asm"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
SECTION "Surfing Pikachu Graphics", ROMX
|
||||
|
||||
SurfingPikachu1Graphics1:: INCBIN "gfx/surfing_pikachu/surfing_pikachu_1a.2bpp"
|
||||
SurfingPikachu1Graphics2:: INCBIN "gfx/surfing_pikachu/surfing_pikachu_1b.2bpp"
|
||||
SurfingPikachu1Graphics3:: INCBIN "gfx/surfing_pikachu/surfing_pikachu_1c.2bpp"
|
||||
|
|
|
|||
|
|
@ -151,6 +151,7 @@ ROMX $20
|
|||
"Sound Effect Headers 4"
|
||||
"Music Headers 4"
|
||||
"Sound Effects 4"
|
||||
"Surfing Pikachu Graphics"
|
||||
"Audio Engine 4"
|
||||
"Music 4"
|
||||
ROMX $21
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user