Prev: A15F Up: Map Next: A1A0
A173: Timed events
This is an array of fifteen structures which maps the time of in-game events to their event handlers.
timed_events A173 DEFB $00,$D3,$A1 ( 0, event_another_day_dawns),
A176 DEFB $08,$E7,$A1 ( 8, event_wake_up),
A179 DEFB $0C,$28,$A2 ( 12, event_new_red_cross_parcel),
A17C DEFB $10,$F0,$A1 ( 16, event_go_to_roll_call),
A17F DEFB $14,$9A,$EF ( 20, event_roll_call),
A182 DEFB $15,$F9,$A1 ( 21, event_go_to_breakfast_time),
A185 DEFB $24,$02,$A2 ( 36, event_breakfast_time),
A188 DEFB $2E,$06,$A2 ( 46, event_go_to_exercise_time),
A18B DEFB $40,$15,$A2 ( 64, event_exercise_time),
A18E DEFB $4A,$F0,$A1 ( 74, event_go_to_roll_call),
A191 DEFB $4E,$9A,$EF ( 78, event_roll_call),
A194 DEFB $4F,$19,$A2 ( 79, event_go_to_time_for_bed),
A197 DEFB $62,$64,$A2 ( 98, event_time_for_bed),
A19A DEFB $64,$C3,$A1 (100, event_night_time),
A19D DEFB $82,$6A,$A2 (130, event_search_light),
Prev: A15F Up: Map Next: A1A0