.nolist #include "ion.inc" ;altered so I don't have to redefine equates #include "ti83plus.inc" ;altered to be compatible with tasm not zilog .list .org progstart-2 .db $BB,$6D xor a jr nc,Start .db "fastmap",0 NUM_TILES = 5 Objnum: .db 1 aclX: .dw 0 aclY: .dw 0 velX: .dw 0 velY: .dw 0 PlayerX: .dw 0 Playery: .dw 0 Jetpack: .dw 0 Friction: .dw 6 Jump: .db 0 gravity: .dw 0 timer: .dw 0 IntSpeed = 118 ;se = 108 FrameRate = 30 FrameSQ = FrameRate*FrameRate DecBit = 5 Decimal = 1<