Skip to content

Instantly share code, notes, and snippets.

View Stewmath's full-sized avatar

Stewmath

View GitHub Profile
@Stewmath
Stewmath / ages.yaml
Created December 16, 2020 23:59
Oracle of Ages text dump (from oracles-disasm) (see history for US -> EU changes)
groups:
- group: 0x00
data:
- name:
- TX_0000
- TX_0001
index:
- 0x00
- 0x01
text: |-
@Stewmath
Stewmath / seasons.yaml
Last active December 17, 2020 00:01
Oracle of Seasons text dump (from oracles-disasm) (see history for US -> EU changes)
groups:
- group: 0x00
data:
- name:
- TX_0000
- TX_0001
index:
- 0x00
- 0x01
text: |-
@Stewmath
Stewmath / .vimrc
Created January 16, 2016 19:20
YCM + Omnisharp test case
set nocompatible
execute pathogen#infect()
syntax on
@Stewmath
Stewmath / .xbindkeysrc
Last active June 28, 2022 08:26
Livesplit global hotkeys workaround
# Livesplit hotkeys
#
"livesplithk Page_Up"
Page_Up
"livesplithk Page_Down"
Page_Down
"livesplithk Insert"
Insert
"livesplithk Delete"
Delete
#0 0x00007ffff489e810 in QPen::QPen() () from /usr/lib/libQt5Gui.so.5
#1 0x00007ffff747865e in QStyle::drawItemText(QPainter*, QRect const&, int, QPalette const&, bool, QString const&, QPalette::ColorRole) const ()
from /usr/lib/libQt5Widgets.so.5
#2 0x00007ffff74e1b7f in ?? () from /usr/lib/libQt5Widgets.so.5
#3 0x00007ffff74dfc46 in ?? () from /usr/lib/libQt5Widgets.so.5
#4 0x00007ffff74b4eaa in ?? () from /usr/lib/libQt5Widgets.so.5
#5 0x00007ffff759fadc in QPushButton::paintEvent(QPaintEvent*) ()
from /usr/lib/libQt5Widgets.so.5
#6 0x00007ffff7452f08 in QWidget::event(QEvent*) ()
from /usr/lib/libQt5Widgets.so.5
; Macro which allows data to cross over banks, used for map layout data.
; Doesn't support more than 1 bank crossing at a time
; Must have DATA_ADDR and DATA_BANK defined before use.
; ARG 1: name
.macro m_RoomLayoutData
.FOPEN "build/maps/\1.cmp" m_DataFile
.FSIZE m_DataFile SIZE
.FCLOSE m_DataFile
.REDEFINE SIZE SIZE-1