Prev: 47178 Up: Map Next: 47185
47179: 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 47179) the game continues to function normally (see trivia).
Used by the routine at 47049.
Input
A Index of common word required
Output
A Modified common word index (as input, minus 100)
47179 LD HL,58459 Advance to second part of common words table
47182 SUB 100 Subtract 100 from index required
47184 RET Return
Prev: 47178 Up: Map Next: 47185