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.
After a bit more research while developing other parts of my hack, I realized the problem. This tile script I placed was using var 0x4050, which the value is changed to 0x1 after the first time you meet Prof Oak. (found that tidbit here
Since the tile script stops working when the value is...
Obviously this thread is very old now and you most likely figured out how to achieve this already, but in case anyone else is trying to do something like this, here goes. The easiest way to change this text is probably to use a hex editor (if you're comfortable with it). Using the list of values...
I am very noobish with ASM right now and I find it intimidating because of how tedious it appears to be to make advanced routines... nonetheless, these tutorials are very informative and very well put together! Thanks!
I am trying to make a script to turn the player around if they try to enter a door I placed in Oak's lab (Fire Red). The script seems to work in the beginning, before trying to leave Pallet Town, but after Oak brings you to his lab it no longer works. Here is my code so far.
I am attempting to...