• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Other] Transparent text boxes in firered

3,830
Posts
14
Years
    • Age 27
    • OH
    • Seen May 10, 2024
    You're gonna have to give us a few more details if you want to fix it.
    What method are you using to implement this, and how did you specifically do it yourself? (Where did you place any routines, etc.)
     
    Last edited:
    27
    Posts
    9
    Years
  • You're gonna have to give us a few more details if you want to fix it.
    What method are you using to implement this, and how did you specifically do it yourself? (Where did you place any routines, etc.)

    #dynamic 0x800000
    #org @begin
    writebytetooffset 0x3F 0x4000000
    writebytetooffset 0x1F 0x4000000
    writebytetooffset 0x41 0x4000000
    writebytetooffset 0x3F 0x4000000
    writebytetooffset 0xF 0x4000000
    writebytetooffset 0xA 0x4000000
    writebytetooffset 0xFF 0x20377DC
    writebytetooffset 0xFF 0x20377DD
    writebytetooffset 0x0 0x20377DA
    writebytetooffset 0x0 0x20377DB
    writebytetooffset 0x0 0x20377DE
    writebytetooffset 0x0 0x20377DF
    writebytetooffset 0x0 0x20377EC
    writebytetooffset 0x0 0x20377ED
    writebytetooffset 0x0 0x20377EE
    writebytetooffset 0x0 0x20377EF
    writebytetooffset 0x0 0x20377F0
    writebytetooffset 0x0 0x20377F1
    writebytetooffset 0x0 0x20377F2
    writebytetooffset 0x0 0x20377F3
    writebytetooffset 0x0 0x20377F4
    writebytetooffset 0x0 0x20377F5
    writebytetooffset 0x0 0x20377F6
    writebytetooffset 0x0 0x20377F7
    return

    I keep on trying but it doesnt become a transparent black textbox with white text and i have to talk to someone that i compiled the script and copyed and pasted the offset and it worked a tryed it on script but even though i steped on the tile the scripts on nothing happened!
     
    3,830
    Posts
    14
    Years
    • Age 27
    • OH
    • Seen May 10, 2024
    Well, based on what I know about the transparent textboxes, you need to call that piece of code every time you start a new script. Are you doing that?
     

    Kenny1

    On a break from Rom hacking, to improve other skil
    86
    Posts
    10
    Years
    • Seen Nov 6, 2017
    Nope but after talking to the fat guy every text box becomes transparent but not with the black box and white text
    You would have to explain a bit more, if it becomes transparent, but not black with white text, then what does it become?
    Also you should really use ASM for this, since it is better, and the WBTO method has some side-effects
    Ep!c made a tutorial on Transparent textboxes, and I made the patch for FR, I can give you the hex bytes if you want it, then you just call the ASM routine.
     
    27
    Posts
    9
    Years
  • You would have to explain a bit more, if it becomes transparent, but not black with white text, then what does it become?
    Also you should really use ASM for this, since it is better, and the WBTO method has some side-effects
    Ep!c made a tutorial on Transparent textboxes, and I made the patch for FR, I can give you the hex bytes if you want it, then you just call the ASM routine.

    Alright but I can't find HxD and I really need that to hex edit and I really want it to be a transparent black textbox that has white text
     
    Back
    Top