diff options
Diffstat (limited to 'maps/ElmsLab.asm')
-rw-r--r-- | maps/ElmsLab.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/maps/ElmsLab.asm b/maps/ElmsLab.asm index 6f10e9391..b98a8c70a 100644 --- a/maps/ElmsLab.asm +++ b/maps/ElmsLab.asm @@ -599,6 +599,7 @@ UnknownScript_0x78f12: ; 0x78f12 MeetCopScript: ; 0x78f16 applymovement $0, MovementData_0x78f74 +CopScript: ; 0x78f1a spriteface $7, $2 loadfont 2writetext UnknownText_0x7a0f0 @@ -1552,6 +1553,6 @@ ElmsLab_MapEventHeader: ; 0x7a3de person_event SPRITE_POKE_BALL, 7, 10, $1, $0, 255, 255, $0, 0, CyndaquilPokeBallScript, $0640 person_event SPRITE_POKE_BALL, 7, 11, $1, $0, 255, 255, $0, 0, TotodilePokeBallScript, $0641 person_event SPRITE_POKE_BALL, 7, 12, $1, $0, 255, 255, $0, 0, ChikoritaPokeBallScript, $0642 - person_event SPRITE_OFFICER, 7, 9, $7, $0, 255, 255, $90, 0, $4f1a, $0702 + person_event SPRITE_OFFICER, 7, 9, $7, $0, 255, 255, $90, 0, CopScript, $0702 ; 0x7a4cc |