We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e904e commit fcd6ab5Copy full SHA for fcd6ab5
1 file changed
src/misc.asm
@@ -167,7 +167,11 @@ org $90D000 ; hijack, runs when a shinespark is activated
167
JMP misc_shinespark_activation
168
169
170
+if !FEATURE_PAL
171
+org $91DC97
172
+else
173
org $91DD32
174
+endif
175
misc_check_bonk:
176
{
177
LDA !SAMUS_POTENTIAL_POSE_VALUES : BMI .return
@@ -180,9 +184,13 @@ misc_check_bonk:
180
184
LDA !IH_LETTER_B : STA $7EC628
181
185
BRA .return
182
186
}
183
-warnpc $91DD5B
187
+%warnpc($91DD5B, $91DCC0)
188
189
190
+org $91EAB8
191
192
org $91EB53
193
194
JMP misc_check_bonk
195
hijack_bonk_return:
196
0 commit comments