Port pokecrystal's formatting of text commands and special characters

This commit is contained in:
Rangi 2020-07-04 17:09:35 -04:00
parent 2718c36065
commit 139a28ff99
397 changed files with 7398 additions and 7026 deletions

View file

@ -75,8 +75,8 @@ OverworldLoopLessDelay::
bit 3, a ; start button
jr z, .startButtonNotPressed
; if START is pressed
xor a
ld [hSpriteIndexOrTextID], a ; start menu text ID
xor a ; TEXT_START_MENU
ld [hSpriteIndexOrTextID], a
jp .displayDialogue
.startButtonNotPressed
bit 0, a ; A button