index
:
pokepicross
master
Pokémon Picross
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2021-11-27
Update hardware.inc
HEAD
master
Rangi
2021-05-02
Use rgbds 0.5.0 features
Rangi
2021-01-06
Use 'ld16' in 'farcall' and 'farjp'
Rangi
2020-09-22
Split up macros.inc
Rangi
2020-09-22
Use const macros for level and puzzle constants
Rangi
2020-09-22
Add constants for levels and puzzles
IIMarckus
2020-09-15
Use _BIT suffix for introduced hardware constants (F is in the mask names) an...
Rangi
2020-09-15
Use macros push_bank_rom and pop_bank_rom
Rangi
2020-09-15
rgbds has moved from rednex to gbdev
Rangi
2020-09-14
Start extracting color palettes
Rangi
2020-09-14
Disassemble some more lcd code and metadata
Rangi
2020-09-13
Disassemble function_01_6306 and reformat some code
Rangi
2020-09-13
Explain the text macro
Rangi
2020-09-13
Use fullwidth characters for Japanese strings
Rangi
2020-09-13
Use an rgbasm macro instead of a Python preprocessor to output message charac...
mid-kid
2020-09-13
Merge branch 'master' of github.com:mid-kid/pokepicross
mid-kid
2020-09-12
Dump strings, write tooling around them
mid-kid
2020-09-12
Port const macros from pokecrystal, and add const_dw for jumptables
Rangi
2020-09-12
Define ld16 macro
Rangi
2020-09-12
Small fixups
mid-kid
2020-09-12
Disassemble the start of bank 0
Rangi
2020-09-11
Convert tabs to spaces...
mid-kid
2020-09-11
Document text_char_print
mid-kid
2020-09-11
Add charmap
mid-kid
2020-09-11
Add farcall macro
mid-kid
2020-09-11
Document character values
mid-kid