diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 12:39:29 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 12:40:36 -0400 |
| commit | 9c2be80bf3fbdac6505787b00da0f4ff71839a05 (patch) | |
| tree | 02483fc07e60d64a4b526ce8b402f26960ad33b2 /engine/events/hidden_objects | |
| parent | Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ... (diff) | |
| download | pokeyellow-9c2be80bf3fbdac6505787b00da0f4ff71839a05.tar.gz pokeyellow-9c2be80bf3fbdac6505787b00da0f4ff71839a05.tar.xz pokeyellow-9c2be80bf3fbdac6505787b00da0f4ff71839a05.zip | |
text_linkpromptbutton -> text_waitbutton
Fixes #260
Diffstat (limited to 'engine/events/hidden_objects')
| -rw-r--r-- | engine/events/hidden_objects/school_notebooks.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/hidden_objects/school_notebooks.asm b/engine/events/hidden_objects/school_notebooks.asm index 9fccf6c0..96a44ab5 100644 --- a/engine/events/hidden_objects/school_notebooks.asm +++ b/engine/events/hidden_objects/school_notebooks.asm @@ -7,7 +7,7 @@ PrintNotebookText: TMNotebook:: text_far TMNotebookText - text_linkpromptbutton + text_waitbutton text_end ViridianSchoolNotebook:: @@ -45,7 +45,7 @@ TurnPageText: ViridianSchoolNotebookText5: text_far _ViridianSchoolNotebookText5 - text_linkpromptbutton + text_waitbutton text_end ViridianSchoolNotebookText1: |
