Thoriére
[i]If everything's a dream, don't wake me.[/i]
- 121
- Posts
- 10
- Years
- GMT -8:00
- Seen Sep 14, 2024
Sorry for posting so much the past couple days, I haven't hacked in a while because life has been way too hectic... settled down now that I'm living in the middle of nowhere though.
Anyway, I've been crawling over multiple sites trying to figure out how to make hidden trainer sprites from one map (i.e. the first floor of the player's house) show up when the player steps on a tile on another map (i.e. the upstairs floor of the player's house). I know that XSE has a showsprite command, but I'm kind of blanking on how to use it properly. I'm pretty sure it involves something with AdvanceMap IDs but it's not really getting through my head and I'd like someone to explain it to me in a way I can better understand. Since the event occurs after the player obtains their starter, I'm basing it off of the flag that's set in BPRE when you obtain your first PKMN and are able to access that menu.
Unfinished script included below. The section I need help with is underneath "#org @showsprites", but if there are any other bugs you can see, please let me know.
If possible, I'd like help understanding what the process is rather than just having somebody write the script for me. Thanks to anyone who responds.
Anyway, I've been crawling over multiple sites trying to figure out how to make hidden trainer sprites from one map (i.e. the first floor of the player's house) show up when the player steps on a tile on another map (i.e. the upstairs floor of the player's house). I know that XSE has a showsprite command, but I'm kind of blanking on how to use it properly. I'm pretty sure it involves something with AdvanceMap IDs but it's not really getting through my head and I'd like someone to explain it to me in a way I can better understand. Since the event occurs after the player obtains their starter, I'm basing it off of the flag that's set in BPRE when you obtain your first PKMN and are able to access that menu.
Unfinished script included below. The section I need help with is underneath "#org @showsprites", but if there are any other bugs you can see, please let me know.
Spoiler:
Code:
#dynamic 0x800000
#org @start
lock
checkflag 0x828
if 0x1 goto @showsprites
msgbox @gobackin 0x4
closeonkeypress
release
end
#org @showsprites
#org @gobackin
= (...Should I go back to the\nkitchen?)\p(...It's like I can feel something\labout to happen... Tingling under\lmy skin.)\p...\p(I wonder...)
If possible, I'd like help understanding what the process is rather than just having somebody write the script for me. Thanks to anyone who responds.
Last edited: