Author Topic: about hooks..  (Read 11441 times)

0 Members and 1 Guest are viewing this topic.

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: about hooks..
« Reply #30 on: January 14, 2012, 04:07:56 am »
That's ok jacobly, your code works but I believe that there is a problem with the ending .db : the And and the ] tokens get mad.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: about hooks..
« Reply #31 on: January 14, 2012, 10:16:58 am »
OKay, to change the ] as well as the and token, you should use this code:
Code: [Select]
.dw 14 \ .db 2,"]]"
 .dw 80h \ .db 7," AND?! "
The last db statement is the "end" of the table, so your table needs to end with it.

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: about hooks..
« Reply #32 on: January 14, 2012, 10:20:51 am »
No no, it's ok, I just forgot the ending db $FF