summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2011-12-21 03:39:57 -0700
committerIIMarckus <iimarckus@gmail.com>2011-12-21 03:39:57 -0700
commitf707f6f4bb59596249e70112882a26d21d693bf4 (patch)
treeb8338cd89a55698f5f1d38ec7bb74169587c6117
parent04ff45ee4efdd934699ac659eb6e29de5a165965 (diff)
Add a weird OT string write.
hg-commit-id: 86260ed8fe9b
-rw-r--r--pokered.asm54
1 files changed, 53 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index 31842c00..0f184a54 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -10666,7 +10666,59 @@ PokedexOrder: ; 5024
db DEX_BELLSPROUT
db DEX_WEEPINBELL
db DEX_VICTREEBEL
-INCBIN "baserom.gbc",$410E2,$4000 - $10E2
+INCBIN "baserom.gbc",$410E2,$2769 - $10E2
+
+
+; XXX what do these do
+ ld hl,$C3A5
+ ld de,OTString67E5
+ call PlaceString
+ ld a,[$CD3D]
+ ld [$D11E],a
+ ld a,$3A
+ call Predef
+ ld hl,$C3A9
+ ld de,$D11E
+ ld bc,$8103
+ call $3C5F
+ ld hl,$C3CD
+ ld de,$CF4B
+ call PlaceString
+ ld hl,$C3F8
+ ld de,$CD41
+ call PlaceString
+ ld hl,$C420
+ ld de,$CD4C
+ ld bc,$8205
+ jp $3C5F
+
+ ld hl,$C46D
+ ld de,OTString67E5
+ call PlaceString
+ ld a,[$CD3E]
+ ld [$D11E],a
+ ld a,$3A
+ call Predef
+ ld hl,$C471
+ ld de,$D11E
+ ld bc,$8103
+ call $3C5F
+ ld hl,$C495
+ ld de,$CD6D
+ call PlaceString
+ ld hl,$C4C0
+ ld de,$CD4E
+ call PlaceString
+ ld hl,$C4E8
+ ld de,$CD59
+ ld bc,$8205
+ jp $3C5F
+
+OTString67E5: ; 67E5
+ db $7A,$7A,$74,$F2,$4E
+ db $4E
+ db "OT/",$4E
+ db $73,$74,$F2,"@"
SECTION "bank11",DATA,BANK[$11]
INCBIN "baserom.gbc",$44000,$4000