mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-13 00:34:48 +13:00
fix pokeblue.gbc make target
hg-commit-id: 64d04e5bd875
This commit is contained in:
parent
dc667fb75a
commit
e67ba5b197
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
_JAPAN EQU 0
|
||||
_RED EQU 1
|
||||
_BLUE EQU 0
|
||||
_GREEN EQU 0
|
||||
_YELLOW EQU 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue