-
Notifications
You must be signed in to change notification settings - Fork 0
/
bank_1E.asm
27 lines (17 loc) · 1.01 KB
/
bank_1E.asm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
org $1E8000
;===================================================================================================
; TODO raw graphics
;===================================================================================================
;===================================================================================================
BigCardGraphics:
#_1E8000: incbin "bin/graphics/bigcard.4bpp"
;===================================================================================================
SmallCardAndREADYGraphics:
#_1EA000: incbin "bin/graphics/smallcardandready.4bpp"
;===================================================================================================
CoinsAndP1P2Graphics:
#_1EAC00: incbin "bin/graphics/coinsp1p2.4bpp"
;===================================================================================================
CommonItemGraphics:
#_1EB400: incbin "bin/graphics/commonitems.4bpp"
;===================================================================================================