summaryrefslogtreecommitdiff
path: root/engine/scripting.asm
AgeCommit message (Collapse)Author
2013-09-24script commands wildon and wildoff got mixed upyenatch
this was a mistake in the original pksv spec and tauwasser's notes
2013-09-16rename hall of fame labelsyenatch
2013-09-08fix item asm labelsyenatch
CheckItem was called PickUpItem by mistake Also label TossItem and ReceiveItem
2013-09-07StdScripts label in engine/scripting.asmyenatch
2013-08-30Function2f79 is PickUpItemyenatch
2013-08-30rename RNG to Randomyenatch
also fix 'Far' naming scheme for BattleRandom this was a long time coming
2013-08-30Coins in main.asmyenatch
2013-08-29use more bank 0 labels in engine/scripting.asmyenatch
2013-08-24battle init and some overworld actionsyenatch
2013-08-23BitTableFunc -> FlagActionyenatch
2013-07-20get rid of bank 25 hard addresses in scripting.asmyenatch
2013-07-10more scripting cleanupyenatch
2013-07-10Clean up and remove incbins from script commandsyenatch
2013-06-17move miscellaneous asm into engine/yenatch