Prev: 34968 Up: Map Next: 34982
34976: Subtract 100 from common word index and jump to second part of common words table
This routine is redundant in that if it is skipped (via a RET at 34976) the game continues to function normally. (See trivia)
Used by the routine at 34887.
Input
A Index of common word required
Output
A Modified common word index (as input, minus 100)
34976 LD HL,44061 Advance to second part of common words table
34979 SUB 100 Subtract 100 from index required
34981 RET Return
Prev: 34968 Up: Map Next: 34982