Prev: 9588 Up: Map Next: 95A8
959C: Background : Next sign text
Used by the routine at Bg_CalcAndDraw.
Input
Output
Calculates the address of the next shop sign text within the background data.
Bg_NextSignText 959C LD DE,(_NextSignText)
95A0 INC DE
95A1 LD (_NextSignText),DE
95A5 JP Bg_CalcAndDraw_12
Prev: 9588 Up: Map Next: 95A8