data.asm
来自「这是写GBABOX前写的一个delphi程序」· 汇编 代码 · 共 23 行
ASM
23 行
; datafile for the Fitzy by IKI
; Borrowed from Nokturn
; Borrowed from Mic...
; borrowed heavily from Eloist's wire-cube demo..
;
; zarmasm seems to be really picky about indentation. I got a bunch
; of errormessages when removing the tabs.
;
AREA demo_data, DATA, READONLY
EXPORT tile_data
EXPORT palette
EXPORT obj_data
EXPORT obj_pal
tile_data
INCBIN tile1a.raw
palette
INCBIN tile1a.pal
obj_data
INCBIN gfx.raw
obj_pal
INCBIN gfx.pal
END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?