B6 trying to make sense of it

This commit is contained in:
andreyb 2023-03-05 09:25:40 -08:00
parent 6c4906d350
commit acb410cd5a
2 changed files with 0 additions and 6 deletions

View File

@ -1,6 +1,3 @@
# B6 Temp
```lua
-- 640
MOTOR_1 = 0x280
@ -294,6 +291,3 @@ function onTick()
motor5FuelCounter = motor5FuelCounter + 20
end
end
```