5521
TI Z80 / Re: Side Project #2: DUNGEON
« on: May 09, 2009, 05:16:07 pm »
ok, I was going to use the list so that anybody could use this engine, but maybe I'll just load everything into the list afterwords, and from the list before
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 5521
TI Z80 / Re: Side Project #2: DUNGEON« on: May 09, 2009, 05:16:07 pm »
ok, I was going to use the list so that anybody could use this engine, but maybe I'll just load everything into the list afterwords, and from the list before
5522
TI Z80 / Re: Side Project #2: DUNGEON« on: May 09, 2009, 03:53:22 pm »
because I need to be able to revert back a few times, read this:
Code: [Select] :For(A,2,9) ;
5523
TI Z80 / Re: Side Project #2: DUNGEON« on: May 09, 2009, 03:22:56 pm »
A and B are the current location, C and D are the ones I'm using for saving my location in case I need to revert it back
5524
TI Z80 / Re: Side Project #2: DUNGEON« on: May 09, 2009, 02:33:38 pm »
thanks, I'll take a look, and maybe I'll find some optimizations
![]() I haven't added in moving enemies, but I still haven't optimized my code, so mine is slower then it could be. 5525
TI Z80 / Re: Side Project #2: DUNGEON« on: May 09, 2009, 01:55:35 pm »
I don't use Instring( yet because I am only testing for one right now, but I may add more ones later.
![]() I wonder which one of ours is faster right now? (I'm using a TI-83+ ROM) oh yeah, those "..." tiles are monkey bars which my character is climbing across 5526
TI Z80 / Re: Side Project #2: DUNGEON« on: May 09, 2009, 01:01:26 am »
unless of course you are trying for a very large string right?
5527
Other / Re: "LEGAL" Hacking . . . really« on: May 09, 2009, 01:00:32 am »Invasion of privacy/identity theft will always be illegal for regular citizens such as me, you and the other users of these forums.but not for non regular citizens?! 0.o 5529
Miscellaneous / Re: Doritos Spicy Sweet Chili« on: May 09, 2009, 12:51:17 am »
I think we are talking about chips not chili, though it has chili flavour...I've never had Chili in Arizona before...not even sure I've been there
![]() 5530
TI Z80 / Re: Side Project #2: DUNGEON« on: May 09, 2009, 12:43:05 am »
I figured it out, and I also figured out how to detect the way it is, I'll post my code in a bit.
Code: [Select] :For(A,1,8) it runs pretty quickly on the 83+. this version also includes spikes and stuff.
5531
Miscellaneous / Re: Doritos Spicy Sweet Chili« on: May 09, 2009, 12:38:23 am »
isn't it the sweet chili heat up here?
5532
TI Z80 / Re: Side Project #2: DUNGEON« on: May 08, 2009, 07:14:20 pm »
ah, well I could do the boarder thing but still make it so the maps don't need to be very large, but what about detecting a tile above your character? how did you do that?
5534
Other Calculators / Re: UnSS Contest« on: May 08, 2009, 06:12:16 pm »
sounds like a good idea, let me look at the rules to see if you can submit it, because you have already announced it, but you haven't entered it into any other contest yet.
Quote from: UnSS Contest Rules Participating in a Contestlooks like you could ![]() 5535
TI Z80 / Re: Side Project #2: DUNGEON« on: May 08, 2009, 04:41:24 pm »
hmm, interesting stuff, I just played around with your code trevmeister66
and I was able to cut four bytes from it and display the same amount. Code: [Select] For(A,2,9) I also was testing it out and it loads at about teh same speed, but it might be a little faster, I can't really tell.EDIT: oh yeah I modified it some more and made it 15*8 and I also made it so it doesn't waste memory by making the maps have extra characters that aren't displayed. Code: [Select] For(A,1,8) this also cut's two more bytes. and that excludes the bytes saved on the maps.EDIT2: ok, I also added a little bit of game play to it, but I'm having some trouble detecting tiles above your character... how did you do detection? |
|