+ Post New Thread
Page 1 of 2
1 2 LastLast
Threads 1 to 20 of 21

Forum: Zasm General Discussion/Help

General questions/comments about Zasm go here.

  1. Documentation project

    I'm working on a project at the moment, and it involves ZASM. However, currently, the documentation is... shall we say, less than adequate. To...

    Started by pkmnfrk, 05-23-2010 10:19 PM
    • Replies: 7
    • Views: 169
    08-21-2010 07:50 AM Go to last post
  2. Documentation

    I'm just curious but, when are you going to update the help documentation, even though it's become obsolete since we now have an official ZCWiki. ...

    Started by Archangel, 03-26-2009 04:41 PM
    • Replies: 7
    • Views: 683
    03-27-2009 01:58 PM Go to last post
  3. Where's the Documentation?

    I've noticed that after more than 2 years of Zasm, there is still no good documentation on it. Sure, I can write to any variable in the game engine,...

    Started by thebetter1, 12-03-2008 04:12 PM
    • Replies: 0
    • Views: 455
    12-03-2008 04:12 PM Go to last post
  4. Quick Question

    How long, in real time, does the average ZASM command take to execute?

    Started by Snarwin, 12-04-2007 02:51 AM
    • Replies: 7
    • Views: 1,138
    06-11-2008 10:33 PM Go to last post
  5. More Zasm help needed...

    This script is suppossed to move in a direction, then reflect in the direction of Link's sword when he hits it. It parses just fine, and everything...

    Started by Revfan9, 03-01-2007 12:44 AM
    • Replies: 1
    • Views: 554
    06-11-2008 03:53 AM Go to last post
  6. Updated ZASM command/variable list?

    Considering the one that I have is over a year old...

    Started by Revfan9, 03-18-2008 02:28 AM
    • Replies: 0
    • Views: 498
    03-18-2008 02:28 AM Go to last post
  7. What are all the ZASM commands?

    Like the title says. I want to get into scripting, but that's impossible if I don't know the commands I can use, BESIDES WAITFRAME AND VOID RUN()....

    Started by pikaguy900, 12-03-2006 09:04 PM
    2 Pages
    1 2
    • Replies: 12
    • Views: 957
    09-09-2007 02:57 AM Go to last post
  8. Okay. Seriously.

    <rant> Why am I the only person that uses Zasm? Am I the only one that takes out the time to learn it? Come on now, I can't be the only person...

    Started by Revfan9, 03-25-2007 06:02 AM
    • Replies: 4
    • Views: 924
    06-11-2007 01:32 AM Go to last post
  9. First Zasm Item

    I mainly posted this thread because I need someone who can test this item, because build 229 doesn't work on my computer, although it works on some....

    Started by Revfan9, 02-25-2007 05:29 PM
    • Replies: 0
    • Views: 545
    02-25-2007 05:29 PM Go to last post
  10. Help with this ZASM script

    MULTV d0,60; Set d0 as the number of seconds between warps. SETR d1,d0 WAIT WAITFRAME COMPAREV d0,0 GOTOTRUE MOVE GOTO WAIT MOVE SETR d0,d1...

    Started by bluedeath, 02-09-2007 09:33 PM
    • Replies: 5
    • Views: 626
    02-21-2007 10:41 PM Go to last post
  11. Zasm scripts crashing...

    I'm not sure if this is something I'm doing wrong, or a bug, but whenever I try to run this script, the player crashes, but it parses just fine: ...

    Started by Revfan9, 02-17-2007 05:13 AM
    • Replies: 1
    • Views: 583
    02-21-2007 10:02 PM Go to last post
  12. Umm, we DO have global variables, you know...

    I've seen suggestions for global variables, and I just want to clear this up: We already have them. gd0-255 Global variables used throughout the...

    Started by Revfan9, 01-16-2007 02:39 AM
    • Replies: 4
    • Views: 633
    01-18-2007 02:01 PM Go to last post
  13. "Ally" Script

    I'm trying to write a script that makes an "Ally" follow Link directly behind his back, and when there are enemies around, it chases after enemy1,...

    Started by Revfan9, 01-07-2007 10:30 AM
    • Replies: 5
    • Views: 688
    01-14-2007 04:38 AM Go to last post
  14. Unhappy please help with importing!!!

    why cant i load multiple zscripts/zasms? heres what i mean: http://i118.photobucket.com/albums/o92/FIERCEDEITY777/Screen01.jpg

    Started by FIERCEDEITY, 01-08-2007 09:53 PM
    • Replies: 4
    • Views: 582
    01-09-2007 03:48 PM Go to last post
  15. Zasm Drawing functions

    Could I get an explanation of how to use the script drawing functions in Zasm (assuming they exist)? Nevermind... Jman explained them in another...

    Started by Revfan9, 01-04-2007 08:44 PM
    • Replies: 0
    • Views: 506
    01-04-2007 08:44 PM Go to last post
  16. Continuation of L's Gohma Script

    You know.. the boss at the end of Revolution dungeon. Can anyone show me an example of what the script (#13) would like if he had two attacks, one...

    Started by Fire Wizzrobe, 12-03-2006 09:18 PM
    • Replies: 2
    • Views: 601
    12-07-2006 11:57 PM Go to last post
  17. Creating another FFC in Zasm

    How do I use Zasm to create another FFC, and that FFC having a script of it's own? I saw it done in _L_'s Revolution Dungeon with that boss at the...

    Started by Revfan9, 11-05-2006 06:32 PM
    • Replies: 6
    • Views: 804
    11-06-2006 05:01 AM Go to last post
  18. Zasm questions.

    1. What are the Zasm equivilants of +=,-=,*=,/=,^=,&=, etc.? 2. How do you set a warp to trigger in Zasm?

    Started by Revfan9, 10-21-2006 09:24 PM
    • Replies: 7
    • Views: 830
    10-23-2006 11:35 AM Go to last post
  19. A generic "What is wrong with my script!?" thread.

    So I've been writing a script for a custom boss, and I am having a bit of trouble. WAIT WAITFRAME COMPAREV x,209 GOTOMORE A COMPAREV x,32 ...

    Started by Revfan9, 10-22-2006 05:57 AM
    • Replies: 2
    • Views: 733
    10-22-2006 08:05 AM Go to last post
  20. actually enabling them

    how do i actually make a script be put in effect on a screen? I cant figure out how.

    Started by zeldafan500, 10-02-2006 09:25 PM
    • Replies: 1
    • Views: 765
    10-04-2006 01:20 PM Go to last post

+ Post New Thread

Forum Information and Options

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts