You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Split battle/ into data/ and engine/ components
This commit is contained in:
36
data/wild/flee_mons.asm
Normal file
36
data/wild/flee_mons.asm
Normal file
@@ -0,0 +1,36 @@
|
||||
FleeMons:
|
||||
; referenced by TryEnemyFlee and FastBallMultiplier
|
||||
|
||||
SometimesFleeMons: ; 3c59a
|
||||
db MAGNEMITE
|
||||
db GRIMER
|
||||
db TANGELA
|
||||
db MR__MIME
|
||||
db EEVEE
|
||||
db PORYGON
|
||||
db DRATINI
|
||||
db DRAGONAIR
|
||||
db TOGETIC
|
||||
db UMBREON
|
||||
db UNOWN
|
||||
db SNUBBULL
|
||||
db HERACROSS
|
||||
db -1
|
||||
|
||||
OftenFleeMons: ; 3c5a8
|
||||
db CUBONE
|
||||
db ARTICUNO
|
||||
db ZAPDOS
|
||||
db MOLTRES
|
||||
db QUAGSIRE
|
||||
db DELIBIRD
|
||||
db PHANPY
|
||||
db TEDDIURSA
|
||||
db -1
|
||||
|
||||
AlwaysFleeMons: ; 3c5b1
|
||||
db RAIKOU
|
||||
db ENTEI
|
||||
; db SUICUNE
|
||||
db -1
|
||||
; 3c5b4
|
Reference in New Issue
Block a user