Skip to content

Commit cbdef5e

Browse files
authored
*Properly* document that frame ID
1 parent b5f6cf2 commit cbdef5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_incObj/88 Ending Sequence Emeralds.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ echa_angle: equ $3E ; angle for rotation (2 bytes)
1919
; ===========================================================================
2020

2121
ECha_Main: ; Routine 0
22-
cmpi.b #fr_Wait1,(v_player+obFrame).w
22+
cmpi.b #2,(v_player+obFrame).w ; this isn't `fr_Wait1`: `v_player` is Object 88, which has its own frames
2323
beq.s ECha_CreateEms
2424
addq.l #4,sp
2525
rts

0 commit comments

Comments
 (0)