ref: a24a39793c7672eabd8ddd6666a28f498e994935
dir: /engine/events/hidden_objects/book_or_sculpture.asm/
BookOrSculptureText:: text_asm ld hl, PokemonBooksText ld a, [wCurMapTileset] cp MANSION ; Celadon Mansion tileset jr nz, .ok lda_coord 8, 6 cp $38 jr nz, .ok ld hl, DiglettSculptureText .ok call PrintText jp TextScriptEnd PokemonBooksText: text_far _PokemonBooksText text_end DiglettSculptureText: text_far _DiglettSculptureText text_end