diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 15:06:47 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 15:06:47 -0600 |
commit | 4ce1147ea1e53af0f0b536116ec7aff8df3b5b43 (patch) | |
tree | d17b74ff947fb51a25b8a3676ad007ac7848c968 | |
parent | 981000457caf654c3f64de30bec86204cf0c3f77 (diff) |
insert $8 asm for PowerPlantText1 through PowerPlantText9
hg-commit-id: 007d3cf47ac8
-rw-r--r-- | pokered.asm | 68 |
1 files changed, 67 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 37bb8f81..4af08b0c 100644 --- a/pokered.asm +++ b/pokered.asm @@ -8927,6 +8927,7 @@ UndergroundPathEntranceRoute8_h: ; 0x1e27d to 0x1e289 (12 bytes) (bank=7) (id=80 dw $6298 ; objects INCBIN "baserom.gbc",$1e289,$1e291 - $1e289 + UndergroundPathEntranceRoute8Texts: ; 0x1e291 dw UndergroundPathEntranceRoute8Text1 @@ -8962,7 +8963,72 @@ PowerPlant_h: ; 0x1e2ba to 0x1e2c6 (12 bytes) (bank=7) (id=83) dw $63bf ; objects -INCBIN "baserom.gbc",$1e2c6,$1e3bf - $1e2c6 +INCBIN "baserom.gbc",$1e2c6,$1e368 - $1e2c6 + +asm_234cc: + call $31cc + ld a, [$da39] + ld [$d663], a + jp $24d7 +; 0x1e374 + +PowerPlantText1: ; maybe + db $8 ; asm + ld hl, $62fb + jr asm_234cc ; 0x1e378 $ee + +PowerPlantText2: + db $8 ; asm + ld hl, $6307 + jr asm_234cc ; 0x1e37e $e8 + +PowerPlantText3: + db $8 ; asm + ld hl, $6313 + jr asm_234cc ; 0x1e384 $e2 + +PowerPlantText4: + db $8 ; asm + ld hl, $631f + jr asm_234cc ; 0x1e38a $dc + +PowerPlantText5: + db $8 ; asm + ld hl, $632b + jr asm_234cc ; 0x1e390 $d6 + +PowerPlantText6: + db $8 ; asm + ld hl, $6337 + jr asm_234cc ; 0x1e396 $d0 + +PowerPlantText7: + db $8 ; asm + ld hl, $6343 + jr asm_234cc ; 0x1e39c $ca + +PowerPlantText8: + db $8 ; asm + ld hl, $634f + jr asm_234cc ; 0x1e3a2 $c4 + +PowerPlantText9: + db $8 ; asm + ld hl, $635b + jr asm_234cc ; 0x1e3a8 $be + rla + ld [$ff00+c], a + ld b, l + inc hl + ld d, b + rla + ld [$2345], a + db $8 + ld a, $4b + call $13d0 + call $3748 + jp $24d7 +; 0x1e3bf PowerPlantObject: ; 0x1e3bf (size=135) db $2e ; border tile |