shithub: pokecrystal

Download patch

ref: 309079524bd5d28883ad7aa707007673180103ae
parent: fbc2c55cdb2f18a933af3daf9294750f254c23a5
author: mid-kid <esteve.varela@gmail.com>
date: Tue Jun 4 09:11:29 EDT 2019

Fix menu_coords for pokecenter pc

--- a/engine/events/pokecenter_pc.asm
+++ b/engine/events/pokecenter_pc.asm
@@ -236,8 +236,7 @@
 
 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