Skip to content

Commit

Permalink
Fix menu_coords for pokecenter pc
Browse files Browse the repository at this point in the history
  • Loading branch information
mid-kid committed Jun 4, 2019
1 parent fbc2c55 commit 3090795
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engine/events/pokecenter_pc.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3090795

Please sign in to comment.