#641 fixes and additions. (#646)

Name a lot of text labels according to our conventions
This commit is contained in:
mid-kid
2019-10-20 22:24:17 +00:00
committed by Rangi
parent 3fc2ba41f7
commit e3e0bcd653
203 changed files with 4077 additions and 4598 deletions

View File

@@ -1,12 +1,11 @@
RepelWoreOffScript::
opentext
writetext .text
writetext .RepelWoreOffText
waitbutton
closetext
end
.text
; REPEL's effect wore off.
.RepelWoreOffText:
text_far _RepelWoreOffText
text_end
@@ -14,7 +13,7 @@ HiddenItemScript::
opentext
readmem wHiddenItemID
getitemname STRING_BUFFER_3, USE_SCRIPT_VAR
writetext .found_text
writetext .PlayerFoundItemText
giveitem ITEM_FROM_MEM
iffalse .bag_full
callasm SetMemEvent
@@ -24,20 +23,18 @@ HiddenItemScript::
.bag_full
buttonsound
writetext .no_room_text
writetext .ButNoSpaceText
waitbutton
.finish
closetext
end
.found_text
; found @ !
.PlayerFoundItemText:
text_far _PlayerFoundItemText
text_end
.no_room_text
; But has no space left…
.ButNoSpaceText:
text_far _ButNoSpaceText
text_end