mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 23:07:57 +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_08_asm(83, 1)
|
||||||
#insert_all_08s()
|
#insert_all_08s()
|
||||||
|
|
||||||
insert_asm(0x19926, "VermilionCityText5_2")
|
insert_asm(0x1e37a, "PowerPlantText2")
|
||||||
|
|
||||||
if len(failed_attempts) > 0:
|
if len(failed_attempts) > 0:
|
||||||
print "-- FAILED ATTEMPTS --"
|
print "-- FAILED ATTEMPTS --"
|
||||||
|
|
|
@ -8,7 +8,7 @@ import extract_maps
|
||||||
import sprite_helper
|
import sprite_helper
|
||||||
import random
|
import random
|
||||||
import string
|
import string
|
||||||
#import analyze_texts #hopefully not a dependency loop
|
import analyze_texts #hopefully not a dependency loop
|
||||||
|
|
||||||
base = 16
|
base = 16
|
||||||
spacing = " "
|
spacing = " "
|
||||||
|
|
|
@ -8963,6 +8963,7 @@ PowerPlant_h: ; 0x1e2ba to 0x1e2c6 (12 bytes) (bank=7) (id=83)
|
||||||
dw $63bf ; objects
|
dw $63bf ; objects
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$1e2c6,$1e3bf - $1e2c6
|
INCBIN "baserom.gbc",$1e2c6,$1e3bf - $1e2c6
|
||||||
|
|
||||||
PowerPlantObject: ; 0x1e3bf (size=135)
|
PowerPlantObject: ; 0x1e3bf (size=135)
|
||||||
db $2e ; border tile
|
db $2e ; border tile
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue