diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-19 08:05:48 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-19 08:05:48 -0400 |
| commit | 82ffb336a975fe8cf9c3953fc380339feaae65b3 (patch) | |
| tree | d3152709ac01ed8c40eba095b713fabc6f07ce4b /data/key_items.asm | |
| parent | Pull map scripts out of main.asm (diff) | |
| download | pokeyellow-82ffb336a975fe8cf9c3953fc380339feaae65b3.tar.gz pokeyellow-82ffb336a975fe8cf9c3953fc380339feaae65b3.tar.xz pokeyellow-82ffb336a975fe8cf9c3953fc380339feaae65b3.zip | |
Pull more data out of main.asm
Diffstat (limited to 'data/key_items.asm')
| -rwxr-xr-x | data/key_items.asm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/key_items.asm b/data/key_items.asm new file mode 100755 index 00000000..9e2d16fe --- /dev/null +++ b/data/key_items.asm @@ -0,0 +1,12 @@ +KeyItemBitfield: ; e799 (3:6799) + db %11110000 + db %00000001 + db %11110000 + db %01001111 + db %00000000 + db %10011111 + db %00000000 + db %11000000 + db %11110000 + db %00111011 + db %00000000 |
