You are not logged in.
Pages: 1
It's a behavioral pattern found in later games, and I was thinking of introducing it into my hack. I was thinking of having an alternate After Battle text for if you haven't yet received the item and there's an empty spot in your bag. But how would I go about it?
Offline
After battle text is just like any other text, so as far I know you should be able to just use TX_ASM in their after battle text to use a similar script to any other NPC that gives you an item, like the guy on Route 1 who gives you the Potion. This would best be done in the text that shows when you talk to them again after battle, not the text that they say automatically inside the battle itself when you win.
Last edited by Luna (2016-02-08 00:03:51)
I am not very active on this forum. I only pop in from time to time.
Offline
So End Battle, then? And which event would I use? (Because item handouts tend to be tied to an in-game event as listed in the constants.)
Offline
Just one of the umpteen dozen unused Event constants would be fine.
I am not very active on this forum. I only pop in from time to time.
Offline
Pages: 1