mirror of
https://github.com/pret/pokeyellow.git
synced 2024-11-27 04:10:21 +00:00
9 lines
162 B
NASM
9 lines
162 B
NASM
Version_GFX:
|
|
IF DEF(_RED)
|
|
INCBIN "gfx/title/red_version.1bpp" ; 10 tiles
|
|
ENDC
|
|
IF DEF(_BLUE)
|
|
INCBIN "gfx/title/blue_version.1bpp" ; 8 tiles
|
|
ENDC
|
|
Version_GFXEnd:
|