View difference between Paste ID: gFzrtfAV and cWyDxEqi
SHOW: | | - or go back to the newest paste.
1
#include "src/includes/Axe.inc"
2
#include "src/includes/tokenhook.inc"
3
4
.dw $C0DE
5
6
;The triangle drawing routine.
7
.dw TriangleEnd			;Size
8
.db %11111111			;Compatibility
9
.db $95, $00			;Token
10
.db %00000001			;Type
11
.db 5				;# of arguments
12
.org $0000
13
  pop hl
14
  pop af
15
  pop af
16
  pop af
17-
  ret
17+
  pop af
18
  jp (hl)
19
TriangleEnd:
20
21
;-------------------------------------------------------------------------------
22
.dw 0
23
;Token hook
24
.dw hnCr			;Token
25
.db 9				;Size of string
26
.db "Triangle("			;String