~rabbits/orca-toy

4dec7abd8aed9d352856190397abdede31cd48ee — Devine Lu Linvega 8 months ago 3d8fb8d
Fixed menu issue
1 files changed, 6 insertions(+), 3 deletions(-)

M src/orca.tal
M src/orca.tal => src/orca.tal +6 -3
@@ 241,9 241,12 @@ BRK

@on-button ( -> )

	.Controller/button DEI2 ;find-modkey JSR2
		DUP2 #0000 EQU2 ,&skip JCN DUP2 JSR2
		( block ) POP2 BRK &skip
	.Controller/button DEI2
		DUP2 #0000 EQU2 ,&skip JCN
			;find-modkey JSR2 DUP2 #0000 EQU2 ,&skip JCN
				DUP2 JSR2
				( block ) POP2 BRK
		&skip
	POP2

	( d-pad handler )