asar
asar copied to clipboard
using datasize() on the last label in struct is weird and wrong?
!rb as2 struct aa $0000 .bb: skip 1 endstruct cc: dw datasize(aa.bb)
this returns:
00 80
the king of walrii suggests it should go to end of struct (if theres no skip, then just return 0) or it should error