diff options
author | JimB16 <f1@jimb.de> | 2015-08-26 03:11:19 +0200 |
---|---|---|
committer | JimB16 <f1@jimb.de> | 2015-08-26 03:11:19 +0200 |
commit | 4cd354ec3285cb24a0ab468c75e466b670036bbe (patch) | |
tree | 47184b5c7702a29529dfccc246c365936dc13b88 /misc | |
parent | 2f4a0179feb846ac2eba945ba5365d0ebf6a6179 (diff) |
fixed the BT_OTrainer Labels
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mobile_45.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mobile_45.asm b/misc/mobile_45.asm index ff04cb52f..d3da66d5c 100644 --- a/misc/mobile_45.asm +++ b/misc/mobile_45.asm @@ -23170,9 +23170,9 @@ Function1704a2: ; 1704a2 push af ld a, $3 ld [rSVBK], a - ld hl, LYOverrides + ld hl, $d100 ; this is NOT LYOverrides ld de, $c608 - ld bc, $00e0 + ld bc, BT_OTrainerEnd - BT_OTrainer call CopyBytes pop af ld [rSVBK], a |