Jump to content

Saiko

Member
  • Posts

    21
  • Joined

  • Last visited

Posts posted by Saiko

  1. Hi, I can't localize some hex codes, I mean hex codes that describes appearing an "exclamation mark" like it is when we go front to another trainer and he then wants to battle. I want to add an NPC that when we go front to him, he/she wants to talk with us and then he/she will give us for example a Dream Ball. I have these hex codes but I don't have yet hex codes I described here :/ Can somebody help me with that script?

    2E 00

    A6 00 47 05

    74 00

    10 00 7F 01

    08 00 00 00

    11 00 01 00

    1F 00 FF 48 00 00 00

    3D 00 00 04 11 00 00 00 00 00 00 00 00 00

    3F 00

    09 00 00 80

    09 00 01 80

    2A 00 00 80 40 02

    2A 00 01 80 01 00

    1C 00 F5

    0A 0A 00 01

    80 0A 00 00 80

    3D 00 00 04 12 00 00 00 00 00

    32 00

    3F 00

    30 00

    2F 00

    02 00

  2. Hi

    I am trying to add a new trainer battle. I used Spiky's DS Map Editor 1.8.1 and in the section "Text Editor" I changed one name of a trainer, for example for Tommy but now I dont know how to change a name for Tommy in the "trdata / trpoke". Could somebody help me with that?

    I wanted also to know how to add new Trainers and Pokemon in the "trdata / trpoke". What I should do is to copy one slot and rename it? Then I must to know how to change the name of a trainer in "trdata / trpoke".

  3. Hi, I need to know how to create new battles with trainers and put them into Pokemon B2W2 games.

    I saw Pokemon Blaze Black 2 and Volt White 2 hack, there were added new battles with Hoenn Leaders, I want to do this same but with my own created trainers but I really dont know how to do that :C

    I have "BWTE 2 for Expanded Trainers (1000)", there are free slots for adding new battles.

    BWTE2_zps01f3bd5d.jpg

    Anybody know what to do step by step to add Trainers and their names?

    It would be great to know how to do this.

    Thx for help.

  4. Hi

    I need to know what is the Haxorus Overworld Sprite code. I am using NPCE tool to change sprites of NPCs and Pokemon. I changed a lot of sprites but I can't find Haxorus's sprite code :/ I couldn't find Emolga's sprite too.

    To check Haxorus's sprite I need to know what is the Overworld narc and Script narc for Nature Preserve, but I don't have 100% Save game and cant't check this :C

    Have someone the Pokemon Black 2/ White 2 Save game with Nature Preserve available???

  5. Hi

    Somebody know where I can find Pokemon B2W2 Overworld sprites list? I am using NPC editor tool but I cant find EMOLGA's sprite :C I need to write some numbers to have a sprite that I want but sometimes is too difficult to find sprite that I want :C

    for example:

    sprite for Skitty is under these numbers - 4429

    sprite for Klang is under these numbers - 4700

    sprite for Emolga ??? Can't find it :/

    It will be nice to know all codes for sprites.

  6. Hello

    It is possible to add new trainer and battle?

    To do that I think is a lot of things to do :/ To add new trainer , battle I need to add sth in Overworld narc, Script narc, Trdata narc, Trpoke narc right?

    I know there is sth like ID of a trainer also name of a trainer :/ Somebody knows how to add new trainer?

  7. I have a question. I want to add new move slot but I dont know what exactly to do :C

    In your tool "A-Pokemon Moveset Editor" there is information how to add new move slot but it isn't clear for me :C

    1)extract all file from narc 
    2)added 4 byte for 1 slot move 
    3)repack with a tools like puyo/ tinke/ kiwi.ds/ PPNR

    I dont understand which narc should I extract and how to add these 4 bytes for 1 slot move :/ Can u explain me step by step what I should do??

  8. Hi, I need some help, I dont understand some things with adding NPC.

    I know only how to add NPC with NPCE tool and via HxD editor, but I dont know what to do to speak with that NPC :C

    1. For example I want to add NPC in Aspertia City [Overworld 163] X=52, Y=740

    2. Next I want to talk with that NPC, but I dont know how to do that :C

    3. When I will put that NPC I want to use "Script Event" what I found on this forum:

    [video=youtube;8tBDVstp1hM]

    +

    4. I analized all script and I dont understand these codes:

    6D 00 0A 00 74 00 01 00 A8 02 00 00	  Move Kyogre to spot
    6D 00 0B 00 76 00 01 00 A8 02 00 00	  Move PlasmaM to spot
    6D 00 0C 00 78 00 01 00 A8 02 00 00	  Move PlasmaF to spot
    6D 00 0D 00 7A 00 01 00 A8 02 00 00	  Move Groudon to spot

    Can someone explain me what each code does? If someone know how to add NPC and put that event in "Aspertia City" as I want, can someone give me Raw Script?

    I dont understand this lesson "NPC Manipulation (Add / Remove / MOVE)" on this thread:

    http://projectpokemon.org/forums/showthread.php?29456-B2W2-Scripting-Thread

    There is something like this:

    0069 CreateNPC
    - u16: X coordinate
    - u16: Y coordinate
    - u16: Face direction
    - u16: Overworld ID
    - u16: Sprite Number
    - u16: Movement Permission
    
    69 00 01 00 02 00 03 00 41 00 53 00 02 00
    make NPC @ (X,Y)=(1,2) facing Right, NPC ID=0x41, sprite=SuitMan, looks around randomly

    but I dont understand it where I should put these codes, in which narc and in which place in HxD????

    Please help :C

  9. I have another question.

    I analized your raw script for "Script Event" this tutorial "https://www.youtube.com/watch?v=8tBDVstp1hM#t=38" and I was trying to understand these codes:

    6D 00 0A 00 74 00 01 00 A8 02 00 00	Move Kyogre to spot
    6D 00 0B 00 76 00 01 00 A8 02 00 00	Move PlasmaM to spot
    6D 00 0C 00 78 00 01 00 A8 02 00 00	Move PlasmaF to spot
    6D 00 0D 00 7A 00 01 00 A8 02 00 00	Move Groudon to spot

    When I put these all raw codes for this event it will be good till this point when Kyogre, Groudon and Team Plasma should appear.

    Could u explain me these codes above? There is X, Y which should I change to Groudon, Kyogre etc will appear???

  10. Hi, I am trying to do my own hack of Pokemon Black 2, I'm new with hacking and I need help, I dont understand some things.

    I want to know how to add NPC and speak with him/her

    I dont understand this lesson in this thread "NPC Manipulation (Add / Remove / MOVE)" :frown: I dont know where to put these codes, in "script" or "overworld" ??? Could u explain this step by step which program to use, where to put codes etc?

    I only know how to add NPC to overworld. I added NPC using NPCE tool to [Overworld 168] its probably Hugh's House in Aspertia City.

    Next I want to talk with that NPC. I used HxD editor and load script [854]

    script_zps542cb85c.jpg

    I know the basic code is

    2E 00 				-- LockAll
    A6 00 47 05 			-- PlaySound Clink
    74 00 				-- FacePlayer
    3D 00 00 04 0A 00 00 00 00 00 	-- Message2, current text file, text line 0xA, default settings
    32 00 				-- WaitKeypress
    3F 00 				-- CloseMessage2
    30 00 				-- WaitDelay
    2F 00 				-- UnlockAll
    02 00 				-- End

    And now I dont understand where exactly put these codes. And I also want to know, for example when I put these codes how it recognizes these codes are for NPC I added? There is something like ID of NPC's, right? So what to do with it? I tried a lot of combinations but I couldnt do it as I wanted :C It's too much for me to understand it.

    Can somebody explain me these things step by step?

  11. Hi

    I try to hack my own Pokemon Black 2, I watched two tutorials on the third page of this thread and I know now how to add NPC but I can do it only in rooms or small places :/ I wanted to add NPC on Route 6 for example but the codes looks different and I dont know what to do with that :/ Can somebody help me and check what I am doing wrong and tell me what to do to do it properly?

    I make pictures what I did on HxD program, what I marked and copied, and what I wrote.

    First I marked the section for NPC range, like in tutorial. In lua scripting was:

    Overworld Data [500] @ 0x0223B8AC

    [25] Furniture Range: 0x0008-0x01FB

    [22] NPC Range: 0x01FC-0x0513

    [3] Warp Range: 0x0514-0x054F

    [3] Trigger Range: 0x0550-0x0591

    Successful Parse!

    So I marked this:

    <a href="http://s1245.photobucket.com/user/TomsonXD/media/1_zps05508351.jpg.html" target="_blank"><img src="http://i1245.photobucket.com/albums/gg581/TomsonXD/1_zps05508351.jpg" border="0" alt=" photo 1_zps05508351.jpg"/></a>

    Next I copied it and paste into new file, I changed "16" into "0x24", and next I wrote new codes for new NPC. Game was frozen :/

    <a href="http://s1245.photobucket.com/user/TomsonXD/media/2_zpsc618a427.jpg.html" target="_blank"><img src="http://i1245.photobucket.com/albums/gg581/TomsonXD/2_zpsc618a427.jpg" border="0" alt=" photo 2_zpsc618a427.jpg"/></a>

    Please tell me:

    1. Did I marked proper section?

    2. Section that i pasted (second picture) looks good? In my opinion there is something wrong coz it dont looks like in tutorial but why?

    3. What I wrote (second picture) is a proper code or I did some mistakes? I wanted to add Bulbasaur "01 10" code. It worked when I add NPC in rooms, small places.

    4. When Y is 404, I should write "19 04" or "19 40" ?

×
×
  • Create New...