shithub: pokered

Download patch

ref: deb5bf89ae604a2b7d6ac942e77ade7d6b962b05
parent: c52d1a1e873f5e45d79b6371f45c540ac6d4b12e
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 10 09:31:38 EST 2012

call $00b5 -> call CopyData

hg-commit-id: e6a487cf2186


--- a/extras/gbz80disasm.py
+++ b/extras/gbz80disasm.py
@@ -551,6 +551,7 @@
     "3e2e": "GiveItem",
     "2f9e": "GetMonName",
     "3e6d": "Predef", #library of pre-defined asm routines
+    "00b5": "CopyData",
 }
 
 def random_asm_label():
--- a/pokered.asm
+++ b/pokered.asm
@@ -1073,7 +1073,7 @@
     ld de, $cd6d
     push de
     ld bc, $000a
-    call $00b5
+    call CopyData
     ld hl, $cd77
     ld [hl], $50
     pop de
@@ -25117,7 +25117,7 @@
     ld hl, $cd6d
     ld de, $cc5b
     ld bc, $000d
-    call $00b5
+    call CopyData
     ld a, $62
     call Predef
     ldh a, [$db]