this is a simple script to replace the "Download" button with "Download APK" button.
-
install a user script manager
- for Desktop:
Browser Installation
| Chrome | Tampermonkey or Violentmonkey |
| Hey folks, in today's video we're back | |
| with another casual Bellatro run here. | |
| Two copies of Tribullet set the tone for | |
| the build early while Golden Ticket | |
| allowed me to farm money long enough to | |
| find the remaining pieces for a complete | |
| long-term build. Enjoy the video. | |
| Hey folks, in today's video we're back | |
| with more Goldst Battro. In this run, |
this is a simple script to replace the "Download" button with "Download APK" button.
install a user script manager
| Browser | Installation |
|---|
| Chrome | Tampermonkey or Violentmonkey |
| void readEE(void *var_struct, void *eeprom_struct, size_t struct_size) | |
| { | |
| unsigned char *var_pointer = (unsigned char *)var_struct; | |
| unsigned char eeprom_pointer = (unsigned char)eeprom_struct; | |
| for (unsigned char i = 0; i < struct_size; i++) | |
| { | |
| // based on __eeread.c in xc8 library | |
| do | |
| CLRWDT(); | |
| #if _EEPROM_INT == _EEREG_INT |