The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Fan Games > Binary ROM Hacking
Reload this Page Script hi

Notices
For all updates, view the main page.

Binary ROM Hacking Need a helping hand or just want to talk about binary ROM hacks? Get comments and answers to any ROM Hacking-related problems, questions or thoughts you have here.

Ad Content
Reply
 
Thread Tools
  #1   Link to this post, but load the entire thread.  
Old November 27th, 2016 (3:06 AM). Edited November 27th, 2016 by JenYU.
JenYU JenYU is offline
 
Join Date: Aug 2013
Location: india
Age: 27
Gender: Male
Nature: Sassy
Posts: 15
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



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?
Reply With Quote
  #2   Link to this post, but load the entire thread.  
Old November 27th, 2016 (10:04 AM).
mbcn10ww mbcn10ww is offline
 
Join Date: Oct 2016
Posts: 352
Quote:
Originally Posted by JenYU View Post
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



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.
Reply With Quote
  #3   Link to this post, but load the entire thread.  
Old November 30th, 2016 (11:57 PM).
JenYU JenYU is offline
 
Join Date: Aug 2013
Location: india
Age: 27
Gender: Male
Nature: Sassy
Posts: 15
Quote:
Originally Posted by mbcn10ww View Post
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
Reply With Quote
  #4   Link to this post, but load the entire thread.  
Old December 1st, 2016 (3:19 AM).
mbcn10ww mbcn10ww is offline
 
Join Date: Oct 2016
Posts: 352
Quote:
Originally Posted by JenYU View Post
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. :/
Reply With Quote
  #5   Link to this post, but load the entire thread.  
Old December 1st, 2016 (3:37 AM).
JenYU JenYU is offline
 
Join Date: Aug 2013
Location: india
Age: 27
Gender: Male
Nature: Sassy
Posts: 15
Quote:
Originally Posted by mbcn10ww View Post
Well, it's the only way, for somethings you always need ASM. :/
how to use it?
Reply With Quote
  #6   Link to this post, but load the entire thread.  
Old December 1st, 2016 (3:43 AM).
Logan's Avatar
Logan Logan is offline
 
Join Date: Nov 2008
Location: Salisbury, England
Age: 28
Gender: Male
Nature: Sassy
Posts: 10,414
Quote:
Originally Posted by JenYU View Post
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.
__________________
Reply With Quote
  #7   Link to this post, but load the entire thread.  
Old December 1st, 2016 (3:44 AM). Edited December 1st, 2016 by mbcn10ww.
mbcn10ww mbcn10ww is offline
 
Join Date: Oct 2016
Posts: 352
Quote:
Originally Posted by JenYU View Post
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.
Reply With Quote
  #8   Link to this post, but load the entire thread.  
Old December 1st, 2016 (3:55 AM).
JenYU JenYU is offline
 
Join Date: Aug 2013
Location: india
Age: 27
Gender: Male
Nature: Sassy
Posts: 15
Quote:
Originally Posted by Shenron View Post
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?
Reply With Quote
  #9   Link to this post, but load the entire thread.  
Old December 1st, 2016 (4:04 AM).
mbcn10ww mbcn10ww is offline
 
Join Date: Oct 2016
Posts: 352
Quote:
Originally Posted by JenYU View Post
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?
Reply With Quote
  #10   Link to this post, but load the entire thread.  
Old December 1st, 2016 (5:35 AM). Edited December 1st, 2016 by JenYU.
JenYU JenYU is offline
 
Join Date: Aug 2013
Location: india
Age: 27
Gender: Male
Nature: Sassy
Posts: 15
Quote:
Originally Posted by mbcn10ww View Post
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
Reply With Quote
  #11   Link to this post, but load the entire thread.  
Old December 1st, 2016 (5:38 AM).
mbcn10ww mbcn10ww is offline
 
Join Date: Oct 2016
Posts: 352
Quote:
Originally Posted by JenYU View Post
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.
Reply With Quote
  #12   Link to this post, but load the entire thread.  
Old December 1st, 2016 (5:48 AM).
JenYU JenYU is offline
 
Join Date: Aug 2013
Location: india
Age: 27
Gender: Male
Nature: Sassy
Posts: 15
Quote:
Originally Posted by mbcn10ww View Post
Well, try the link I sent, for OverWorld adding, and check my signature for adding trainer sprites tutorial.
what about tiles?
Reply With Quote
  #13   Link to this post, but load the entire thread.  
Old December 1st, 2016 (5:51 AM).
mbcn10ww mbcn10ww is offline
 
Join Date: Oct 2016
Posts: 352
Quote:
Originally Posted by JenYU View Post
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.
Reply With Quote
  #14   Link to this post, but load the entire thread.  
Old December 1st, 2016 (10:09 AM).
JenYU JenYU is offline
 
Join Date: Aug 2013
Location: india
Age: 27
Gender: Male
Nature: Sassy
Posts: 15
Quote:
Originally Posted by mbcn10ww View Post
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 be
Reply With Quote
  #15   Link to this post, but load the entire thread.  
Old December 1st, 2016 (10:35 AM).
mbcn10ww mbcn10ww is offline
 
Join Date: Oct 2016
Posts: 352
Quote:
Originally Posted by JenYU View Post
i need a help is there any sprite maker here? the sprite i edited is a little bigger than i thought it ill be
You have to use the original sprite as a base to make sure it is in the correct size.
Reply With Quote
Reply

Quick Reply

Join the conversation!

Create an account to post a reply in this thread, participate in other discussions, and more!

Create a PokéCommunity Account
Ad Content
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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