mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-17 02:22:29 +13:00
insert _VermilionCityText14 machop text
hg-commit-id: 22d36f8bc08e
This commit is contained in:
parent
52661e4a44
commit
07016dcf45
11
common.asm
11
common.asm
|
|
@ -9465,8 +9465,9 @@ VermilionCityText5: ; 0x19922
|
|||
ld hl, $5933
|
||||
ret
|
||||
|
||||
;db $17, $6b, $58, $29, $50
|
||||
INCBIN "baserom.gbc",$19933,$5
|
||||
VermilionCityText14: ; 0x19933
|
||||
TX_FAR _VermilionCityText14
|
||||
db $50
|
||||
|
||||
VermilionCityText6: ; 0x19938
|
||||
TX_FAR _VermilionCityText6
|
||||
|
|
@ -41080,7 +41081,11 @@ _VermilionCityText5: ; 0xa5852
|
|||
db $0, "MACHOP: Guoh!", $4f
|
||||
db "Gogogoh!@@"
|
||||
|
||||
INCBIN "baserom.gbc",$a586b,$a5891 - $a586b
|
||||
_VermilionCityText14: ; 0xa586b
|
||||
db $0, $51
|
||||
db "A MACHOP is", $4f
|
||||
db "stomping the land", $55
|
||||
db "flat.", $57
|
||||
|
||||
_VermilionCityText6: ; 0xa5891
|
||||
db $0, "S.S.ANNE is a", $4f
|
||||
|
|
|
|||
|
|
@ -403,6 +403,7 @@ def text_pretty_printer_at(start_address, label="SomeLabel"):
|
|||
|
||||
first_line = True
|
||||
for this_command in commands.keys():
|
||||
if not "lines" in commands[this_command].keys(): continue
|
||||
lines = commands[this_command]["lines"]
|
||||
|
||||
#add the ending byte to the last line- always seems $57
|
||||
|
|
|
|||
|
|
@ -600,7 +600,8 @@ if __name__ == "__main__":
|
|||
#load incbins
|
||||
reset_incbins()
|
||||
|
||||
scan_for_map_scripts_pointer()
|
||||
#scan_for_map_scripts_pointer()
|
||||
insert_text(0xa586b, "_VermilionCityText14")
|
||||
|
||||
#insert _ViridianCityText10
|
||||
#insert_tx_far(1, 10)
|
||||
|
|
|
|||
Loading…
Reference in a new issue