TI-84/obj/gfx/sprites.src

28 lines
456 B
Plaintext

; Zilog eZ80 ANSI C Compiler Release 3.4
; -optsize -noreduceopt -nomodsect -peephole -globalopt
; -localcse -const=ROM
FILE "SRC\GFX\SPRITES.C"
.assume ADL=1
SEGMENT DATA
_sprites_pal:
DW 65535
DW 0
DW 63421
DW 23254
DW 19026
DW 46509
DW 2114
DW 23254
DW 4228
DW 19026
DW 26425
DW 60250
DW 0
XDEF _sprites_pal
; 1 // convpng v7.2
; 2 #include <stdint.h>
; 3 #include "sprites.h"
; 4
; 5 uint16_t sprites_pal[13] = {
END