Prefix wram labels with w, part 2.
This commit is contained in:
@@ -527,7 +527,7 @@ Text_AskRegisterRecord_Mobile:
|
||||
Text_PlayerGotFive: ; 0x9eb7e
|
||||
text "<PLAYER> got five"
|
||||
line "@"
|
||||
text_from_ram StringBuffer4
|
||||
text_from_ram wStringBuffer4
|
||||
text "!@"
|
||||
sound_item
|
||||
text_waitbutton
|
||||
@@ -637,7 +637,7 @@ Text_YourPkmnWillBeHealedToFullHealth: ; 0x9ee92
|
||||
Text_NextUpOpponentNo: ; 0x9eebc
|
||||
text "Next up, opponent"
|
||||
line "no.@"
|
||||
text_from_ram StringBuffer3
|
||||
text_from_ram wStringBuffer3
|
||||
text ". Ready?"
|
||||
done
|
||||
|
||||
@@ -736,7 +736,7 @@ Text_APkmnLevelExceeds: ; 0x9f1e5
|
||||
text "One or more of"
|
||||
line "your #MON's"
|
||||
cont "levels exceeds @"
|
||||
deciram ScriptVar, 1, 3
|
||||
deciram wScriptVar, 1, 3
|
||||
text "."
|
||||
done
|
||||
|
||||
@@ -748,7 +748,7 @@ Text_MayNotEnterABattleRoomUnderL70: ; 0x9f217
|
||||
|
||||
para "This BATTLE ROOM"
|
||||
line "is for L@"
|
||||
deciram ScriptVar, 1, 3
|
||||
deciram wScriptVar, 1, 3
|
||||
text "."
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user