From 53fe16d8a97047006bf3cce07278c2163c18a34d Mon Sep 17 00:00:00 2001 From: Zeta_Null Date: Tue, 29 Oct 2024 00:59:20 -0400 Subject: [PATCH] I need to stop forgetting to include some of the map files lol --- maps/Route53.asm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 maps/Route53.asm diff --git a/maps/Route53.asm b/maps/Route53.asm new file mode 100644 index 0000000..432e75b --- /dev/null +++ b/maps/Route53.asm @@ -0,0 +1,18 @@ + object_const_def + +Route53_MapScripts: + def_scene_scripts + + def_callbacks + +Route53_MapEvents: + db 0, 0 ; filler + + def_warp_events + + def_coord_events + + def_bg_events + + def_object_events +