diff options
| author | dannye <corrnondacqb@yahoo.com> | 2016-07-18 01:17:03 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2016-07-18 01:17:03 -0500 |
| commit | 80bae03975a84dadf080c79f52216866dd410cf8 (patch) | |
| tree | 282a30407e6d6f9e8aa6e665ebf0e826ccc79569 /engine/cable_club.asm | |
| parent | Remove the last address comments (diff) | |
| download | pokeyellow-80bae03975a84dadf080c79f52216866dd410cf8.tar.gz pokeyellow-80bae03975a84dadf080c79f52216866dd410cf8.tar.xz pokeyellow-80bae03975a84dadf080c79f52216866dd410cf8.zip | |
Clean up text commands
Diffstat (limited to 'engine/cable_club.asm')
| -rwxr-xr-x | engine/cable_club.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/cable_club.asm b/engine/cable_club.asm index bd9ed683..2458abd4 100755 --- a/engine/cable_club.asm +++ b/engine/cable_club.asm @@ -547,7 +547,7 @@ TradeCenter_SelectMon: ld a, " " ld [hl], a .cancelMenuItem_Loop - ld a, $ed ; filled arrow cursor + ld a, "▶" ; filled arrow cursor Coorda 1, 16 .cancelMenuItem_JoypadLoop call JoypadLowSensitivity @@ -566,7 +566,7 @@ TradeCenter_SelectMon: ld [wCurrentMenuItem], a jp .playerMonMenu .cancelMenuItem_APressed - ld a, $ec ; unfilled arrow cursor + ld a, "▷" ; unfilled arrow cursor Coorda 1, 16 ld a, $f ld [wSerialExchangeNybbleSendData], a @@ -616,7 +616,7 @@ TradeCenter_PlaceSelectedEnemyMonMenuCursor: coord hl, 1, 9 ld bc, SCREEN_WIDTH call AddNTimes - ld [hl], $ec ; cursor + ld [hl], "▷" ; cursor ret TradeCenter_DisplayStats: |
