mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
incorporate slot machine map into main.asm
hg-commit-id: 571429e704dc
This commit is contained in:
parent
c903a839a2
commit
c82b5f5e3d
8
main.asm
8
main.asm
|
@ -22509,8 +22509,14 @@ UnnamedText_3769d: ; 0x3769d
|
|||
db $50
|
||||
; 0x3769d + 5 bytes
|
||||
|
||||
INCBIN "baserom.gbc",$376a2,$44f
|
||||
INCBIN "baserom.gbc",$376a2,$378f5 - $376a2
|
||||
|
||||
SlotMachineMap: ; 0x378f5
|
||||
INCBIN "gfx/tilemaps/slotmachine.map"
|
||||
|
||||
INCBIN "baserom.gbc",$379e5,$37af1 - $379e5
|
||||
|
||||
; 0x37af1
|
||||
IF _RED
|
||||
INCBIN "gfx/red/slotmachine1.2bpp"
|
||||
ENDC
|
||||
|
|
Loading…
Reference in a new issue