- 4
- Posts
- 15
- Years
- Seen Jul 28, 2010
I have some hack questions, but I have this one for today:
I'm having troubleshooting for playing the hacks, I can't play one.
I'm having troubleshooting for playing the hacks, I can't play one.
Does anybody know the size a learned moveset table needs to be to store 14 moves? I need to know the size to input in FSF to find the space to write and repoint my fakemon move table to.
I'm adding D/P/Pt pokemon into my hack. I've indexed my sprites, inserted successfully, same with the icons. Now I need to edit their stats/movesets/evolutions. YAPE is not an option because I used the blank slots between Celebi and Treecko. Is there another tool I can use, or am I gonna have to re-do all that and replace old pokemon?
Correction, YAPE IS an option. All you have to do is remove moves from old Pokemon. Some of the evolutions have some moves listed twice, so remove one of the double listed moves, and soon you will have enough moves for all 25 slots.
#org @start
checkflag 0x1000
if 0x1 goto @snippet1
applymovement 0x4 @move1
applymovement MOVE_PLAYER @move2
waitmovement 0x0
msgbox @string2 MSG_YESNO '"misery loves company"
compare LASTRESULT 0x1
if 0x1 goto @snippet2
if 0x0 goto @snippet3
waitmovement 0x0
'---------------
#org 0x800000
lock
faceplayer
msgbox 0x880000D MSG_NORMAL '"YOU ARE A MUFFIN."
release
end
'---------
' Strings
'---------
#org 0x80000D
= YOU ARE A MUFFIN.
i was on the internet, and then saw this map
![]()
and i'm wondering, what theese regions are
![]()
because if they aren't real, i'm going to make a
hack with the islands.
i haven't found any info about them, but i want to check first.
Uh.. dude... THOSE ARE REAL MAPS OF EVERY REGION! (Nintendo's!)
The circled area on the right is an edited version of Orre (Compare to: https://www.serebii.net/pokearth/)
Not sure about the other bit.
Orre is on the Northeast landmass that kanto and johto are on, so that shouldn't be it.
at least acording to the sites i've seen
Does anybody know the size a learned moveset table needs to be to store 14 moves? I need to know the size to input in FSF to find the space to write and repoint my fakemon move table to.
Does anybody know the size a learned moveset table needs to be to store 14 moves? I need to know the size to input in FSF to find the space to write and repoint my fakemon move table to.
What do you mean? Changing the music a map plays? Or taking a song in the game and replacing it with a custom song?
Now I have some hack questions.
1.You know those option bars? *Example: "Are you a boy or a girl?" Boy/Girl. How do you make option bars for any character after a simple question and how does it work?
2.How do you make Pokemon gyms in certain towns(which don't have one).