Actions
Bug #781
closedBank Shrink Fails. (Improper transpiling.)
Start date:
06/13/2021
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
For example:
// Enter your magic spell here!
Reserve As Data 15,50000
Bank Shrink 15,20000
Resulting code has a %bankindex embedded where 15 belongs.
// Bank Shrink 15,20000
aoz.sourcePos="0:2:0";
aoz.banks.bankShrink(%bankindex,20000);
Updated by David Baldwin over 3 years ago
Fixed! Typo in bankindex, should be bankIndex.
Updated by Brian Flanagan over 3 years ago
- Status changed from Resolved to Closed
- Target version changed from none to 1.0.0 (B8) u15
Fixed!
Re-tested in 1.0.0 (B8) u15 on 7/15/2021
Actions