mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Fix BookshelfTileIDs format
This commit is contained in:
parent
a60d16d89c
commit
71d31fee0e
2
main.asm
2
main.asm
|
@ -31753,7 +31753,7 @@ Func_fb50: ; fb50 (3:7b50)
|
||||||
ld hl, Func_52673
|
ld hl, Func_52673
|
||||||
jp Bankswitch
|
jp Bankswitch
|
||||||
|
|
||||||
; format: db tileset id, bookshelf tile id, unknown
|
; format: db tileset id, bookshelf tile id, text id
|
||||||
BookshelfTileIDs: ; fb8b (3:7b8b)
|
BookshelfTileIDs: ; fb8b (3:7b8b)
|
||||||
db $17,$30,$3A
|
db $17,$30,$3A
|
||||||
db $08,$3D,$3F
|
db $08,$3D,$3F
|
||||||
|
|
Loading…
Reference in a new issue