mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-11 07:44:47 +13:00
update gbz80disasm for TextScriptEnd
hg-commit-id: f519c306bc00
This commit is contained in:
parent
9d23949741
commit
a8126e077b
|
|
@ -563,6 +563,7 @@ asm_commands = {
|
|||
"3e6d": "Predef", #library of pre-defined asm routines
|
||||
"00b5": "CopyData",
|
||||
"2ff3": "GetMachineName",
|
||||
"24d7": "TextScriptEnd",
|
||||
}
|
||||
|
||||
def random_asm_label():
|
||||
|
|
|
|||
10
pokered.asm
10
pokered.asm
|
|
@ -1034,7 +1034,7 @@ IndigoPlateauLobbyText4:
|
|||
|
||||
TextScriptEndingChar:
|
||||
db "@"
|
||||
TextScriptEnd:
|
||||
TextScriptEnd: ; 24D7
|
||||
ld hl,TextScriptEndingChar
|
||||
ret
|
||||
|
||||
|
|
@ -28250,7 +28250,6 @@ SSAnne1Text1: ; 0x6126d
|
|||
TX_FAR _SSAnne1Text1
|
||||
db $50
|
||||
|
||||
|
||||
SSAnne1Text2: ; 0x61272
|
||||
TX_FAR _SSAnne1Text2
|
||||
db $50
|
||||
|
|
@ -28418,12 +28417,10 @@ SSAnne5Text1: ; 0x616ea
|
|||
TX_FAR _SSAnne5Text1
|
||||
db $50
|
||||
|
||||
|
||||
SSAnne5Text2: ; 0x616ef
|
||||
TX_FAR _SSAnne5Text2
|
||||
db $50
|
||||
|
||||
|
||||
SSAnne5Text3: ; 0x616f4
|
||||
TX_FAR _SSAnne5Text3
|
||||
db $50
|
||||
|
|
@ -28486,27 +28483,22 @@ SSAnne6Text1: ; 0x617c5
|
|||
TX_FAR _SSAnne6Text1
|
||||
db $50
|
||||
|
||||
|
||||
SSAnne6Text2: ; 0x617ca
|
||||
TX_FAR _SSAnne6Text2
|
||||
db $50
|
||||
|
||||
|
||||
SSAnne6Text3: ; 0x617cf
|
||||
TX_FAR _SSAnne6Text3
|
||||
db $50
|
||||
|
||||
|
||||
SSAnne6Text4: ; 0x617d4
|
||||
TX_FAR _SSAnne6Text4
|
||||
db $50
|
||||
|
||||
|
||||
SSAnne6Text5: ; 0x617d9
|
||||
TX_FAR _SSAnne6Text5
|
||||
db $50
|
||||
|
||||
|
||||
SSAnne6Text6: ; 0x617de
|
||||
TX_FAR _SSAnne6Text6
|
||||
db $50
|
||||
|
|
|
|||
Loading…
Reference in a new issue