Path: blob/master/engine/events/hidden_objects/school_notebooks.asm
1271 views
PrintNotebookText:1call EnableAutoTextBoxDrawing2ld a, $13ld [wDoNotWaitForButtonPressAfterDisplayingText], a4ld a, [wHiddenObjectFunctionArgument]5jp PrintPredefTextID67TMNotebook::8text_far TMNotebookText9text_waitbutton10text_end1112ViridianSchoolNotebook::13text_asm14ld hl, ViridianSchoolNotebookText115call PrintText16call TurnPageSchoolNotebook17jr nz, .doneReading18ld hl, ViridianSchoolNotebookText219call PrintText20call TurnPageSchoolNotebook21jr nz, .doneReading22ld hl, ViridianSchoolNotebookText323call PrintText24call TurnPageSchoolNotebook25jr nz, .doneReading26ld hl, ViridianSchoolNotebookText427call PrintText28ld hl, ViridianSchoolNotebookText529call PrintText30.doneReading31jp TextScriptEnd3233TurnPageSchoolNotebook:34ld hl, TurnPageText35call PrintText36call YesNoChoice37ld a, [wCurrentMenuItem]38and a39ret4041TurnPageText:42text_far _TurnPageText43text_end4445ViridianSchoolNotebookText5:46text_far _ViridianSchoolNotebookText547text_waitbutton48text_end4950ViridianSchoolNotebookText1:51text_far _ViridianSchoolNotebookText152text_end5354ViridianSchoolNotebookText2:55text_far _ViridianSchoolNotebookText256text_end5758ViridianSchoolNotebookText3:59text_far _ViridianSchoolNotebookText360text_end6162ViridianSchoolNotebookText4:63text_far _ViridianSchoolNotebookText464text_end656667