Prev: 8324 Up: Map Next: 8357
834B: routine03
routine03 834B LD A,(current_player) Add current_player variable to address of unknown_table_3.
834E LD D,$00
8350 LD E,A
8351 LD HL,unknown_table_3
8354 ADD HL,DE
8355 LD A,(HL) Read byte from that address into A and Return.
8356 RET
Prev: 8324 Up: Map Next: 8357