(dx, dy)
| 2723 | // To save space and code, that's what we do |
| 2724 | // These functions return the special symbols in compressed or raw forms |
| 2725 | function acuteRaw(dx, dy) { |
| 2726 | return [[128 + dx, 588 + dy], [45 + dx, 588 + dy], [135 + dx, 731 + dy], [270 + dx, 731 + dy]] |
| 2727 | }; |
| 2728 | function acuteCoded(dx, dy) { |
| 2729 | return codeList(acuteRaw(dx, dy)) |
| 2730 | }; |