label	training_ichigo

#R}h
#r
@chara_init

if ichigo_event=1 then goto ichigo_02
if ichigo_event=2 then goto ichigo_03
if ichigo_event=3 then goto ichigo_04
#4dayevent
if ichigo_event=5 then goto ichigo_06
#6dayevent
if ichigo_event=7 then goto ichigo_07				#7
if ichigo_event=10 then goto ichigo_08				#8

if training_ichigo_count=0 then gosub	training_ichigo_01
if training_ichigo_count=1 then gosub	training_ichigo_02
if training_ichigo_count>1 then gosub	training_ichigo_03

training_ichigo_count=training_ichigo_count+1

return
