- 1st item:
$021B6F80 byte?: item states, 8th bit = equipped flag
+2 word : item type id, see item_plant.bin below
+4 dword: item flags of enhancements
+6 byte?: item count/enhancement level
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| /* | |
| * Game Genie: Code Mapping | |
| * | |
| * 6 Letters: | |
| * | 1 | 2 | 3 | 4 | 5 | 6 | | |
| * |1678|H234|#IJK|LABC|DMNO|5EFG| |
| @-moz-document url-prefix("https://yande.re/post") { | |
| body { | |
| padding-right: 0; | |
| overflow-x: hidden; | |
| } | |
| #post-list-posts > li { | |
| width: calc((74vw - 1em) / 5) !important; | |
| margin-right: 1px !important; | |
| } | |
| #post-list-posts > li > div { |
| unit prngs; | |
| { Pseudo Random Number Generators written in Pascal } | |
| { http://wiki.freepascal.org/Generating_Random_Numbers } | |
| interface | |
| type | |
| algorithm = (rtl, lcg, pcg, xors, mt); | |
| dist = (uniform, normal, exponential, gamma, erlang, poisson); |
| ' Family BASIC v3 BGTOOL (v2 BG GRAPHIC mode) | |
| ' tested with QBasic 1.1 / QuickBASIC 4.5 | |
| ' by sin_sin, on 2021-07-20 | |
| ' Dump and generate BGTOOL?.BSV from your CHR rom (see NES2BSV.BAS) | |
| DEFINT A-Z | |
| DECLARE SUB PrintXY (s$, x, y, c) | |
| DECLARE SUB LoadCharSet () | |
| DECLARE SUB InitBgPalettes () |
| 10 CLS | |
| 20 I=J | |
| 30 ON ERROR GOTO 770 | |
| 40 LOCATE 0,0 | |
| 50 PRINT"MEMORY VIEWER" | |
| 60 FOR I=0 TO 7 | |
| 70 LOCATE 4+I*3,2 | |
| 80 PRINT HEX$(I); | |
| 90 LOCATE 4+I*3,3 | |
| 100 PRINT HEX$(I+8); |
| /** | |
| * FBconv - Family BASIC v3 battery backup save converter. | |
| * Tested & complied under DOS with Turbo C++ 1.01 / DJGPP 2.03 GCC | |
| * under Windows with GCC-4.8.1-MinGW32 -Wno-write-strings | |
| * under PC-9801 with Turbo C 2.0 | |
| * | |
| * @author sin_sin | |
| * @version 2021-07-12 | |
| */ | |
| #include <stdio.h> |
| @-moz-document url-prefix("http://www.dmm.co.jp/netgame/social/-/gadgets"), domain("osapi.dmm.com"), domain("pc-play.games.dmm.com"), domain("pc-play.games.dmm.co.jp"), domain("play.games.dmm.co.jp") { | |
| /* To hide navi ads */ | |
| header, footer, | |
| #game-coupon-appeal, | |
| #dmm-ntgnavi-renew, | |
| #ntg-recommend, | |
| .dmm-ntgnavi, | |
| .dmm-ntgnavi-left { | |
| display: none !important; | |
| } |
| ;+ Windows 8 にて動作確認。XPではキーマップが異なるのか、そのまま流用して使うことはできない。 | |
| #UseHook | |
| #InstallKeybdHook | |
| #MaxHotkeysPerInterval 200 | |
| ;設定対象プロセスの指定 | |
| GroupAdd, FBJPKEYLAPP, ahk_exe nestopia.exe | |
| GroupAdd, FBJPKEYLAPP, ahk_exe virtuanes.exe | |
| ;キー割り当て重視型 | |
| #IFWinActive ahk_group FBJPKEYLAPP |