Recent content by wwmb

  1. wwmb

    Research: [EMERALD] WWMB's List of Things

    If you have the offsets for any tables, that would be awesome! I've got some that aren't on here, but there are some I can't seem to find (like the secret bases, or the fly data) I've been looking at tile-molester and have been writing down offsets there too, Unlz is the next image program I am...
  2. wwmb

    Quick Research & Development Thread

    [prepare for massive wall] 00 CD C7 BB C6 C6 00 BE BF CD C5 FF 00 00 00 00 00 00 00 00 00 00 00 00 48 47 5A 08 14 45 5A 08 01 CD C7 BB C6 C6 00 BE BF CD C5 FF 00 00 00 00 00 00 00 00 B8 0B 00 00 48 47 5A 08 14 45 5A 08 02 CA C9 C5 1B C7 C9 C8 00 BE BF CD C5 FF 00 00 00 00...
  3. wwmb

    Research: [EMERALD] WWMB's List of Things

    I'll get around to those eventually, thanks for putting the link here too! (Sorry for not replying earlier) In other news: Lots of updates have happened. Most recently: Added the Standard Strings
  4. wwmb

    Quick Research & Development Thread

    POKEMON EMERALD I found something kind of wacky when I was messing with strings: //--------------- #org @start msgbox @msg 0x2 end //--------- // Strings //--------- #org @msg = \hF9 This seems to: Repeat last speech from last triggered script/person It is also, always, missing the first 2...
  5. wwmb

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    Yep, ASM seems to be a requirement.... and, if you learn it you could not only activate it (or parts of it, like Jambo kind of does) whenever you want, but make your own version. I don't actually know ASM (yet) either, so I cannot help you very much, other than finding posts by other people :P...
  6. wwmb

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    It should be possible. What game version are you hacking? Sorry, I guess I didn't really read ("living in pallet town") I'm guessing fire red then.... these posts should be relevant then I'll direct you over to these R&D posts to help you get started...
  7. wwmb

    Quick Research & Development Thread

    I think that you should. And just because someone can do something... doesn't mean they would want to go through all the work of designing such a system, ironing out bugs, building it and so on.
  8. wwmb

    Research: [EMERALD] WWMB's List of Things

    Thanks! Yup, yup, this is a big project. I think I finished all of the item-balls though! Were you editing tileset #1 (oops, I missed "57 - Secret bases (items and decor)"), or #2 (ie: 32 = Stoney Secret Base) Added those vars. Ahh variables... that'll be fun to work on hehe. I'll probably...
  9. wwmb

    Research: [EMERALD] WWMB's List of Things

    *Updated the flags section... mostly with Item-ball flags* *Updated the berry section... might have completed it* *Updated the Secret base section... might have completed it* Can anyone tell me whether or not mixing records updates all of the bases (ie: 00-FF), or only the ones used in the...
  10. wwmb

    tajaros Xtreme Scripting Tutorial

    You can also have the sprite set to hidden movement in A-Map, and then use showsprite in a map/level script whenever it is supposed to be shown.
  11. wwmb

    Research: [EMERALD] WWMB's List of Things

    Hello! So, because most lists and tutorials and such seem to be for FR (often LG too), I decided to create this list of things for Pokémon emerald. My goal is to create a single location for someone hacking Emerald to get resources and find out how to do what. So I'm starting by making a place...
  12. wwmb

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    Awesome, and congratulations! I'll take note of that too ^_^
  13. wwmb

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    I used XSE and my sapphire ROM and made: //--------------- #org 0x720000 lock faceplayer checkflag 0x801 //check if the player has gotten the pokedex from the professor yet if 0x1 call 0x872000E release end //--------------- #org 0x72000E writebytetooffset 0x2 0x2026B00 writebytetooffset 0x3...
  14. wwmb

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    Saddly, there isn't a flag for turning the national dex on in RS. I did find this though: writebytetooffset 0x2 0x2026B00 writebytetooffset 0x3 0x2026B01 writebytetooffset 0xDA 0x2024EBE writebytetooffset 0x67 0x2026A5Ayoutu.be/EdT38tz28OM
  15. wwmb

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    Kind of.... if you see large spaces of FF's (Like down at the bottom of the ROM) then yes... but, a lone FF (or a small pach) could be used for something already (so try to judge if you think it's large enough or not.) Correct, the offset. In HxD you can find the offset of your selection by...
Back
Top