Skip to content
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

applymovement on non-follower ow pokemon softlocks the game #5824

Open
lordraindance2 opened this issue Dec 18, 2024 · 0 comments · May be fixed by #5825
Open

applymovement on non-follower ow pokemon softlocks the game #5824

lordraindance2 opened this issue Dec 18, 2024 · 0 comments · May be fixed by #5825
Labels
bug Bug status: unconfirmed This bug has not been reproduced yet

Comments

@lordraindance2
Copy link

Description

The game freezes at the end (I am deliberately trying to move)

2024-12-17.22-19-37.mp4

Sample script I used:

.set LOCALID_CHARMANDER, 12
MauvileCity_Movement_CharmanderTest::
	jump_in_place_right
	step_end

MauvileCity_CharmanderTest::
	lock
	msgbox MauvileCity_Text_CharmanderTest, MSGBOX_DEFAULT
	closemessage
	applymovement LOCALID_CHARMANDER, MauvileCity_Movement_CharmanderTest
	waitmovement 0
	release
	end

MauvileCity_EventScript_CharmanderTrainer::
	lock
	msgbox MauvileCity_Text_CharmanderTest2, MSGBOX_DEFAULT
	closemessage
	applymovement LOCALID_CHARMANDER, MauvileCity_Movement_CharmanderTest
	waitmovement 0
	release
	end

MauvileCity_Text_CharmanderTest:
	.string "Hello$"

MauvileCity_Text_CharmanderTest2:
	.string "Hello 2$"

Version

master (default, unreleased bugfixes)

Upcoming/master Version

99ba36b

Discord contact info

accelgor

@lordraindance2 lordraindance2 added bug Bug status: unconfirmed This bug has not been reproduced yet labels Dec 18, 2024
@lordraindance2 lordraindance2 changed the title applymovement on non ow follower pokemon softlocks the game applymovement on non-follower ow pokemon softlocks the game Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug status: unconfirmed This bug has not been reproduced yet
Projects
None yet
1 participant