0 Members and 1 Guest are viewing this topic.
(Also, i'd prefer if you didn't use the pronoun "he" to talk about me)
Chickendude releases stunning graphical RPG for the TI-83 PlusA few days ago, Chickendude has finished his RPG project, after years of work and hiatuses, and then Chickendude uploaded it on Ticalc.org, who approved it just now. Featuring great artwork by Chickendude, the RPG features hours of gameplay, great story and more! Here is a screenshot about Chickendude game:<insert pic here>You can download Chickendude RPG here(link).
Quote from: chickendude on January 29, 2012, 06:08:16 pm(Also, i'd prefer if you didn't use the pronoun "he" to talk about me)What would you prefer?
Chickendude releases stunning graphical RPG for the TI-83 PlusA few days ago, they finished their RPG project, after years of work and hiatuses, and uploaded it on Ticalc.org, who approved it just now. Featuring great artwork by Chickendude, the RPG features hours of gameplay, great story and more! Here is a screenshot of the game:<insert pic here>You can download the RPG here(link).
[...]@Iambian: Yeah, it seems like the best way to understand it all (especially how things are stored in memory, which seems to be one of the more complicated issues) would be looking at the source along with your explanations. Also, thanks for that file, is it the same as the information available on the google code site? Anyway, i'll look through it, thanks. Take your time, there's no rush. And i don't want to take the control of the program (especially the creative control) away from you, i just want to help you finish it the way you envision it, so we'll se what we can do [...]
Good idea, providing you continue keeping us updated here afterward too
09. If have BLIND FIGHTING, %HITRATE = %HITRATE - ( %HITRATE / 4 )
I made the new source you gave me into a WabbitCode project file but ended up having a couple errors trying to compile, and i just wanted to make sure that i've got it right. Basically, in the statcalc file in p0 there were two undefined addresses (lines 107/120), AddAtoHL and statgetbuf+5. I changed them to AddAtoHL0 and statgetbuf1+5.