diff options
Diffstat (limited to 'maps/GoldenrodCity.asm')
-rw-r--r-- | maps/GoldenrodCity.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/GoldenrodCity.asm b/maps/GoldenrodCity.asm index e50f6e223..598e7405f 100644 --- a/maps/GoldenrodCity.asm +++ b/maps/GoldenrodCity.asm @@ -23,8 +23,8 @@ GoldenrodCity_MapScriptHeader: db 2 ; callbacks - dbw 5, .FlyPointAndFloria - dbw 2, .MoveTutor + dbw MAPCALLBACK_NEWMAP, .FlyPointAndFloria + dbw MAPCALLBACK_OBJECTS, .MoveTutor .FlyPointAndFloria setflag ENGINE_FLYPOINT_GOLDENROD |