mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 06:47:58 +13:00
minor formatting
hg-commit-id: b6dfe0dfccd2
This commit is contained in:
parent
691aa8e157
commit
981000457c
|
@ -426,7 +426,7 @@ if __name__ == "__main__":
|
|||
#insert_08_asm(83, 1)
|
||||
#insert_all_08s()
|
||||
|
||||
insert_asm(0x19926, "VermilionCityText5_2")
|
||||
insert_asm(0x1e37a, "PowerPlantText2")
|
||||
|
||||
if len(failed_attempts) > 0:
|
||||
print "-- FAILED ATTEMPTS --"
|
||||
|
|
|
@ -8,7 +8,7 @@ import extract_maps
|
|||
import sprite_helper
|
||||
import random
|
||||
import string
|
||||
#import analyze_texts #hopefully not a dependency loop
|
||||
import analyze_texts #hopefully not a dependency loop
|
||||
|
||||
base = 16
|
||||
spacing = " "
|
||||
|
|
|
@ -8963,6 +8963,7 @@ PowerPlant_h: ; 0x1e2ba to 0x1e2c6 (12 bytes) (bank=7) (id=83)
|
|||
dw $63bf ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$1e2c6,$1e3bf - $1e2c6
|
||||
|
||||
PowerPlantObject: ; 0x1e3bf (size=135)
|
||||
db $2e ; border tile
|
||||
|
||||
|
|
Loading…
Reference in a new issue