From 309079524bd5d28883ad7aa707007673180103ae Mon Sep 17 00:00:00 2001 From: mid-kid Date: Tue, 4 Jun 2019 13:11:29 +0200 Subject: [PATCH] Fix menu_coords for pokecenter pc --- engine/events/pokecenter_pc.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engine/events/pokecenter_pc.asm b/engine/events/pokecenter_pc.asm index b899f9323..452d28306 100644 --- a/engine/events/pokecenter_pc.asm +++ b/engine/events/pokecenter_pc.asm @@ -236,8 +236,7 @@ Function15715: PlayersPCMenuData: db MENU_BACKUP_TILES ; flags - db 0, 0 ; top left corner coords (y, x) - db 12, 15 ; bottom right corner coords (y, x) + menu_coords 0, 0, 15, 12 dw .PlayersPCMenuData db 1 ; default selected option