mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-21 23:12:16 +13:00
The Big Bad Bugs and the Lunar Lord!
This commit is contained in:
parent
56bf3ef2b0
commit
672cefbd96
60 changed files with 302 additions and 40 deletions
|
|
@ -256,6 +256,9 @@ MoveDescriptions1:
|
|||
dw RockSmashDescription
|
||||
dw WhirlpoolDescription
|
||||
dw BeatUpDescription
|
||||
dw RockHeadDescription
|
||||
dw RockSlashDescription
|
||||
dw CrossCutterDescription
|
||||
.IndirectEnd::
|
||||
|
||||
InvalidMoveDescription:
|
||||
|
|
@ -1264,3 +1267,15 @@ WhirlpoolDescription:
|
|||
BeatUpDescription:
|
||||
db "Party #MON join"
|
||||
next "in the attack.@"
|
||||
|
||||
RockHeadDescription:
|
||||
db "An attack that may"
|
||||
next "cause flinching.@"
|
||||
|
||||
RockSlashDescription:
|
||||
db "A strong imprecise"
|
||||
next "ROCK-type attack.@" ;the original description was too long I think
|
||||
|
||||
CrossCutterDescription:
|
||||
db "Has a high criti-"
|
||||
next "cal hit ratio.@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue