NarutoActor
The rocks cry out to me
- 1,974
- Posts
- 16
- Years
- Age 31
- Brooklyn/Marlboro
- Seen Apr 2, 2016
Take the message convert it into hex, and search for those bytes in a hex editor. But seriously xse is but quicker.
How can I edit the text in pokemon ruby? Advance text doesn't go past the first route and I can't script to save my life. I have searched for about an hour and haven't found anything helpful on this.
Hey, just wondering, I was told to use a "Map Script" for an event that I wanted to happen. After reading the tutorial on how to insert a map script, I realized that my Advance Map doesn't have the header option to create a map script. I've looked everywhere on it and I can't find it...
I'm using 1.92,
thanks in advance
Try toggling "Professional Header View" in the Settings menu (Crtl + H)?
You can use AEP (Attack Editor Pro).I've got a question: how do you edit an attack name? Is there a tool for it, and, if there is, can you give me a link?
Yes, I know that's three questions.
.text
.align 2
.thumb
.thumb_func
.global lesson1
main:
push {r0-r1, lr}
ldr r0, .PLAYER_DATA
ldr r0, [r0]
ldr r1, .VARA
ldrh r0, [r0, #0xC]
strh r0, [r1]
pop {r0-r1, pc}
push {r0-r1, lr}
ldr r0, .PLAYER_DATA
ldr r0, [r0]
ldr r1, .VARB
ldrh r0, [r0, #0xA]
strh r1, [r1]
pop {r0-r1, pc}
.align 2
.PLAYER_DATA:
.word 0x0300500C
.VARA:
.word 0x020270B6 + (0x800D * 2)
.VARB:
.word 0x020270B8 + (0x8000 * 2)
main:
push {r0-r1, lr}
ldr r0, .PLAYER_DATA
ldr r0, [r0]
ldr r1, .VAR
ldrh r0, [r0, #0xA]
strh r0, [r1]
ldr r0, .PLAYER_DATA
ldr r0, [r0]
ldrh r0, [r0, #0xC]
strh r0, [r1, #0x2]
pop {r0-r1, pc}
I've got a question: how do you edit an attack name? Is there a tool for it, and, if there is, can you give me a link?
Yes, I know that's three questions.
Pokeballs that disappear and how do you choose what items inside of it
I made my ASM code work, but it uses 4 registers instead of 2. So, I was wondering if anyone knows a good ASM tutorial document for Pokemon hacking, not general development. HackMew's only has one real lesson in it, and it left a few holes in my understanding. (Although I hope he updates it, as HackMew has written some fantastic routines)
In my hack, whenever I try and access an exp.share item in my inventory, the game crashes. Everything else in the hack works fine except this. Anyone know why or how to fix it?
EDIT: After tying to check the item out in an item editing program, that program also crashes. It works for every other item but the exp.share.