You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Rename more script commands for consistency and predictability
Fixes #540
This commit is contained in:
@@ -49,7 +49,7 @@ MoomooScript:
|
||||
checkevent EVENT_HEALED_MOOMOO
|
||||
iftrue .HappyCow
|
||||
writetext MoomooWeakMooText
|
||||
writebyte MILTANK
|
||||
setval MILTANK
|
||||
special PlaySlowCry
|
||||
buttonsound
|
||||
writetext Route39BarnItsCryIsWeakText
|
||||
@@ -67,9 +67,9 @@ MoomooScript:
|
||||
checkitem BERRY
|
||||
iffalse .NoBerriesInBag
|
||||
takeitem BERRY
|
||||
copybytetovar wMooMooBerries
|
||||
addvar 1
|
||||
copyvartobyte wMooMooBerries
|
||||
readmem wMooMooBerries
|
||||
addval 1
|
||||
writemem wMooMooBerries
|
||||
ifequal 3, .ThreeBerries
|
||||
ifequal 5, .FiveBerries
|
||||
ifequal 7, .SevenBerries
|
||||
|
||||
Reference in New Issue
Block a user