Updated existing OW pokemon events with new system.

This commit is contained in:
Ariel A 2023-01-12 21:40:05 -05:00
parent 7b40e481ce
commit 95b98efc30
4 changed files with 4 additions and 4 deletions

View file

@ -12,10 +12,10 @@
#include "constants/trainer_hill.h"
#include "constants/trainer_types.h"
#include "constants/berry.h"
#include "constants/species.h"
.include "asm/macros.inc"
.include "constants/constants.inc"
.section .rodata
.include "data/maps/events.inc"

View file

@ -15,7 +15,7 @@
"connections": 0,
"object_events": [
{
"graphics_id": "OBJ_EVENT_GFX_OW_MON",
"graphics_id": "OBJ_EVENT_GFX_MON_BASE+SPECIES_REGISTEEL",
"x": 8,
"y": 7,
"elevation": 3,

View file

@ -15,7 +15,7 @@
"connections": null,
"object_events": [
{
"graphics_id": "OBJ_EVENT_GFX_OW_MON",
"graphics_id": "OBJ_EVENT_GFX_MON_BASE+SPECIES_REGIROCK",
"x": 8,
"y": 7,
"elevation": 3,

View file

@ -15,7 +15,7 @@
"connections": 0,
"object_events": [
{
"graphics_id": "OBJ_EVENT_GFX_OW_MON",
"graphics_id": "OBJ_EVENT_GFX_MON_BASE+SPECIES_REGICE",
"x": 8,
"y": 7,
"elevation": 3,