aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/auto_movement.asm (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-07Use macros to enforce "missable/hide/show object" constraints, and rename the...Rangi1-2/+2
2025-12-15Comment more unreferenced local labels (#550)Narishma-gb1-2/+2
2025-06-30Use combined hardware constantsRangi421-2/+2
2025-06-30Replace hardware_constants.asm with hardware.inc (#511)Rangi1-16/+16
2024-10-07`FreezeEnemyTrainerSprite` -> `SetEnemyTrainerToStayAndFaceAnyDirection`Vortyne1-3/+3
2024-07-16Identify various flag labels and bit constants (#454)Sylvie1-38/+38
2024-06-15Identify some unused WRAM variables (#453)Sylvie1-2/+2
2023-11-20Identify `wSavedCoordIndex` and its other usagesRangi421-2/+2
2023-07-13Add macros, constants, and labels for map scripts and text (#367)vulcandth1-2/+2
2020-11-14Fix file modesdannye1-0/+0
2020-11-04Sync with pokereddannye1-48/+48
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi1-292/+0
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi1-6/+6
2020-05-20Sync with pokereddannye1-1/+1
2019-01-01Rename map files, labels, and constants to be consistent and work with Polish...Rangi1-1/+1
2017-10-29Catch a missed hide/show IDdannye1-1/+1
2016-06-11remove address commentsYamaArashi1-19/+19
2016-06-11remove address commentsYamaArashi1-21/+21
2016-05-23Bank7 misc functionsluckytyphlosion1-2/+2
2016-05-22Ledgespikalaxalt1-4/+0
2016-05-22Pewter gym guys (moved to bank 6, no longer a predef?)pikalaxalt1-4/+108
2016-05-21Oh wait, there's predef_const declarations. Huh.pikalaxalt1-6/+2
2016-05-21Some work on disassembling npc movement scripts (aka informed copy/paste from...pikalaxalt1-147/+29
2015-12-29More BankF documentationluckytyphlosion1-1/+1
2015-10-29overworld item & movement code, cable club code, remove more instances of W_,...luckytyphlosion1-2/+2
2015-08-30No more W_dannye1-3/+3
2015-08-10No more $C8dannye1-3/+3
2015-08-08commented audio codeYamaArashi1-6/+6
2015-07-25yet more namingYamaArashi1-3/+3
2015-07-24more naming variablesYamaArashi1-1/+1
2015-07-17intro stuffYamaArashi1-1/+1
2015-07-15more movement stuffYamaArashi1-46/+52
2015-07-15commented movement stuffYamaArashi1-1/+1
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel1-2/+2
2014-09-14Commented/labelled misc functionsYamaArashi1-7/+6
2014-09-13Commented more sprite and map codeYamaArashi1-10/+10
2014-09-09Labelled and commented mostly sprite-related thingsYamaArashi1-69/+69
2014-06-16Use macros for predef calls/jumps instead of static ids.yenatch1-8/+4
2014-06-16Remove generated "indirect jump" comments.yenatch1-1/+1
2014-06-09Clean up music bank referencesU-Fish-PC\Daniel1-2/+2
2014-05-26Remove most static wram addresses. Use labels instead.yenatch1-74/+74
2014-05-25Rename joypad registers.yenatch1-2/+2
2014-05-22Pull a lot of engine out of main.asmU-Fish-PC\Daniel1-0/+291