You've already forked AM2R-Community-Updates
mirror of
https://github.com/izzy2lost/AM2R-Community-Updates.git
synced 2026-03-10 11:23:35 -07:00
14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
/// init_bg(bg_id)
|
|
bgno = argument0;
|
|
for (i = 0; i < bgno; i += 1) {
|
|
bgid[i] = bgScreenGuide;
|
|
xoff[i] = 0;
|
|
yoff[i] = 0;
|
|
xratio[i] = 1;
|
|
yratio[i] = 1;
|
|
xscale[i] = 1;
|
|
yscale[i] = 1;
|
|
alpha[i] = 1;
|
|
tile[i] = 1;
|
|
}
|