I'm trying to make a minecraft clone for a ti-84 using Axe but the screen stays on some second pass thing. The code runs but no graphics display other than the second pass message. How do i fix this? Here is my code (The syntax is the one used in sourcecoder):
Code:
(My signature would be here but for some reason it made the images in it huge so I will not include it for the time being, also this is my first post here!)
Code:
.AXECRAFT a mining game for the ti 83/84 made with Axe
Normal
[7E7E5A7E42FFFFFF][7E7E420000FFA5A7]->Pic0HEAD
[BDBDFF7E7E7E7E7E][A5A5FF5A5A5A5A7E]->Pic0LEGS
Repeat getKey(41)
ClrDraw^^r
Pt-On(0,0,Pic0HEAD)
Pt-On(0,0,Pic0HEAD)^^r
DispGraph^^r
End
(My signature would be here but for some reason it made the images in it huge so I will not include it for the time being, also this is my first post here!)