Author Topic: Twitch  (Read 6830 times)

0 Members and 1 Guest are viewing this topic.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Twitch
« Reply #15 on: May 21, 2011, 06:41:51 pm »
Code: [Select]
Error: Argument '(xen),$4E' (for 'ld') not understood. [zztemp.asm:132]
Error: Argument '(xu),48' (for 'ld') not understood. [zztemp.asm:133]
Error: Argument '(xen),b' (for 'ld') not understood. [zztemp.asm:141]
Error: Argument '(xu),b' (for 'ld') not understood. [zztemp.asm:151]

Code: [Select]
ld (xen),$4E ;load enimies xpos 78 /$4E
ld (xu),48


intro:
push bc        ;store b for the loop
ld a,(xen) 
ld b,a        ;dec a store back into xen
dec b
ld (xen),b             
ld ix,them   ;load sprite data into ix
ld bc,$1010
ld l,1
call ilargesprite


ld a,(xu)
ld b,a
inc b            ;inc xu
ld (xu),b
ld ix,you
ld bc,$1010
ld l,48
call ilargesprite
pop bc
djnz intro

Yeah some one mind pointing me in the right direction?

You can't load a value straight into a location, unfortunately. Neither can you load into a location with B, C, or any other register except A and HL. Literally every valid instruction is listed in tasm80.tab or here (hope you don't mind the ad).

The graphics look awesome! Is this your first ASM game?
« Last Edit: May 21, 2011, 06:42:50 pm by Deep Thought »




Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Twitch
« Reply #16 on: May 21, 2011, 06:43:11 pm »
Lol i had that solved a while ago Deep :P if i did not you wouldn't see the animations you see in the screenie xD

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Twitch
« Reply #17 on: May 21, 2011, 06:44:05 pm »
Lol I know, but just in case you guess/checked and were still wondering :D




Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Twitch
« Reply #18 on: May 22, 2011, 01:30:25 am »


Screenie Goodness yay!!

Every thing works! except the help Button which is probably going to give some really bad advice so :P
should probably add in a label that tells you how to exit though xD


Did not have a losing screen in that screenie so here it is!
« Last Edit: May 22, 2011, 01:45:22 am by Geekboy1011 »

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Twitch
« Reply #19 on: May 22, 2011, 12:49:49 pm »
Oh my god, that was *fast*!!!

Lifes and game engine both working and a losing screen :D

Really nice game!

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Twitch
« Reply #20 on: May 22, 2011, 01:18:24 pm »
Hmm i hope people do not follow these instructions 100% literally.....



wait who am I kidding it makes it more fun

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Twitch
« Reply #21 on: May 22, 2011, 10:52:55 pm »
DOUBLE POSTS ARE BEAST


why you ask cause in this particular case they come with game releases ;)

and look a readme!! cause we all know no one is going to actually open that text file :P
Code: (Readme!!) [Select]
=====================
=======TWITCH========
=====================
=Coded By:Tim Keller=
=====Geekboy1011=====
=====================


How to Play:
When the ! appears you hit the [2nd] key as fast as possible

Controls:
[2nd] to start game. Then 1-3 to select Difficulty
[Mode] To see the help Screen
[Del] To delete scores
[Y=] to quit from main menu


Change log:

                 ==v1==
first public release every thing should be done




Todo:

CalcNet GOGOGOGOGOGOGOGOGO!!!!!










Other Crap:
Thank you Omnimaga,Cemetech as with out ya there would be no one to play this GAME >:E


Runer112: For taking the time to put up with me as I spew crap and lies about my own code in a horrid attempt at debugging it

Iambian Zenith: For being the person to actually push me over the edge to start learning asm :P

Every One Else: Um Thanks? You all rule?[/quote]

Game can be Found here
http://www.omnimaga.org/index.php?action=downloads;sa=view;down=672
« Last Edit: May 22, 2011, 11:15:24 pm by Geekboy1011 »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Twitch
« Reply #22 on: June 07, 2011, 02:10:58 am »
I'm glad it's released and you made your first game too. :D

Also in the description you should tell people to avoid drinking too much energy drinks! O.O
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)