Show Posts

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.


Messages - nabako

Pages: [1]
1
Axe / Re: Painting Sprites from File/RAM
« on: October 29, 2018, 12:36:18 pm »
Try without the brackets. The way you are doing it is actually taking the data at Y0 as an address, but you want to use Y0 itself as an address.

Yes that seemed to be the problem. Does Pt-On() only take pointers? I seem to remember that
Pt-On(0,0,[FFFFFFFFFFFFFFFF]) also works.

2
Axe / Painting Sprites from File/RAM
« on: October 29, 2018, 10:49:01 am »
So I've been trying to save my Sprites in an Appvar. That means 8 Byte per Sprite in a dedicaded Texture section, which isn't a problem.
But how do I actually paint them from a File?
Let's say my Sprite is in Y0 to Y0+7.
I tried the simple way Pt-On(0,0,{Y0}) which seems to only use the first Byte and only make sime gibberish.

3
Introduce Yourself! / Hello, nabako here
« on: March 09, 2016, 07:02:58 am »
Hello Omnimaga,
I am nabako, a german pupil (doing my finals soon  :-\ )

I really enjoy using my TI-84 + in math classes to play and code (mostly little RPGs)

I started with Basic and soon found out that my games were to slow in Basic, but I
didnt want to learn Assembler, luckily I found AXE and this website with many helping hands   ;D

Hope some time I can help newbies like some of you do ;D

4
Axe / Re: Quick Grayscale Tutorial
« on: March 09, 2016, 06:41:45 am »
Ah okay  ;D
Still learning...
Now i do understand how it works.
Really appreciate your help.

Nabako

5
Axe / Re: Quick Grayscale Tutorial
« on: March 08, 2016, 12:48:05 pm »
I do have a question about the code You showed there.
What exactly is ""?
Is it a command? I only found "sub(" as a command.

The topic may be old, but I hope You anwser.

Nabako

6
Axe / Re: Axe Application transfering
« on: February 24, 2016, 03:51:05 pm »
Thank you very much.
This problem ruined the week for me.
 ;D

7
Axe / Axe Application transfering
« on: February 24, 2016, 01:40:15 pm »
Hello,
I do have a problem with a (working) application.
When i try to send it to another Calculator it wont work.
The transfer of other apps like Finance etc. work fine, but if i send a self made
application, it waits a long time and says Error in XMIT.
Does anyone know what could be the problem?
Hope for anwsers.

PS: The source code is ~8400 Bytes large, so I didn't post it here.

8
Axe / Re: Axe Q&A
« on: November 21, 2015, 05:56:05 am »
Guess I'll be using TI-Basic then.
Anyways, thank you for the quick help :)

9
Axe / Re: Axe Q&A
« on: November 20, 2015, 02:21:11 pm »
I did use the mini USB port.
And I have to use the mini USB because the guys wnating to play the game(thats what im trying to create)
only have the mini USB link cable.

Is there really no way to send any data with that cable?

10
Axe / Re: Axe Q&A
« on: November 20, 2015, 12:50:33 pm »
What is the proper way to send data from one calculator to another?
The Command List says "Send(" can send a byte, which is a number 0-(2^8)-1, but when I try to send a Variable and get the Variable with "Get->A"
A doesn't have the value that was sended.

I did loop Get, until A≠-1 but A wont change...

Pages: [1]