mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-23 07:17:57 +13:00
formatting and comments
hg-commit-id: 4cf41759eaf0
This commit is contained in:
parent
e503e4a11f
commit
6d6c18a301
|
@ -426,7 +426,7 @@ if __name__ == "__main__":
|
|||
#insert_08_asm(83, 1)
|
||||
#insert_all_08s()
|
||||
|
||||
insert_asm(0x1e37a, "PowerPlantText2")
|
||||
insert_asm(0x1e83d, "BillsHouseText1")
|
||||
|
||||
if len(failed_attempts) > 0:
|
||||
print "-- FAILED ATTEMPTS --"
|
||||
|
|
|
@ -9221,6 +9221,8 @@ asm_6b196: ; 0x1e85a
|
|||
jr asm_4d03c ; 0x1e860 $eb
|
||||
asm_fd4e2 ; 0x1e862
|
||||
jp $24d7
|
||||
|
||||
; dunno what this is
|
||||
rla
|
||||
ld h, a
|
||||
ld d, d
|
||||
|
@ -9270,6 +9272,7 @@ BillsHouseText2: ; 0x1e874
|
|||
jp $24d7
|
||||
|
||||
INCBIN "baserom.gbc",$1e8ba,$1e8d0 - $1e8ba
|
||||
|
||||
BillsHouseText3: ; 0x1e8d0
|
||||
db $08 ; asm
|
||||
ld hl, $68da
|
||||
|
@ -9277,6 +9280,7 @@ BillsHouseText3: ; 0x1e8d0
|
|||
jp $24d7
|
||||
|
||||
INCBIN "baserom.gbc",$1e8da,$5
|
||||
|
||||
BillsHouseObject: ; 0x1e8df (size=38)
|
||||
db $d ; border tile
|
||||
|
||||
|
@ -9298,6 +9302,7 @@ BillsHouseObject: ; 0x1e8df (size=38)
|
|||
INCBIN "baserom.gbc",$1e905,$16fb
|
||||
|
||||
SECTION "bank8",DATA,BANK[$8]
|
||||
|
||||
INCBIN "baserom.gbc",$20000,$4000
|
||||
|
||||
SECTION "bank9",DATA,BANK[$9]
|
||||
|
|
Loading…
Reference in a new issue