Jump to content

X-Lan

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by X-Lan

  1. You make things so much easier to understand. I only know a handful of stuff like pokemon, type & move editing (the basics on HxD) but where/how do i find the message lines so i dont mess with the wrong stuff? How do i edit the narc files text?

    I would be grateful if you let me know some of the locations, either here or via pm :P

    Btw!

    0034

    This command is more simple than the other two.

    It show a message into a grey box, used mostly when you received an item.

    We'll call EventGreyMessage.

    The signature of command is:

    Code:

    EventGreyMessage MSGID BOTTOM

    Important: To close this message, we need to use 0036 command, instead of CloseMessage.

    We'll call this last command CloseEventMessage.

    0034

    This command is more simple than the other two.

    It show a message into a grey box, used mostly when you received an item.

    We'll call EventGreyMessage.

    The signature of command is:

    Code:

    EventGreyMessage MSGID BOTTOM

    Important: To close this message, we need to use 0035 command, instead of CloseMessage.

    We'll call this last command CloseEventMessage.

    Whats the difference between the 2, than the 'CloseEventMessage' command 0036 & 0035?

×
×
  • Create New...