The PokéCommunity Forums

The PokéCommunity Forums (https://www.pokecommunity.com/index.php)
-   Binary ROM Hacking (https://www.pokecommunity.com/forumdisplay.php?f=284)
-   -   Script hi (https://www.pokecommunity.com/showthread.php?t=384133)

JenYU November 27th, 2016 3:06 AM

hi
 
hi
i been playing hacked rom for years , but i just going to start making a rom,.

Since this is a beginning , i was thinking of modfiying for than making a new one. so i made a unique pokemart

http://image.prntscr.com/image/5bbdf88b72084146a5f2a57fa2319a92.png

but i want to make item cheaper than other mart . also i want to add an option of random item give away in the game also , but i don't know how to code them to game
Code:

#dynamic 0x800100

#org @main
lock
faceplayer
msgbox @msg 0x6
pokemart @mart
msgbox @msg1 0x7
release
end

#org @msg
= welcome ,\ndo you want buy?

#org @mart
#raw word 0x14
#raw word 0x15
#raw word 0x16
#raw word 0x13
#raw word 0x0


this is my code , how should i improve it?

mbcn10ww November 27th, 2016 10:04 AM

Quote:

Originally Posted by JenYU (Post 9499530)
hi
i been playing hacked rom for years , but i just going to start making a rom,.

Since this is a beginning , i was thinking of modfiying for than making a new one. so i made a unique pokemart

http://image.prntscr.com/image/5bbdf88b72084146a5f2a57fa2319a92.png

but i want to make item cheaper than other mart . also i want to add an option of random item give away in the game also , but i don't know how to code them to game
Code:

#dynamic 0x800100

#org @main
lock
faceplayer
msgbox @msg 0x6
pokemart @mart
msgbox @msg1 0x7
release
end

#org @msg
= welcome ,\ndo you want buy?

#org @mart
#raw word 0x14
#raw word 0x15
#raw word 0x16
#raw word 0x13
#raw word 0x0


this is my code , how should i improve it?

Well, to make your Pokémart cheaper than others, you need some ASM code:
Adjusting PokéMart Prices by percentage
Then create a script when you enter the mart enabling the flag, then a script when you leave the mart disabling the flag. For the random item give away thing, I don't know if it is possible.

JenYU November 30th, 2016 11:57 PM

Quote:

Originally Posted by mbcn10ww (Post 9499793)
Well, to make your Pokémart cheaper than others, you need some ASM code:
Adjusting PokéMart Prices by percentage
Then create a script when you enter the mart enabling the flag, then a script when you leave the mart disabling the flag. For the random item give away thing, I don't know if it is possible.

i know but i didn't make a sence to me at all
it feels like this
http://rs27.pbsrc.com/albums/c171/tehlime/gifs/29w1kw0.gif~c200

mbcn10ww December 1st, 2016 3:19 AM

Quote:

Originally Posted by JenYU (Post 9503822)
i know but i didn't make a sence to me at all

Well, it's the only way, for somethings you always need ASM. :/

JenYU December 1st, 2016 3:37 AM

Quote:

Originally Posted by mbcn10ww (Post 9503887)
Well, it's the only way, for somethings you always need ASM. :/

how to use it?

Logan December 1st, 2016 3:43 AM

Quote:

Originally Posted by JenYU (Post 9503895)
how to use it?

The linked post is about as simple as you will get. I suggest you persevere, do your research and use the method provided.

mbcn10ww December 1st, 2016 3:44 AM

Quote:

Originally Posted by JenYU (Post 9503895)
how to use it?

It's what you need:
https://www.pokecommunity.com/showpost.php?p=8526603&postcount=199

This tutorial will help you assembling that code.

JenYU December 1st, 2016 3:55 AM

Quote:

Originally Posted by Shenron (Post 9503897)
The linked post is about as simple as you will get. I suggest you persevere, do your research and use the method provided.

i have no idea about programmin since im a civil student . i was thinking of making a rom since i was 14 , now im 21 . since i don't know any programming language it is hard.

can you help me to find tutorial of adding new ow and normal spirite?

mbcn10ww December 1st, 2016 4:04 AM

Quote:

Originally Posted by JenYU (Post 9503904)
i have no idea about programmin since im a civil student . i was thinking of making a rom since i was 14 , now im 21 . since i don't know any programming language it is hard.

can you help me to find tutorial of adding new ow and normal spirite?

You don't need to know ASM, I don't know ASM and I've did a lot of Assembly hacking.

OverWorld: https://www.pokecommunity.com/showthread.php?t=361064

What are you trying to say with "normal sprite"? It's trainer sprites or Pokémon sprites?

JenYU December 1st, 2016 5:35 AM

Quote:

Originally Posted by mbcn10ww (Post 9503909)
You don't need to know ASM, I don't know ASM and I've did a lot of Assembly hacking.

OverWorld: https://www.pokecommunity.com/showthread.php?t=361064

What are you trying to say with "normal sprite"? It's trainer sprites or Pokémon sprites?

i want to add a new trainer overworld and the spirite show during battle as unique separately

mbcn10ww December 1st, 2016 5:38 AM

Quote:

Originally Posted by JenYU (Post 9503959)
i want to add a trainer overworld and the spirite show during battle as unique separately

Well, try the link I sent, for OverWorld adding, and check my signature for adding trainer sprites tutorial.

JenYU December 1st, 2016 5:48 AM

Quote:

Originally Posted by mbcn10ww (Post 9503962)
Well, try the link I sent, for OverWorld adding, and check my signature for adding trainer sprites tutorial.

what about tiles?

mbcn10ww December 1st, 2016 5:51 AM

Quote:

Originally Posted by JenYU (Post 9503969)
what about tiles?

I don't know anything about adding tiles because I haven't started my map editing, I still on ASM for now. Try searching the forum.

JenYU December 1st, 2016 10:09 AM

Quote:

Originally Posted by mbcn10ww (Post 9503972)
I don't know anything about adding tiles because I haven't started my map editing, I still on ASM for now. Try searching the forum.

i need a help is there any sprite maker here? the sprite i edited is a little bigger than i thought it ill behttps://s13.postimg.org/vs0n4cxw7/Screenshot_23.png

mbcn10ww December 1st, 2016 10:35 AM

Quote:

Originally Posted by JenYU (Post 9504256)
i need a help is there any sprite maker here? the sprite i edited is a little bigger than i thought it ill behttps://s13.postimg.org/vs0n4cxw7/Screenshot_23.png

You have to use the original sprite as a base to make sure it is in the correct size.


All times are GMT -8. The time now is 9:14 AM.


Like our Facebook Page Follow us on Twitter © 2002 - 2018 The PokéCommunity™, pokecommunity.com.
Pokémon characters and images belong to The Pokémon Company International and Nintendo. This website is in no way affiliated with or endorsed by Nintendo, Creatures, GAMEFREAK, The Pokémon Company or The Pokémon Company International. We just love Pokémon.
All forum styles, their images (unless noted otherwise) and site designs are © 2002 - 2016 The PokéCommunity / PokéCommunity.com.
PokéCommunity™ is a trademark of The PokéCommunity. All rights reserved. Sponsor advertisements do not imply our endorsement of that product or service. User generated content remains the property of its creator.

Acknowledgements
Use of PokéCommunity Assets
vB Optimise by DragonByte Technologies Ltd © 2023.