diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 04:20:01 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 04:20:01 -0600 |
commit | 49e8dd72b5edf222e507c4179ed91efba5c45809 (patch) | |
tree | 478eb7fbecfd21422d7c07a3d62690114d76466c | |
parent | 9d155166e860d76cc9c8a72f0eab41fbf470fba0 (diff) |
sigh update another wrong bank id comment
What are these for anyway?
hg-commit-id: d6fc15132840
-rw-r--r-- | pokered.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 3b814c9e..39a1c344 100644 --- a/pokered.asm +++ b/pokered.asm @@ -12818,7 +12818,7 @@ LavendarTown_h: ; 0x44000 to 0x4402d (45 bytes) (bank=11) (id=4) INCBIN "baserom.gbc",$4402D,$44251-$4402D -ViridianPokeCenter_h: ; 0x44251 to 0x4425d (12 bytes) (bank=17) (id=41) +ViridianPokeCenter_h: ; 0x44251 to 0x4425d (12 bytes) (bank=11) (id=41) db $06 ; tileset db $04, $07 ; dimensions (y, x) dw $40df, $4263, $425d ; blocks, texts, scripts |