diff options
author | entrpntr <entrpntr@gmail.com> | 2020-06-03 04:07:24 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-06-03 04:48:34 -0400 |
commit | 4dd118c2a75c8ee789daacaacd304567a014a8d7 (patch) | |
tree | 3d420fc3952b6f280684dd4a01966a4cafbf0b9f /wram.asm | |
parent | 20f612793ecc50bc4767decbd7e90d37bd4eb162 (diff) |
Label jumptable entries.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -472,6 +472,12 @@ wLinkData:: ds $514 wLinkDataEnd:: NEXTU ; c700 +; unused (engine/gfx/sprite_anims.asm) + ds 4 +wc704:: ds 19 +wc717:: ds 1 + +NEXTU ; c700 ; link data members wLinkPlayerName:: ds NAME_LENGTH wLinkPartyCount:: db |