Reformat compare + goto_if/call_if to single statements
This commit is contained in:
@@ -7,8 +7,7 @@ MossdeepCity_House1_EventScript_BlackBelt::
|
||||
bufferleadmonspeciesname STR_VAR_1
|
||||
msgbox MossdeepCity_House1_Text_HmmYourPokemon, MSGBOX_DEFAULT
|
||||
specialvar VAR_RESULT, GetPokeblockNameByMonNature
|
||||
compare VAR_RESULT, 0
|
||||
goto_if_eq MossdeepCity_House1_EventScript_NeutralNature
|
||||
goto_if_eq VAR_RESULT, 0, MossdeepCity_House1_EventScript_NeutralNature
|
||||
msgbox MossdeepCity_House1_Text_ItLikesXPokeblocks, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user