From deb5bf89ae604a2b7d6ac942e77ade7d6b962b05 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 10 Jan 2012 14:31:38 -0600 Subject: call $00b5 -> call CopyData hg-commit-id: e6a487cf2186 --- pokered.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pokered.asm') diff --git a/pokered.asm b/pokered.asm index bd949069..c6b1ca3e 100644 --- a/pokered.asm +++ b/pokered.asm @@ -1073,7 +1073,7 @@ GetMonName: ; 0x2f9e ld de, $cd6d push de ld bc, $000a - call $00b5 + call CopyData ld hl, $cd77 ld [hl], $50 pop de @@ -25117,7 +25117,7 @@ Route2GateText1: ; 0x5d5db ld hl, $cd6d ld de, $cc5b ld bc, $000d - call $00b5 + call CopyData ld a, $62 call Predef ldh a, [$db] -- cgit v1.3.1-sl0p