more 3pt macro labels; shorten 3pt macros to take just a label

static addresses should be avoided anyway
This commit is contained in:
yenatch
2013-12-02 14:18:03 -05:00
parent ce37f0f970
commit 3de254f7a2
8 changed files with 368 additions and 365 deletions

View File

@@ -1,12 +1,12 @@
FruitTreeScript: ; 44000
3callasm BANK(GetCurTreeFruit), GetCurTreeFruit
3callasm GetCurTreeFruit
loadfont
copybytetovar CurFruit
itemtotext $0, $0
2writetext FruitBearingTreeText
keeptextopen
3callasm BANK(TryResetFruitTrees), TryResetFruitTrees
3callasm BANK(CheckFruitTree), CheckFruitTree
3callasm TryResetFruitTrees
3callasm CheckFruitTree
iffalse .fruit
2writetext NothingHereText
closetext
@@ -19,7 +19,7 @@ FruitTreeScript: ; 44000
iffalse .packisfull
keeptextopen
2writetext ObtainedFruitText
3callasm BANK(PickedFruitTree), PickedFruitTree
3callasm PickedFruitTree
specialsound
itemnotify
2jump .end