-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Placeholder maps for Demo 3 added #135
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly just a typo or two, address and merge at your leisure!
data/maps/PokemonTower_2F/text.inc
Outdated
.string "beings with out own free will.$" | ||
.string "Fierce LITWICK: Make no mistake.\p" | ||
.string "TRAINERS see us as tools, not as\n" | ||
.string "being with our own free will.$" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
beingS I assume?
|
||
|
||
script PokemonTower_GreatestFear { | ||
msgbox("Beware, fair traveller, as you\nascend.\pClimbing this tower will face you\nagainst the greatest fear of any\lfanfiction author.", MSGBOX_NPC) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Traveller? We British now? :^)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TIL that's not how you spell that in American ^^;
@@ -1,6 +1,5 @@ | |||
raw ` | |||
PokemonTower_4F_MapScripts:: | |||
.byte 0 | |||
:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This lingering set of colons seems like it has the potential to cause syntax error but it seems to build fine 🤔 might wanna yeet it just in case
} | ||
|
||
script PokemonTower_NeutralAnswer { | ||
setvar(VAR_POKEMONTOWER_ANSWER, 0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the release
s in these scripts necessary? My guess would be no, but if they are, we'd want to throw one in this one too right?
No description provided.