diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 14:48:06 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 14:48:06 -0600 |
| commit | e67ba5b197c973405e23bff02cdce352e2a4459e (patch) | |
| tree | 0f71c27ed415588b42e2746ad54320cbca2d6311 /common.asm | |
| parent | Another attempt at splitting Red/Blue versions. (diff) | |
| download | pokeyellow-e67ba5b197c973405e23bff02cdce352e2a4459e.tar.gz pokeyellow-e67ba5b197c973405e23bff02cdce352e2a4459e.tar.xz pokeyellow-e67ba5b197c973405e23bff02cdce352e2a4459e.zip | |
fix pokeblue.gbc make target
hg-commit-id: 64d04e5bd875
Diffstat (limited to 'common.asm')
| -rw-r--r-- | common.asm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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] |
