Conversation Between Touched and DizzyEgg
Showing Visitor Messages 1 to 10 of 10
-
Yeah, I wanted this exact offset. Thanks so much
-
-
Sorry to bother you for the umpteenth time but could you help me with sth? It's a bit embarrassing, because I lost an important offset from our move tutor talk. I mean that one byte change that allows loading /able/ /not able/ text on the screen for tutor attacks greater than 15. I would be very grateful for that offset or some info how to find it. Again, sorry for my clumsiness
-
If I were you I'd use some scripting language to scrape the sites. I'm not sure what text content you want, but you can select the html element(s) that you want to grab the text from.
-
Hey, do you know if there's a way to massively download ~ 150 webpages as .txt files not manually? I've goggled but the best I got was downloading pages as .html files.
-
I'm pretty sure that's all you need to change, but I haven't actually gotten round to finding all of the hardcoded table pointers, so I can't say for sure. Just search through all the code files to see if the old offset pops up anywhere and replace it. I do use a number of other tables, like the trainer and item tables.
-
Hey, I'd like to ask about sth regarding your mega evolution hack. If I expanded Pokemon, would it be enough if I repoint just the evolution and base stats table? Or is there something else that needs repointing?
-
Thanks for the invitation. I'll drop by.
-
Awesome. If you have any more questions you can come onto the IRC and I'll be able to explain in real time. Check my signature for a link.
-
Wow! I'm really thankful for your massive help and detailed explanation of stack and registers. Although I haven't grasped the concept yet. Especially that part about pushing lower registers(like when you don't need the content of a register beforehand you don't have to push&pop it). This is also the first time I saw stack pointer being actually used in a routine. I'll come back and read that with a fresh mind tomorrow.