Use trainer type constants
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_UP",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "0",
|
||||
"trainer_type": "TRAINER_TYPE_NONE",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "ViridianForest_EventScript_Youngster",
|
||||
"flag": "0"
|
||||
@@ -36,7 +36,7 @@
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "0",
|
||||
"trainer_type": "TRAINER_TYPE_NONE",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "ViridianForest_EventScript_Boy",
|
||||
"flag": "0"
|
||||
@@ -49,7 +49,7 @@
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "1",
|
||||
"trainer_type": "TRAINER_TYPE_NORMAL",
|
||||
"trainer_sight_or_berry_tree_id": "5",
|
||||
"script": "ViridianForest_EventScript_Rick",
|
||||
"flag": "0"
|
||||
@@ -62,7 +62,7 @@
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "1",
|
||||
"trainer_type": "TRAINER_TYPE_NORMAL",
|
||||
"trainer_sight_or_berry_tree_id": "4",
|
||||
"script": "ViridianForest_EventScript_Doug",
|
||||
"flag": "0"
|
||||
@@ -75,7 +75,7 @@
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "1",
|
||||
"trainer_type": "TRAINER_TYPE_NORMAL",
|
||||
"trainer_sight_or_berry_tree_id": "4",
|
||||
"script": "ViridianForest_EventScript_Sammy",
|
||||
"flag": "0"
|
||||
@@ -88,7 +88,7 @@
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_DOWN",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "0",
|
||||
"trainer_type": "TRAINER_TYPE_NONE",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "ViridianForest_EventScript_ItemPokeBall",
|
||||
"flag": "FLAG_HIDE_VIRIDIAN_FOREST_POKE_BALL"
|
||||
@@ -101,7 +101,7 @@
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_DOWN",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "0",
|
||||
"trainer_type": "TRAINER_TYPE_NONE",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "ViridianForest_EventScript_ItemAntidote",
|
||||
"flag": "FLAG_HIDE_VIRIDIAN_FOREST_ANTIDOTE"
|
||||
@@ -114,7 +114,7 @@
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_DOWN",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "0",
|
||||
"trainer_type": "TRAINER_TYPE_NONE",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "ViridianForest_EventScript_ItemPotion",
|
||||
"flag": "FLAG_HIDE_VIRIDIAN_FOREST_POTION"
|
||||
@@ -127,7 +127,7 @@
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_DOWN_AND_UP",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "1",
|
||||
"trainer_type": "TRAINER_TYPE_NORMAL",
|
||||
"trainer_sight_or_berry_tree_id": "1",
|
||||
"script": "ViridianForest_EventScript_Anthony",
|
||||
"flag": "0"
|
||||
@@ -140,7 +140,7 @@
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_UP",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "1",
|
||||
"trainer_type": "TRAINER_TYPE_NORMAL",
|
||||
"trainer_sight_or_berry_tree_id": "1",
|
||||
"script": "ViridianForest_EventScript_Charlie",
|
||||
"flag": "0"
|
||||
@@ -153,7 +153,7 @@
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_DOWN",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "0",
|
||||
"trainer_type": "TRAINER_TYPE_NONE",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "ViridianForest_EventScript_ItemPotion2",
|
||||
"flag": "FLAG_HIDE_VIRIDIAN_FOREST_POTION_2"
|
||||
|
||||
Reference in New Issue
Block a user