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
this is my code , how should i improve it?
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
![[PokeCommunity.com] hi [PokeCommunity.com] hi](https://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?
Last edited: