mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-08 03:31:10 +00:00
15 lines
336 B
ArmAsm
15 lines
336 B
ArmAsm
.include "lookup.inc"
|
|
|
|
peasant4_dialog_start:
|
|
|
|
.include "ned_cottage.inc.lookup"
|
|
.include "wavy_tree.inc.lookup"
|
|
.include "kerrek.inc.lookup"
|
|
.include "lady_cottage.inc.lookup"
|
|
.include "burninated_tree.inc.lookup"
|
|
|
|
peasant4_dialog_end:
|
|
|
|
.assert (>peasant4_dialog_end - >peasant4_dialog_start) < $1E , error, "peasant4 dialog too big"
|
|
|