diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2017-04-17 02:56:57 +1200 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2017-04-17 02:56:57 +1200 |
commit | bdcedec3642f23856e7782b7d11a4fe22c614821 (patch) | |
tree | a1418fce442bf386a6d1f00f5a1d102eaeb92342 | |
parent | e25a6c2e23f45c2763631f8c9a9ac56e5d0d2879 (diff) |
Binary same
-rwxr-xr-x | engine/cable_club.asm | 4 | ||||
-rwxr-xr-x | engine/menu/main_menu.asm | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/engine/cable_club.asm b/engine/cable_club.asm index 60c87efb..5037a586 100755 --- a/engine/cable_club.asm +++ b/engine/cable_club.asm @@ -712,8 +712,8 @@ TradeCenter_Trade: coord bc, 1, 14 call TextCommandProcessor call SaveScreenTilesToBuffer1 - coord hl, 9, 7 - lb bc, 8, 10 + coord hl, 10, 7 + lb bc, 8, 11 ld a, TRADE_CANCEL_MENU ld [wTwoOptionMenuID], a ld a, TWO_OPTION_MENU diff --git a/engine/menu/main_menu.asm b/engine/menu/main_menu.asm index 079a64c6..2da68a3b 100755 --- a/engine/menu/main_menu.asm +++ b/engine/menu/main_menu.asm @@ -141,12 +141,12 @@ LinkMenu: call SaveScreenTilesToBuffer1 ld hl, WhereWouldYouLikeText call PrintText - coord hl, 5, 5 + coord hl, 4, 5 ld b, $6 - ld c, $d + ld c, $e call TextBoxBorder call UpdateSprites - coord hl, 7, 7 + coord hl, 6, 7 ld de, CableClubOptionsText call PlaceString xor a @@ -155,7 +155,7 @@ LinkMenu: ld hl, wTopMenuItemY ld a, $7 ld [hli], a - ld a, $6 + ld a, $5 ld [hli], a xor a ld [hli], a |