- $192b = map width
- $1931 = map tile base
- $1933 = map tile location hi
- $1934 = map tile location of current UL tile
- $195c = map data pointer lo/mid (hi = $02)
// Clear map metadata| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| Author: Wa (logicplace.com) | |
| MIT License | |
| Copyright (C) 2011 by Wa (logicplace.com) | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights |
| ^(?!\.)(([a-zA-Z0-9!#$%&'*+/=?^_`{}|~\-]|\.(?!\.))+|"[^"\n\r]+")(?<!\.)([+\-][a-zA-Z0-9!#$%&'*+/=?^_`{}|~\-.]+)?@(\[(?:[0-9]{1,3}\.){3}[0-9]{1,3}\]|[a-zA-Z][a-zA-Z\-$_@.&+!*"'(),]*)$ |
| //Ensure report | |
| console = typeof(console)=="undefined"?{log:alert}:console; | |
| //Quick diff function | |
| function diffContents(c){ | |
| return "(([\\s\\S]*?)("+(c | |
| .replace(/\\/,"\\\\") | |
| .replace(/([\[\]{}()^$+*.?|])/,"\\$1") | |
| )+"?))?"; | |
| } |
| from collections import OrderedDict | |
| # Ontologies | |
| notes = ("C", "C#", "D", "D#", "E", "F", "F#", "G", "G#", "A", "A#", "B") | |
| len_notes = len(notes) | |
| flats = { | |
| "C#": "Db", | |
| "D#": "Eb", | |
| "F#": "Gb", | |
| "G#": "Ab", |
| TITLE Game Jam music | |
| COMPOSER YasaSheep | |
| PROGRAMMER YasaSheep | |
| MTIME $00FF | |
| VOLLVL system | |
| PAT music_test_p0 { w48 o4 %64 | |
| c.. c.. rr %2 c.. c.. rr %128 c.. c.. rr %255 c.. c.. rr |
| static Party { | |
| members: [ | |
| 'Arnath', 'Lilith', 'Lichel', 'Cline', 'Isaiah', 'Abel', | |
| 'Nana', 'Slay', 'Kamil', 'Cynak', 'Zafan', 'Brigit', | |
| 'Satan', 'Slime', 'Nightmare', 'Kirikaze', 'White Tiger', 'Nebulous', | |
| 'Swordman' | |
| ] | |
| list TablePoiners { |
| #include <std/mem.pat> | |
| #include <std/sys.pat> | |
| bitfield u24 { | |
| value : 24; | |
| }; | |
| fn ru(u128 n) { | |
| return std::mem::read_unsigned($, n); | |
| }; |
| function Write-RegistryOutput { | |
| param ( | |
| [hashtable] $Keys | |
| ) | |
| $Roots = @{ | |
| HKCR = "HKEY_CLASSES_ROOT" | |
| HKCU = "HKEY_CURRENT_USER" | |
| HKLM = "HKEY_LOCAL_MACHINE" | |
| } |
| #include <pm.h> | |
| #include <stdint.h> | |
| // These are extra return values | |
| int8_t reg_L, reg_B; | |
| union { | |
| struct { | |
| uint8_t u150a; // $150a | |
| uint8_t length; // $150b |