diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 12:07:37 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 12:07:37 -0600 |
commit | 89e2139d2935403a3a87bee10cac7d127e1c3fab (patch) | |
tree | 26601a095e3d2cce3d875da0a424f76ecb5fd531 | |
parent | 3dc998e060b0b5eef9edfdb7f48cceb4f8d318fa (diff) |
insert $8 asm for PewterCityText4
hg-commit-id: ee53f387f876
-rw-r--r-- | pokered.asm | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 9e929b91..da792f5f 100644 --- a/pokered.asm +++ b/pokered.asm @@ -6130,7 +6130,27 @@ PewterCityText3: ; 0x193b1 .asm_ac429 ; 0x193ee jp $24d7 -INCBIN "baserom.gbc",$193f1,$19436 - $193f1 +INCBIN "baserom.gbc",$193f1,$19405 - $193f1 + +PewterCityText4: ; 0x19405 + db $8 + ld hl, $5427 + call PrintText + call $35ec + ld a, [$cc26] + cp $0 + jr nz, .asm_e4603 + ld hl, $542c + call PrintText + jr .asm_e4604 ; 0x1941c $6 +.asm_e4603 + ld hl, $5431 + call PrintText +.asm_e4604 ; 0x19424 + jp $24d7 +; 0x19427 + +INCBIN "baserom.gbc",$19427,$f PewterCityText5: ; 0x19436 db $08 ; asm ld hl, $545d |