From e67ba5b197c973405e23bff02cdce352e2a4459e Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 14 Jan 2012 14:48:06 -0600 Subject: fix pokeblue.gbc make target hg-commit-id: 64d04e5bd875 --- common.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common.asm') diff --git a/common.asm b/common.asm index 6830b5a0..66d9710b 100644 --- a/common.asm +++ b/common.asm @@ -37884,7 +37884,9 @@ AgathaObject: ; 0x76534 (size=44) AgathaBlocks: ; 30 INCBIN "maps/agatha.blk" -INCBIN "baserom.gbc",$7657e,$1a82 +INCBIN "baserom.gbc",$7657e,$1a82 - 10 + +;10 $0s go here, does anything use this? SECTION "bank1E",DATA,BANK[$1E] -- cgit v1.3.1-sl0p