ref: 4e6adcddff69fd53ce342ead502a0699cd5f75ba
dir: /scripts/CinnabarLabMetronomeRoom.asm/
CinnabarLabMetronomeRoom_Script: jp EnableAutoTextBoxDrawing CinnabarLabMetronomeRoom_TextPointers: dw Lab3Text1 dw Lab3Text2 dw Lab3Text3 dw Lab3Text4 dw Lab3Text5 Lab3Text1: text_asm CheckEvent EVENT_GOT_TM35 jr nz, .asm_e551a ld hl, TM35PreReceiveText call PrintText lb bc, TM_35, 1 call GiveItem jr nc, .BagFull ld hl, ReceivedTM35Text call PrintText SetEvent EVENT_GOT_TM35 jr .asm_eb896 .BagFull ld hl, TM35NoRoomText call PrintText jr .asm_eb896 .asm_e551a ld hl, TM35ExplanationText call PrintText .asm_eb896 jp TextScriptEnd TM35PreReceiveText: text_far _TM35PreReceiveText text_end ReceivedTM35Text: text_far _ReceivedTM35Text sound_get_item_1 text_end TM35ExplanationText: text_far _TM35ExplanationText text_end TM35NoRoomText: text_far _TM35NoRoomText text_end Lab3Text2: text_far _Lab3Text2 text_end Lab3Text4: Lab3Text3: text_far _Lab3Text3 text_end Lab3Text5: text_far _Lab3Text5 text_end