13 lines
406 B
NASM
13 lines
406 B
NASM
;================================================================================
|
|
; insert kholdstare & trinexx shell gfx file
|
|
;--------------------------------------------------------------------------------
|
|
GFX_Kholdstare_Shell:
|
|
incbin shell.gfx
|
|
|
|
GFX_Trinexx_Shell:
|
|
incbin rocks.gfx
|
|
|
|
GFX_Trinexx_Shell2:
|
|
incbin rocks2.gfx
|
|
;--------------------------------------------------------------------------------
|