mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-17 02:22:29 +13:00
call $00b5 -> call CopyData
hg-commit-id: e6a487cf2186
This commit is contained in:
parent
c52d1a1e87
commit
deb5bf89ae
|
|
@ -551,6 +551,7 @@ asm_commands = {
|
|||
"3e2e": "GiveItem",
|
||||
"2f9e": "GetMonName",
|
||||
"3e6d": "Predef", #library of pre-defined asm routines
|
||||
"00b5": "CopyData",
|
||||
}
|
||||
|
||||
def random_asm_label():
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue