mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00

Taken from https://github.com/pret/pokecrystal/wiki/Add-a-new-Unown-form There's some embedded palette errors that need fixing.
32 lines
641 B
NASM
32 lines
641 B
NASM
UnownBitmasksPointers:
|
|
table_width 2, UnownBitmasksPointers
|
|
dw UnownABitmasks
|
|
dw UnownBBitmasks
|
|
dw UnownCBitmasks
|
|
dw UnownDBitmasks
|
|
dw UnownEBitmasks
|
|
dw UnownFBitmasks
|
|
dw UnownGBitmasks
|
|
dw UnownHBitmasks
|
|
dw UnownIBitmasks
|
|
dw UnownJBitmasks
|
|
dw UnownKBitmasks
|
|
dw UnownLBitmasks
|
|
dw UnownMBitmasks
|
|
dw UnownNBitmasks
|
|
dw UnownOBitmasks
|
|
dw UnownPBitmasks
|
|
dw UnownQBitmasks
|
|
dw UnownRBitmasks
|
|
dw UnownSBitmasks
|
|
dw UnownTBitmasks
|
|
dw UnownUBitmasks
|
|
dw UnownVBitmasks
|
|
dw UnownWBitmasks
|
|
dw UnownXBitmasks
|
|
dw UnownYBitmasks
|
|
dw UnownZBitmasks
|
|
dw UnownExclamationBitmasks
|
|
dw UnownQuestionBitmasks
|
|
assert_table_length NUM_UNOWN
|