Use {interpolation} to generate sequences of RAM labels

This makes the table_width/assert_table_length usages unnecessary, and also keeps the labels automatically up to date if the length constants change.
This commit is contained in:
Rangi
2021-04-27 12:11:39 -04:00
committed by GitHub
parent c5f9e25cc4
commit efd1006917
9 changed files with 183 additions and 364 deletions

View File

@@ -2294,7 +2294,7 @@ BattleBGEffect_Rollout:
ldh [hSCY], a
xor $ff
inc a
ld [wAnimObject01YOffset], a
ld [wAnimObject1YOffset], a
ret
BattleBGEffect_ShakeScreenX: