Factor out gfx/pack/pack_menu.tilemap

This commit is contained in:
Rangi 2020-08-12 20:59:54 -04:00
parent 959b8a9244
commit f65448a4c0
2 changed files with 3 additions and 17 deletions

View File

@ -1409,23 +1409,9 @@ DrawPocketName:
jr nz, .row jr nz, .row
ret ret
.tilemap .tilemap: ; 5x12
; ITEM_POCKET ; the 5x3 pieces correspond to *_POCKET constants
db $00, $04, $04, $04, $01 ; top border INCBIN "gfx/pack/pack_menu.tilemap"
db $06, $07, $08, $09, $0a ; Items
db $02, $05, $05, $05, $03 ; bottom border
; BALL_POCKET
db $00, $04, $04, $04, $01 ; top border
db $15, $16, $17, $18, $19 ; Balls
db $02, $05, $05, $05, $03 ; bottom border
; KEY_ITEM_POCKET
db $00, $04, $04, $04, $01 ; top border
db $0b, $0c, $0d, $0e, $0f ; Key Items
db $02, $05, $05, $05, $03 ; bottom border
; TM_HM_POCKET
db $00, $04, $04, $04, $01 ; top border
db $10, $11, $12, $13, $14 ; TM/HM
db $02, $05, $05, $05, $03 ; bottom border
Pack_GetItemName: Pack_GetItemName:
ld a, [wCurItem] ld a, [wCurItem]

BIN
gfx/pack/pack_menu.tilemap Normal file

Binary file not shown.