Search found 2197 matches

by threefingeredguy
Mon 11 Jul, 2005 10:26 pm
Forum: Programming Help
Topic: [TI ASM] map making help
Replies: 5
Views: 5279

yeah thats what he said. btw tr1p1ea in desolate, did you use the map file for collision detection or shape detection?
by threefingeredguy
Sat 09 Jul, 2005 8:14 pm
Forum: Programming Help
Topic: [TI ASM] map making help
Replies: 5
Views: 5279

sure, he told me i was dumb (like that srl (hl) shifts the address not the value) and gave me a working one he wrote some time ago. :happy:
by threefingeredguy
Tue 05 Jul, 2005 2:05 am
Forum: Programming Help
Topic: [TI ASM] map making help
Replies: 5
Views: 5279

right dan helped me so nevermind
by threefingeredguy
Thu 30 Jun, 2005 2:31 am
Forum: General TI Discussion
Topic: about recent inactivity
Replies: 31
Views: 14772

is there a cartridge writer available or will this only compile to roms?
by threefingeredguy
Thu 30 Jun, 2005 2:26 am
Forum: Programming Help
Topic: [TI ASM] map making help
Replies: 5
Views: 5279

[TI ASM] map making help

i am having a problem with the following code. it is supposed to draw a 12 x 8 map (96 squares total) onto the screen, reading from a look up table. it starts on the right place on the screen, but it is 5 rows down than what it should be. instead of 1,1,1,1,1,1,1,1,1,1,1,1 1,0,0,0,0,0,0,0,0,0,0,0 1,...
by threefingeredguy
Wed 30 Mar, 2005 4:41 am
Forum: Discontinued Projects
Topic: [MARIO] Are we going to see a feather?
Replies: 25
Views: 43903

yoshi is mentioned in Zelda: Links Awakening also, And you'd have to have been dead up till this very second to not have played that game.
by threefingeredguy
Wed 30 Mar, 2005 4:29 am
Forum: Programming Help
Topic: [TI ASM] Receive a serial number on the 83+
Replies: 4
Views: 3019

[TI ASM] Receive a serial number on the 83+

this is the only thing i need that i cant find: how can i check the serial number (the one that is unique for each calc) on a calculator from an asm program. I have been told that it can only be done from apps, that is impossible, and that there is a rom call for it that can be used in asm progs. Do...