This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
groups: | |
- group: 0x00 | |
data: | |
- name: | |
- TX_0000 | |
- TX_0001 | |
index: | |
- 0x00 | |
- 0x01 | |
text: |- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
groups: | |
- group: 0x00 | |
data: | |
- name: | |
- TX_0000 | |
- TX_0001 | |
index: | |
- 0x00 | |
- 0x01 | |
text: |- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible | |
execute pathogen#infect() | |
syntax on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Livesplit hotkeys | |
# | |
"livesplithk Page_Up" | |
Page_Up | |
"livesplithk Page_Down" | |
Page_Down | |
"livesplithk Insert" | |
Insert | |
"livesplithk Delete" | |
Delete |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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 |