TI-84/obj/gfx/sprites.src

28 lines
456 B
Plaintext
Raw Normal View History

2019-12-17 22:50:36 +01:00
; 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
2019-12-19 19:56:26 +01:00
DW 63421
2019-12-17 22:50:36 +01:00
DW 23254
2019-12-19 19:56:26 +01:00
DW 19026
DW 46509
DW 2114
2019-12-17 22:50:36 +01:00
DW 23254
2019-12-19 19:56:26 +01:00
DW 4228
2019-12-17 22:50:36 +01:00
DW 19026
2019-12-19 19:56:26 +01:00
DW 26425
DW 60250
2019-12-17 22:50:36 +01:00
DW 0
XDEF _sprites_pal
; 1 // convpng v7.2
; 2 #include <stdint.h>
; 3 #include "sprites.h"
; 4
2019-12-19 19:56:26 +01:00
; 5 uint16_t sprites_pal[13] = {
2019-12-17 22:50:36 +01:00
END