diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-06 13:47:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-06 13:47:59 -0400 |
| commit | c480632d5494d04f7f5f0298a31877a2293b564e (patch) | |
| tree | 02483fc07e60d64a4b526ce8b402f26960ad33b2 /macros/scripts/text.asm | |
| parent | Merge pull request #261 from Rangi42/master (diff) | |
| parent | text_linkpromptbutton -> text_waitbutton (diff) | |
| download | pokeyellow-c480632d5494d04f7f5f0298a31877a2293b564e.tar.gz pokeyellow-c480632d5494d04f7f5f0298a31877a2293b564e.tar.xz pokeyellow-c480632d5494d04f7f5f0298a31877a2293b564e.zip | |
Merge pull request #262 from Rangi42/master
Miscellaneous
Diffstat (limited to 'macros/scripts/text.asm')
| -rwxr-xr-x | macros/scripts/text.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/macros/scripts/text.asm b/macros/scripts/text.asm index b1e1727b..efecdd1c 100755 --- a/macros/scripts/text.asm +++ b/macros/scripts/text.asm @@ -92,9 +92,9 @@ text_dots: MACRO db \1 ; number of ellipses to draw ENDM - enum TX_LINK_PROMPT_BUTTON ; $0d -text_linkpromptbutton: MACRO - db TX_LINK_PROMPT_BUTTON + enum TX_WAIT_BUTTON ; $0d +text_waitbutton: MACRO + db TX_WAIT_BUTTON ENDM enum TX_SOUND_POKEDEX_RATING ; $0e @@ -198,10 +198,10 @@ ENDM script_mart: MACRO db TX_SCRIPT_MART db _NARG ; number of items -rept _NARG +REPT _NARG db \1 ; item id shift -endr +ENDR db -1 ; end ENDM |
