• 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.
robinjea
Reaction score
51

Profile posts Latest activity Postings About

  • You can put the new pallet into free space and point the relevant entry on the table to that new pallet (formerly free space).

    the table2 pointer is the location of the table you make which has pointers to the pallets (NOT the pallets themselves, pointers to them). You, once again, put this table in free space and fill it with pointers to the pallets you create.
    When you insert text, it's saved as a hex string, each byte representing a different character. Find the byte that corresponds to the character you want and find its entry in the table (00 = space = first entry in the table)
    Just find the text byte that the letter corresponds to (the hex value for the character) and then find that number entry in the table.
    Basically, the routine reads a table (which you need to create, since it's not in the ROM as standard) for the pallet to load. You populate the table with pointers to your custom pallets where Pallet 0x1 is in slot 0 and 0x2 is in slot 1 and so on and so forth (because Pallet 0x0 indicates that there should be no mugshot).

    You build the pallets in the same format as the examples I point you to. You can simply copy and paste an existing pallet and then modify it, if you so desire. It's hard to explain what I mean without using "veteran rom hacker" terms.

    I'm so used to being able to say "populate the table with pointers" and people know what that means. Sorry, I'm not the best at explaining myself.
    Can I just ask how on earth you found that? It's held on a now dead website, that's quite impressive, I gotta say. Sorry, just curious. :P

    Check this thread out, it has the offsets for the existing pallets in the games. Look at them to understand how to build your new pallet for the BG. As to using them, you need to create a table with pointers to each new pallet you create where pallet 0x1 is the 0x0th entry on the table and so on.

    http://www.pokecommunity.com/showthread.php?t=240183
    Really? I don't read it because I'm not online, and you immediately assume I ignored you?

    Anyway, you can have up to 0xFF pallets. The actual limit depends on how many you put in.

    Yes, the line is supposed to be there. It's there on the player's one, just harder to see due to colouring.
    It's not bad, but I don't think the palette on Hilbert really matches with the style of the sprite. You should try creating your own custom palette to use with the sprite, and see how that looks.
    MSN is Windows Live Messanger. That thing that came with your computer (if you run windows:p) that is shaped like two torsos.:D
    Oh! and if you need some OW Sprites for your Ninja pocket thing, I made a Sasuke OW which isn't complete. I can complete it if you want, just tell me. You can gimme credit if you want to use it but I dun mind not having credits ^^ http://fav.me/d5xjh64 if you don't like a few things, feel free to make your changes.
    Pretty much the same for Ruby, but you'll have to search for different things. Anbuja's method is the same as mine, but I didn't show me opening the textbox and whatnot on the tutorial below. Anbuja's my teacher :D All you have to do is to repeat the steps till the bookmarks, open up the textbox bookmark, click on Edit>Palette, match the palette of the shadow with a screenshot or something, and edit the palette of the shadow to whatever you like. Then, make whatever the script you want, and the shadow will be there. This time you won't need a command on XSE cuz the shadow appears on every text.
    About ruby, I am not very sure. I can check for you if you want, but I think it is highly possible that they are the same. For the part about changing the shadow, I think it is 5A67 (On the Fr rom. But you'll have to compare for yourself with a screenshot of some text if you wanna check for ruby.) they are all in the same class.
    Hey, Anbuja's probably busy so I'll show you how to do it:

    Spoiler:
    To edit the texts colour download NSE classic version.

    Open your ROM and do this:

    Goto "Options"=>"Bookmarks"=>"View Bookmarks", Then should a new box appear with a row of things on the left where you see a "+" before the things, or looking like this"
    +Textboxes
    +Backsprites
    +Backsprites etc.

    Click on the "+" at textboxes and there should appear new stuff(Type1, type2,type3 etc).
    click on "Type1", then should appear right the textbox, click "Open" and close that little window (KEEP NSE OPEN).

    Then do this please:

    Goto "Edit"=>"Palette".
    After this open a new window that has a palette, if you change the correspondending colours the text ingame will change.

    You wanted to change the shadow of the text so change the 4th colour(5a67) in that window to the colour you want.

    ~Anbuja
    It depends on what you want to do with them, but as a general rule I would say "you don't". If you wanted to resize them for a GBA rom hack, your best bet would be to crop out the bottom half of the sprite and adjust the colors to work in the rom. Alternately, you could redraw the sprite at the smaller size.
  • Loading…
  • Loading…
  • Loading…
Back
Top